Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 30, 2024
1 parent 21f10ed commit 293fdcd
Show file tree
Hide file tree
Showing 44 changed files with 994 additions and 210 deletions.
4 changes: 2 additions & 2 deletions analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240715",
"revision": "20240826",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
Expand Down Expand Up @@ -2146,7 +2146,7 @@
"type": "object"
},
"RevokeSubscriptionResponse": {
"description": "Message for response when you revoke a subscription.",
"description": "Message for response when you revoke a subscription. Empty for now.",
"id": "RevokeSubscriptionResponse",
"properties": {},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion analyticshub/v1/analyticshub-gen.go

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

12 changes: 11 additions & 1 deletion artifactregistry/v1beta1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@
"parent"
],
"parameters": {
"orderBy": {
"description": "Optional. The field to order the results by.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "The maximum number of repositories to return. Maximum page size is 1,000.",
"format": "int32",
Expand Down Expand Up @@ -811,6 +816,11 @@
"parent"
],
"parameters": {
"orderBy": {
"description": "Optional. The field to order the results by.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "The maximum number of packages to return. Maximum page size is 1,000.",
"format": "int32",
Expand Down Expand Up @@ -1146,7 +1156,7 @@
}
}
},
"revision": "20240809",
"revision": "20240826",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
14 changes: 14 additions & 0 deletions artifactregistry/v1beta1/artifactregistry-gen.go

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

21 changes: 1 addition & 20 deletions bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@
}
}
},
"revision": "20240806",
"revision": "20240824",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2375,20 +2375,6 @@
"description": "A backup of a Cloud Bigtable table.",
"id": "Backup",
"properties": {
"backupType": {
"description": "Indicates the backup type of the backup.",
"enum": [
"BACKUP_TYPE_UNSPECIFIED",
"STANDARD",
"HOT"
],
"enumDescriptions": [
"Not specified.",
"The default type for Cloud Bigtable managed backups. Supported for backups created in both HDD and SSD instances. Requires optimization when restored to a table in an SSD instance.",
"A backup type with faster restore to SSD performance. Only supported for backups created in SSD instances. A new SSD table restored from a hot backup reaches production performance more quickly than a standard backup."
],
"type": "string"
},
"encryptionInfo": {
"$ref": "EncryptionInfo",
"description": "Output only. The encryption information for the backup.",
Expand All @@ -2405,11 +2391,6 @@
"format": "google-datetime",
"type": "string"
},
"hotToStandardTime": {
"description": "The time at which the hot backup will be converted to a standard backup. Once the `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot backup to a standard backup. This value must be greater than the backup creation time by: - At least 24 hours This field only applies for hot backups. When creating or updating a standard backup, attempting to set this field will fail the request.",
"format": "google-datetime",
"type": "string"
},
"name": {
"description": "A globally unique identifier for the backup which cannot be changed. Values are of the form `projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9*` The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form `projects/{project}/instances/{instance}/clusters/{cluster}`.",
"type": "string"
Expand Down
27 changes: 4 additions & 23 deletions bigtableadmin/v2/bigtableadmin-gen.go

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

Loading

0 comments on commit 293fdcd

Please sign in to comment.