Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
342 changes: 340 additions & 2 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

558 changes: 555 additions & 3 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

1,747 changes: 1,742 additions & 5 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

22,557 changes: 12,962 additions & 9,595 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

412 changes: 411 additions & 1 deletion backupdr/v1/backupdr-api.json

Large diffs are not rendered by default.

1,234 changes: 1,205 additions & 29 deletions backupdr/v1/backupdr-gen.go

Large diffs are not rendered by default.

54 changes: 34 additions & 20 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1537,8 +1537,7 @@
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
Expand Down Expand Up @@ -1590,8 +1589,7 @@
"path": "projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies/{+policyId}",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
Expand Down Expand Up @@ -1717,8 +1715,7 @@
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
Expand Down Expand Up @@ -1855,8 +1852,7 @@
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
Expand Down Expand Up @@ -2379,7 +2375,7 @@
}
}
},
"revision": "20250713",
"revision": "20250816",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -2588,7 +2584,8 @@
"WEEKLY",
"MONTHLY",
"QUARTERLY",
"YEARLY"
"YEARLY",
"HOURLY"
],
"enumDescriptions": [
"Unspecified seasonal period.",
Expand All @@ -2597,7 +2594,8 @@
"Weekly period, 7 days.",
"Monthly period, 30 days or irregular.",
"Quarterly period, 90 days or irregular.",
"Yearly period, 365 days or irregular."
"Yearly period, 365 days or irregular.",
"Hourly period, 1 hour."
],
"type": "string"
},
Expand Down Expand Up @@ -2656,7 +2654,8 @@
"WEEKLY",
"MONTHLY",
"QUARTERLY",
"YEARLY"
"YEARLY",
"HOURLY"
],
"enumDescriptions": [
"Unspecified seasonal period.",
Expand All @@ -2665,7 +2664,8 @@
"Weekly period, 7 days.",
"Monthly period, 30 days or irregular.",
"Quarterly period, 90 days or irregular.",
"Yearly period, 365 days or irregular."
"Yearly period, 365 days or irregular.",
"Hourly period, 1 hour."
],
"type": "string"
},
Expand Down Expand Up @@ -2728,7 +2728,8 @@
"WEEKLY",
"MONTHLY",
"QUARTERLY",
"YEARLY"
"YEARLY",
"HOURLY"
],
"enumDescriptions": [
"Unspecified seasonal period.",
Expand All @@ -2737,7 +2738,8 @@
"Weekly period, 7 days.",
"Monthly period, 30 days or irregular.",
"Quarterly period, 90 days or irregular.",
"Yearly period, 365 days or irregular."
"Yearly period, 365 days or irregular.",
"Hourly period, 1 hour."
],
"type": "string"
},
Expand Down Expand Up @@ -2784,7 +2786,8 @@
"WEEKLY",
"MONTHLY",
"QUARTERLY",
"YEARLY"
"YEARLY",
"HOURLY"
],
"enumDescriptions": [
"Unspecified seasonal period.",
Expand All @@ -2793,7 +2796,8 @@
"Weekly period, 7 days.",
"Monthly period, 30 days or irregular.",
"Quarterly period, 90 days or irregular.",
"Yearly period, 365 days or irregular."
"Yearly period, 365 days or irregular.",
"Hourly period, 1 hour."
],
"type": "string"
},
Expand Down Expand Up @@ -3566,7 +3570,7 @@
"type": "object"
},
"DataPolicyOption": {
"description": "Data policy option proto, it currently supports name only, will support precedence later.",
"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/).",
"id": "DataPolicyOption",
"properties": {
"name": {
Expand Down Expand Up @@ -5457,6 +5461,11 @@
"$ref": "JobConfigurationLoad",
"description": "[Pick one] Configures a load job."
},
"maxSlots": {
"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.",
"format": "int32",
"type": "integer"
},
"query": {
"$ref": "JobConfigurationQuery",
"description": "[Pick one] Configures a query job."
Expand Down Expand Up @@ -7790,6 +7799,11 @@
"format": "uint32",
"type": "integer"
},
"maxSlots": {
"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.",
"format": "int32",
"type": "integer"
},
"maximumBytesBilled": {
"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.",
"format": "int64",
Expand Down Expand Up @@ -8235,7 +8249,7 @@
"type": "string"
},
"definitionBody": {
"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.",
"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.",
"type": "string"
},
"description": {
Expand Down Expand Up @@ -9608,7 +9622,7 @@
"type": "string"
},
"dataPolicies": {
"description": "Optional. Data policy options, will replace the data_policies.",
"description": "Optional. Data policies attached to this field, used for field-level access control.",
"items": {
"$ref": "DataPolicyOption"
},
Expand Down
42 changes: 30 additions & 12 deletions bigquery/v2/bigquery-gen.go

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

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
]
},
"search": {
"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`.",
"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`",
"flatPath": "v1/spaces:search",
"httpMethod": "GET",
"id": "chat.spaces.search",
Expand Down Expand Up @@ -1528,7 +1528,7 @@
}
}
},
"revision": "20250819",
"revision": "20250821",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down
9 changes: 5 additions & 4 deletions chat/v1/chat-gen.go

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

Loading