Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 3, 2024
1 parent 6e81c8f commit 00da46b
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 36 deletions.
8 changes: 4 additions & 4 deletions airquality/v1/airquality-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
}
}
},
"revision": "20240611",
"revision": "20240901",
"rootUrl": "https://airquality.googleapis.com/",
"schemas": {
"AdditionalInfo": {
Expand Down Expand Up @@ -350,7 +350,7 @@
"type": "string"
},
"value": {
"description": "Value of pollutant concentration.",
"description": "Value of the pollutant concentration.",
"format": "float",
"type": "number"
}
Expand Down Expand Up @@ -849,7 +849,7 @@
"description": "Additional information about the pollutant."
},
"code": {
"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).",
"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).",
"type": "string"
},
"concentration": {
Expand All @@ -861,7 +861,7 @@
"type": "string"
},
"fullName": {
"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/",
"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/.",
"type": "string"
}
},
Expand Down
8 changes: 4 additions & 4 deletions airquality/v1/airquality-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 47 additions & 10 deletions file/v1/file-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"type": "string"
},
"updateMask": {
"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\"",
"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\"",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand All @@ -520,7 +520,7 @@
]
},
"promoteReplica": {
"description": "Promote an standby instance (replica).",
"description": "Promote the standby instance (replica).",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:promoteReplica",
"httpMethod": "POST",
"id": "file.projects.locations.instances.promoteReplica",
Expand Down Expand Up @@ -902,7 +902,7 @@
}
}
},
"revision": "20240716",
"revision": "20240821",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -931,6 +931,21 @@
"readOnly": true,
"type": "string"
},
"fileSystemProtocol": {
"description": "Output only. The file system protocol of the source Filestore instance that this backup is created from.",
"enum": [
"FILE_PROTOCOL_UNSPECIFIED",
"NFS_V3",
"NFS_V4_1"
],
"enumDescriptions": [
"FILE_PROTOCOL_UNSPECIFIED serves a \"not set\" default value when a FileProtocol is a separate field in a message.",
"NFS 3.0.",
"NFS 4.1."
],
"readOnly": true,
"type": "string"
},
"kmsKey": {
"description": "Immutable. KMS key name used for data encryption.",
"type": "string"
Expand Down Expand Up @@ -1023,7 +1038,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
}
},
Expand Down Expand Up @@ -1410,6 +1425,14 @@
"readOnly": true,
"type": "string"
},
"deletionProtectionEnabled": {
"description": "Optional. Indicates whether the instance is protected against deletion.",
"type": "boolean"
},
"deletionProtectionReason": {
"description": "Optional. The reason for enabling deletion protection.",
"type": "string"
},
"description": {
"description": "The description of the instance (2048 characters or less).",
"type": "string"
Expand Down Expand Up @@ -1448,9 +1471,23 @@
},
"type": "array"
},
"protocol": {
"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`.",
"enum": [
"FILE_PROTOCOL_UNSPECIFIED",
"NFS_V3",
"NFS_V4_1"
],
"enumDescriptions": [
"FILE_PROTOCOL_UNSPECIFIED serves a \"not set\" default value when a FileProtocol is a separate field in a message.",
"NFS 3.0.",
"NFS 4.1."
],
"type": "string"
},
"replication": {
"$ref": "Replication",
"description": "Optional. Replicaition configuration."
"description": "Optional. Replication configuration."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
Expand Down Expand Up @@ -1520,7 +1557,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
},
"tier": {
Expand Down Expand Up @@ -2001,7 +2038,7 @@
"id": "Replication",
"properties": {
"replicas": {
"description": "Optional. Replicas configuration on the instance. For now, only a single replica config is supported.",
"description": "Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.",
"items": {
"$ref": "ReplicaConfig"
},
Expand All @@ -2016,8 +2053,8 @@
],
"enumDescriptions": [
"Role not set.",
"The instance is a Active replication member, functions as the replication source instance.",
"The instance is a Standby replication member, functions as the replication destination instance."
"The instance is the `ACTIVE` replication member, functions as the replication source instance.",
"The instance is the `STANDBY` replication member, functions as the replication destination instance."
],
"type": "string"
}
Expand Down Expand Up @@ -2143,7 +2180,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
}
},
Expand Down
62 changes: 44 additions & 18 deletions file/v1/file-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00da46b

Please sign in to comment.