Skip to content

Commit d09c7d3

Browse files
feat(all): auto-regenerate discovery clients (#3291)
1 parent 816a060 commit d09c7d3

28 files changed

+19315
-9815
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 340 additions & 2 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 1742 additions & 5 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

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

backupdr/v1/backupdr-api.json

Lines changed: 411 additions & 1 deletion
Large diffs are not rendered by default.

backupdr/v1/backupdr-gen.go

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

bigquery/v2/bigquery-api.json

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,8 +1537,7 @@
15371537
},
15381538
"scopes": [
15391539
"https://www.googleapis.com/auth/bigquery",
1540-
"https://www.googleapis.com/auth/cloud-platform",
1541-
"https://www.googleapis.com/auth/cloud-platform.read-only"
1540+
"https://www.googleapis.com/auth/cloud-platform"
15421541
]
15431542
},
15441543
"delete": {
@@ -1590,8 +1589,7 @@
15901589
"path": "projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies/{+policyId}",
15911590
"scopes": [
15921591
"https://www.googleapis.com/auth/bigquery",
1593-
"https://www.googleapis.com/auth/cloud-platform",
1594-
"https://www.googleapis.com/auth/cloud-platform.read-only"
1592+
"https://www.googleapis.com/auth/cloud-platform"
15951593
]
15961594
},
15971595
"get": {
@@ -1717,8 +1715,7 @@
17171715
},
17181716
"scopes": [
17191717
"https://www.googleapis.com/auth/bigquery",
1720-
"https://www.googleapis.com/auth/cloud-platform",
1721-
"https://www.googleapis.com/auth/cloud-platform.read-only"
1718+
"https://www.googleapis.com/auth/cloud-platform"
17221719
]
17231720
},
17241721
"list": {
@@ -1855,8 +1852,7 @@
18551852
},
18561853
"scopes": [
18571854
"https://www.googleapis.com/auth/bigquery",
1858-
"https://www.googleapis.com/auth/cloud-platform",
1859-
"https://www.googleapis.com/auth/cloud-platform.read-only"
1855+
"https://www.googleapis.com/auth/cloud-platform"
18601856
]
18611857
}
18621858
}
@@ -2379,7 +2375,7 @@
23792375
}
23802376
}
23812377
},
2382-
"revision": "20250713",
2378+
"revision": "20250816",
23832379
"rootUrl": "https://bigquery.googleapis.com/",
23842380
"schemas": {
23852381
"AggregateClassificationMetrics": {
@@ -2588,7 +2584,8 @@
25882584
"WEEKLY",
25892585
"MONTHLY",
25902586
"QUARTERLY",
2591-
"YEARLY"
2587+
"YEARLY",
2588+
"HOURLY"
25922589
],
25932590
"enumDescriptions": [
25942591
"Unspecified seasonal period.",
@@ -2597,7 +2594,8 @@
25972594
"Weekly period, 7 days.",
25982595
"Monthly period, 30 days or irregular.",
25992596
"Quarterly period, 90 days or irregular.",
2600-
"Yearly period, 365 days or irregular."
2597+
"Yearly period, 365 days or irregular.",
2598+
"Hourly period, 1 hour."
26012599
],
26022600
"type": "string"
26032601
},
@@ -2656,7 +2654,8 @@
26562654
"WEEKLY",
26572655
"MONTHLY",
26582656
"QUARTERLY",
2659-
"YEARLY"
2657+
"YEARLY",
2658+
"HOURLY"
26602659
],
26612660
"enumDescriptions": [
26622661
"Unspecified seasonal period.",
@@ -2665,7 +2664,8 @@
26652664
"Weekly period, 7 days.",
26662665
"Monthly period, 30 days or irregular.",
26672666
"Quarterly period, 90 days or irregular.",
2668-
"Yearly period, 365 days or irregular."
2667+
"Yearly period, 365 days or irregular.",
2668+
"Hourly period, 1 hour."
26692669
],
26702670
"type": "string"
26712671
},
@@ -2728,7 +2728,8 @@
27282728
"WEEKLY",
27292729
"MONTHLY",
27302730
"QUARTERLY",
2731-
"YEARLY"
2731+
"YEARLY",
2732+
"HOURLY"
27322733
],
27332734
"enumDescriptions": [
27342735
"Unspecified seasonal period.",
@@ -2737,7 +2738,8 @@
27372738
"Weekly period, 7 days.",
27382739
"Monthly period, 30 days or irregular.",
27392740
"Quarterly period, 90 days or irregular.",
2740-
"Yearly period, 365 days or irregular."
2741+
"Yearly period, 365 days or irregular.",
2742+
"Hourly period, 1 hour."
27412743
],
27422744
"type": "string"
27432745
},
@@ -2784,7 +2786,8 @@
27842786
"WEEKLY",
27852787
"MONTHLY",
27862788
"QUARTERLY",
2787-
"YEARLY"
2789+
"YEARLY",
2790+
"HOURLY"
27882791
],
27892792
"enumDescriptions": [
27902793
"Unspecified seasonal period.",
@@ -2793,7 +2796,8 @@
27932796
"Weekly period, 7 days.",
27942797
"Monthly period, 30 days or irregular.",
27952798
"Quarterly period, 90 days or irregular.",
2796-
"Yearly period, 365 days or irregular."
2799+
"Yearly period, 365 days or irregular.",
2800+
"Hourly period, 1 hour."
27972801
],
27982802
"type": "string"
27992803
},
@@ -3566,7 +3570,7 @@
35663570
"type": "object"
35673571
},
35683572
"DataPolicyOption": {
3569-
"description": "Data policy option proto, it currently supports name only, will support precedence later.",
3573+
"description": "Data policy option. For more information, see [Mask data by applying data policies to a column](https://cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column/).",
35703574
"id": "DataPolicyOption",
35713575
"properties": {
35723576
"name": {
@@ -5457,6 +5461,11 @@
54575461
"$ref": "JobConfigurationLoad",
54585462
"description": "[Pick one] Configures a load job."
54595463
},
5464+
"maxSlots": {
5465+
"description": "Optional. INTERNAL: DO NOT USE. The maximum rate of slot consumption to allow for this job. If set, the number of slots used to execute the job will be throttled to try and keep its slot consumption below the requested rate.",
5466+
"format": "int32",
5467+
"type": "integer"
5468+
},
54605469
"query": {
54615470
"$ref": "JobConfigurationQuery",
54625471
"description": "[Pick one] Configures a query job."
@@ -7790,6 +7799,11 @@
77907799
"format": "uint32",
77917800
"type": "integer"
77927801
},
7802+
"maxSlots": {
7803+
"description": "Optional. INTERNAL: DO NOT USE. The maximum rate of slot consumption to allow for this job. If set, the number of slots used to execute the job will be throttled to try and keep its slot consumption below the requested rate. This limit is best effort.",
7804+
"format": "int32",
7805+
"type": "integer"
7806+
},
77937807
"maximumBytesBilled": {
77947808
"description": "Optional. Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). If unspecified, the project default is used.",
77957809
"format": "int64",
@@ -8235,7 +8249,7 @@
82358249
"type": "string"
82368250
},
82378251
"definitionBody": {
8238-
"description": "Required. The body of the routine. For functions, this is the expression in the AS clause. If language=SQL, it is the substring inside (but excluding) the parentheses. For example, for the function created with the following statement: `CREATE FUNCTION JoinLines(x string, y string) as (concat(x, \"\\n\", y))` The definition_body is `concat(x, \"\\n\", y)` (\\n is not replaced with linebreak). If language=JAVASCRIPT, it is the evaluated string in the AS clause. For example, for the function created with the following statement: `CREATE FUNCTION f() RETURNS STRING LANGUAGE js AS 'return \"\\n\";\\n'` The definition_body is `return \"\\n\";\\n` Note that both \\n are replaced with linebreaks.",
8252+
"description": "Required. The body of the routine. For functions, this is the expression in the AS clause. If `language = \"SQL\"`, it is the substring inside (but excluding) the parentheses. For example, for the function created with the following statement: `CREATE FUNCTION JoinLines(x string, y string) as (concat(x, \"\\n\", y))` The definition_body is `concat(x, \"\\n\", y)` (\\n is not replaced with linebreak). If `language=\"JAVASCRIPT\"`, it is the evaluated string in the AS clause. For example, for the function created with the following statement: `CREATE FUNCTION f() RETURNS STRING LANGUAGE js AS 'return \"\\n\";\\n'` The definition_body is `return \"\\n\";\\n` Note that both \\n are replaced with linebreaks. If `definition_body` references another routine, then that routine must be fully qualified with its project ID.",
82398253
"type": "string"
82408254
},
82418255
"description": {
@@ -9608,7 +9622,7 @@
96089622
"type": "string"
96099623
},
96109624
"dataPolicies": {
9611-
"description": "Optional. Data policy options, will replace the data_policies.",
9625+
"description": "Optional. Data policies attached to this field, used for field-level access control.",
96129626
"items": {
96139627
"$ref": "DataPolicyOption"
96149628
},

bigquery/v2/bigquery-gen.go

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

chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
]
601601
},
602602
"search": {
603-
"description": "Returns a list of spaces in a Google Workspace organization based on an administrator's search. Requires [user authentication with administrator privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user#admin-privileges) and one of the following [authorization scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): - `https://www.googleapis.com/auth/chat.admin.spaces.readonly` - `https://www.googleapis.com/auth/chat.admin.spaces` In the request, set `use_admin_access` to `true`.",
603+
"description": "Returns a list of spaces in a Google Workspace organization based on an administrator's search. In the request, set `use_admin_access` to `true`. For an example, see [Search for and manage spaces](https://developers.google.com/workspace/chat/search-manage-admin). Requires [user authentication with administrator privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user#admin-privileges) and one of the following [authorization scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): - `https://www.googleapis.com/auth/chat.admin.spaces.readonly` - `https://www.googleapis.com/auth/chat.admin.spaces`",
604604
"flatPath": "v1/spaces:search",
605605
"httpMethod": "GET",
606606
"id": "chat.spaces.search",
@@ -1528,7 +1528,7 @@
15281528
}
15291529
}
15301530
},
1531-
"revision": "20250819",
1531+
"revision": "20250821",
15321532
"rootUrl": "https://chat.googleapis.com/",
15331533
"schemas": {
15341534
"AccessSettings": {

chat/v1/chat-gen.go

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

0 commit comments

Comments
 (0)