Skip to content

Commit 9737c4b

Browse files
feat(all): auto-regenerate discovery clients (#3639)
1 parent f0d27e8 commit 9737c4b

50 files changed

Lines changed: 3072 additions & 421 deletions

Some content is hidden

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

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
]
227227
},
228228
"list": {
229-
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.",
229+
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found. Note: The easiest way to retrieve a list of all properties you have access to is by using `ListAccountSummaries`.",
230230
"flatPath": "v1alpha/accounts",
231231
"httpMethod": "GET",
232232
"id": "analyticsadmin.accounts.list",
@@ -5146,7 +5146,7 @@
51465146
}
51475147
}
51485148
},
5149-
"revision": "20260616",
5149+
"revision": "20260628",
51505150
"rootUrl": "https://analyticsadmin.googleapis.com/",
51515151
"schemas": {
51525152
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
]
221221
},
222222
"list": {
223-
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.",
223+
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found. Note: The easiest way to retrieve a list of all properties you have access to is by using `ListAccountSummaries`.",
224224
"flatPath": "v1beta/accounts",
225225
"httpMethod": "GET",
226226
"id": "analyticsadmin.accounts.list",
@@ -1788,7 +1788,7 @@
17881788
}
17891789
}
17901790
},
1791-
"revision": "20260607",
1791+
"revision": "20260628",
17921792
"rootUrl": "https://analyticsadmin.googleapis.com/",
17931793
"schemas": {
17941794
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {

analyticsadmin/v1beta/analyticsadmin-gen.go

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

biglake/v1/biglake-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
}
903903
}
904904
},
905-
"revision": "20260618",
905+
"revision": "20260625",
906906
"rootUrl": "https://biglake.googleapis.com/",
907907
"schemas": {
908908
"AuditConfig": {
@@ -1358,7 +1358,7 @@
13581358
}
13591359
},
13601360
"servicePath": "",
1361-
"title": "BigLake API",
1361+
"title": "Lakehouse API",
13621362
"version": "v1",
13631363
"version_module": true
13641364
}

biglake/v1/biglake-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.

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3194,7 +3194,7 @@
31943194
}
31953195
}
31963196
},
3197-
"revision": "20260514",
3197+
"revision": "20260624",
31983198
"rootUrl": "https://bigtableadmin.googleapis.com/",
31993199
"schemas": {
32003200
"AppProfile": {
@@ -4832,6 +4832,11 @@
48324832
],
48334833
"type": "string"
48344834
},
4835+
"knowledgeCatalogRegion": {
4836+
"description": "Output only. The region where Knowledge Catalog data is synced to and stored, including user-created aspects.",
4837+
"readOnly": true,
4838+
"type": "string"
4839+
},
48354840
"labels": {
48364841
"additionalProperties": {
48374842
"type": "string"

bigtableadmin/v2/bigtableadmin-gen.go

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

cloudchannel/v1/cloudchannel-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@
22942294
}
22952295
}
22962296
},
2297-
"revision": "20260608",
2297+
"revision": "20260627",
22982298
"rootUrl": "https://cloudchannel.googleapis.com/",
22992299
"schemas": {
23002300
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -4245,7 +4245,8 @@
42454245
"LICENSED_USER",
42464246
"MINUTES",
42474247
"IAAS_USAGE",
4248-
"SUBSCRIPTION"
4248+
"SUBSCRIPTION",
4249+
"AI_CREDITS"
42494250
],
42504251
"enumDescriptions": [
42514252
"Not used.",
@@ -4255,7 +4256,8 @@
42554256
"Active licensed users(for Voice SKUs).",
42564257
"Voice usage.",
42574258
"For IaaS SKUs like Google Cloud, monetization is based on usage accrued on your billing account irrespective of the type of monetizable resource. This enum represents an aggregated resource/container for all usage SKUs on a billing account. Currently, only applicable to Google Cloud.",
4258-
"For Google Cloud subscriptions like Anthos or SAP."
4259+
"For Google Cloud subscriptions like Anthos or SAP.",
4260+
"As of June 2026, this field is mapped to WS Credits on commerce side."
42594261
],
42604262
"type": "string"
42614263
}

cloudchannel/v1/cloudchannel-gen.go

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

0 commit comments

Comments
 (0)