Skip to content

Commit 293fdcd

Browse files
feat(all): auto-regenerate discovery clients (#2763)
1 parent 21f10ed commit 293fdcd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+994
-210
lines changed

‎analyticshub/v1/analyticshub-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20240715",
1025+
"revision": "20240826",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -2146,7 +2146,7 @@
21462146
"type": "object"
21472147
},
21482148
"RevokeSubscriptionResponse": {
2149-
"description": "Message for response when you revoke a subscription.",
2149+
"description": "Message for response when you revoke a subscription. Empty for now.",
21502150
"id": "RevokeSubscriptionResponse",
21512151
"properties": {},
21522152
"type": "object"

‎analyticshub/v1/analyticshub-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎artifactregistry/v1beta1/artifactregistry-api.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,11 @@
556556
"parent"
557557
],
558558
"parameters": {
559+
"orderBy": {
560+
"description": "Optional. The field to order the results by.",
561+
"location": "query",
562+
"type": "string"
563+
},
559564
"pageSize": {
560565
"description": "The maximum number of repositories to return. Maximum page size is 1,000.",
561566
"format": "int32",
@@ -811,6 +816,11 @@
811816
"parent"
812817
],
813818
"parameters": {
819+
"orderBy": {
820+
"description": "Optional. The field to order the results by.",
821+
"location": "query",
822+
"type": "string"
823+
},
814824
"pageSize": {
815825
"description": "The maximum number of packages to return. Maximum page size is 1,000.",
816826
"format": "int32",
@@ -1146,7 +1156,7 @@
11461156
}
11471157
}
11481158
},
1149-
"revision": "20240809",
1159+
"revision": "20240826",
11501160
"rootUrl": "https://artifactregistry.googleapis.com/",
11511161
"schemas": {
11521162
"Binding": {

‎artifactregistry/v1beta1/artifactregistry-gen.go

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

‎bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@
21942194
}
21952195
}
21962196
},
2197-
"revision": "20240806",
2197+
"revision": "20240824",
21982198
"rootUrl": "https://bigtableadmin.googleapis.com/",
21992199
"schemas": {
22002200
"AppProfile": {
@@ -2375,20 +2375,6 @@
23752375
"description": "A backup of a Cloud Bigtable table.",
23762376
"id": "Backup",
23772377
"properties": {
2378-
"backupType": {
2379-
"description": "Indicates the backup type of the backup.",
2380-
"enum": [
2381-
"BACKUP_TYPE_UNSPECIFIED",
2382-
"STANDARD",
2383-
"HOT"
2384-
],
2385-
"enumDescriptions": [
2386-
"Not specified.",
2387-
"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.",
2388-
"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."
2389-
],
2390-
"type": "string"
2391-
},
23922378
"encryptionInfo": {
23932379
"$ref": "EncryptionInfo",
23942380
"description": "Output only. The encryption information for the backup.",
@@ -2405,11 +2391,6 @@
24052391
"format": "google-datetime",
24062392
"type": "string"
24072393
},
2408-
"hotToStandardTime": {
2409-
"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.",
2410-
"format": "google-datetime",
2411-
"type": "string"
2412-
},
24132394
"name": {
24142395
"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}`.",
24152396
"type": "string"

‎bigtableadmin/v2/bigtableadmin-gen.go

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

0 commit comments

Comments
 (0)