Skip to content

Commit 00da46b

Browse files
feat(all): auto-regenerate discovery clients (#2768)
1 parent 6e81c8f commit 00da46b

File tree

4 files changed

+99
-36
lines changed

4 files changed

+99
-36
lines changed

‎airquality/v1/airquality-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
}
251251
}
252252
},
253-
"revision": "20240611",
253+
"revision": "20240901",
254254
"rootUrl": "https://airquality.googleapis.com/",
255255
"schemas": {
256256
"AdditionalInfo": {
@@ -350,7 +350,7 @@
350350
"type": "string"
351351
},
352352
"value": {
353-
"description": "Value of pollutant concentration.",
353+
"description": "Value of the pollutant concentration.",
354354
"format": "float",
355355
"type": "number"
356356
}
@@ -849,7 +849,7 @@
849849
"description": "Additional information about the pollutant."
850850
},
851851
"code": {
852-
"description": "The pollutant's code name. For example: \"so2\". A list of all available codes could be found [here](/maps/documentation/air-quality/pollutants#reported_pollutants).",
852+
"description": "The pollutant's code name (for example, \"so2\"). For a list of supported pollutant codes, see [Reported pollutants](/maps/documentation/air-quality/pollutants#reported_pollutants).",
853853
"type": "string"
854854
},
855855
"concentration": {
@@ -861,7 +861,7 @@
861861
"type": "string"
862862
},
863863
"fullName": {
864-
"description": "The pollutant's full name. For chemical compounds, this is the IUPAC name. Example: \"Sulfur Dioxide\". For more information about the IUPAC names table, see https://iupac.org/what-we-do/periodic-table-of-elements/",
864+
"description": "The pollutant's full name. For chemical compounds, this is the IUPAC name. Example: \"Sulfur Dioxide\". For more information about the IUPAC names table, see https://iupac.org/what-we-do/periodic-table-of-elements/.",
865865
"type": "string"
866866
}
867867
},

‎airquality/v1/airquality-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎file/v1/file-api.json

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
"type": "string"
503503
},
504504
"updateMask": {
505-
"description": "Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * \"description\" * \"file_shares\" * \"labels\"",
505+
"description": "Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * \"description\" * \"file_shares\" * \"labels\" * \"performance_config\" * \"deletion_protection_enabled\" * \"deletion_protection_reason\"",
506506
"format": "google-fieldmask",
507507
"location": "query",
508508
"type": "string"
@@ -520,7 +520,7 @@
520520
]
521521
},
522522
"promoteReplica": {
523-
"description": "Promote an standby instance (replica).",
523+
"description": "Promote the standby instance (replica).",
524524
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:promoteReplica",
525525
"httpMethod": "POST",
526526
"id": "file.projects.locations.instances.promoteReplica",
@@ -902,7 +902,7 @@
902902
}
903903
}
904904
},
905-
"revision": "20240716",
905+
"revision": "20240821",
906906
"rootUrl": "https://file.googleapis.com/",
907907
"schemas": {
908908
"Backup": {
@@ -931,6 +931,21 @@
931931
"readOnly": true,
932932
"type": "string"
933933
},
934+
"fileSystemProtocol": {
935+
"description": "Output only. The file system protocol of the source Filestore instance that this backup is created from.",
936+
"enum": [
937+
"FILE_PROTOCOL_UNSPECIFIED",
938+
"NFS_V3",
939+
"NFS_V4_1"
940+
],
941+
"enumDescriptions": [
942+
"FILE_PROTOCOL_UNSPECIFIED serves a \"not set\" default value when a FileProtocol is a separate field in a message.",
943+
"NFS 3.0.",
944+
"NFS 4.1."
945+
],
946+
"readOnly": true,
947+
"type": "string"
948+
},
934949
"kmsKey": {
935950
"description": "Immutable. KMS key name used for data encryption.",
936951
"type": "string"
@@ -1023,7 +1038,7 @@
10231038
"additionalProperties": {
10241039
"type": "string"
10251040
},
1026-
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1041+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
10271042
"type": "object"
10281043
}
10291044
},
@@ -1410,6 +1425,14 @@
14101425
"readOnly": true,
14111426
"type": "string"
14121427
},
1428+
"deletionProtectionEnabled": {
1429+
"description": "Optional. Indicates whether the instance is protected against deletion.",
1430+
"type": "boolean"
1431+
},
1432+
"deletionProtectionReason": {
1433+
"description": "Optional. The reason for enabling deletion protection.",
1434+
"type": "string"
1435+
},
14131436
"description": {
14141437
"description": "The description of the instance (2048 characters or less).",
14151438
"type": "string"
@@ -1448,9 +1471,23 @@
14481471
},
14491472
"type": "array"
14501473
},
1474+
"protocol": {
1475+
"description": "Immutable. The protocol indicates the access protocol for all shares in the instance. This field is immutable and it cannot be changed after the instance has been created. Default value: `NFS_V3`.",
1476+
"enum": [
1477+
"FILE_PROTOCOL_UNSPECIFIED",
1478+
"NFS_V3",
1479+
"NFS_V4_1"
1480+
],
1481+
"enumDescriptions": [
1482+
"FILE_PROTOCOL_UNSPECIFIED serves a \"not set\" default value when a FileProtocol is a separate field in a message.",
1483+
"NFS 3.0.",
1484+
"NFS 4.1."
1485+
],
1486+
"type": "string"
1487+
},
14511488
"replication": {
14521489
"$ref": "Replication",
1453-
"description": "Optional. Replicaition configuration."
1490+
"description": "Optional. Replication configuration."
14541491
},
14551492
"satisfiesPzi": {
14561493
"description": "Output only. Reserved for future use.",
@@ -1520,7 +1557,7 @@
15201557
"additionalProperties": {
15211558
"type": "string"
15221559
},
1523-
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1560+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
15241561
"type": "object"
15251562
},
15261563
"tier": {
@@ -2001,7 +2038,7 @@
20012038
"id": "Replication",
20022039
"properties": {
20032040
"replicas": {
2004-
"description": "Optional. Replicas configuration on the instance. For now, only a single replica config is supported.",
2041+
"description": "Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.",
20052042
"items": {
20062043
"$ref": "ReplicaConfig"
20072044
},
@@ -2016,8 +2053,8 @@
20162053
],
20172054
"enumDescriptions": [
20182055
"Role not set.",
2019-
"The instance is a Active replication member, functions as the replication source instance.",
2020-
"The instance is a Standby replication member, functions as the replication destination instance."
2056+
"The instance is the `ACTIVE` replication member, functions as the replication source instance.",
2057+
"The instance is the `STANDBY` replication member, functions as the replication destination instance."
20212058
],
20222059
"type": "string"
20232060
}
@@ -2143,7 +2180,7 @@
21432180
"additionalProperties": {
21442181
"type": "string"
21452182
},
2146-
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2183+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
21472184
"type": "object"
21482185
}
21492186
},

‎file/v1/file-gen.go

Lines changed: 44 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)