Skip to content

Commit 8b56127

Browse files
Merge branch 'main' into remove-local-auth
2 parents 82f627d + 1e2be3e commit 8b56127

File tree

677 files changed

+9081
-6732
lines changed

Some content is hidden

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

677 files changed

+9081
-6732
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 304 additions & 0 deletions
Large diffs are not rendered by default.

disclaimers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,5 +870,9 @@
870870
{
871871
"api": "storagebatchoperations",
872872
"package": "@google-cloud/storagebatchoperations"
873+
},
874+
{
875+
"api": "vectorsearch",
876+
"package": "@google-cloud/vectorsearch"
873877
}
874878
]

discovery/androidpublisher-v3.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,21 @@
429429
"required": true,
430430
"type": "string"
431431
},
432+
"inProgressReviewBehaviour": {
433+
"description": "Optional. The behavior of committing a new edit while a submission is already in review.",
434+
"enum": [
435+
"IN_PROGRESS_REVIEW_BEHAVIOUR_UNSPECIFIED",
436+
"CANCEL_IN_PROGRESS_AND_SUBMIT",
437+
"THROW_ERROR_IF_IN_PROGRESS"
438+
],
439+
"enumDescriptions": [
440+
"The behavior is not specified.",
441+
"The changes in review will be canceled, and the new changes will be sent for review. Thus resetting the review process.",
442+
"The commit will fail with an error if there are changes in review. If the edit doesn't result in a new submission being created then it won't throw an error even if there are changes in review."
443+
],
444+
"location": "query",
445+
"type": "string"
446+
},
432447
"packageName": {
433448
"description": "Package name of the app.",
434449
"location": "path",
@@ -5555,7 +5570,7 @@
55555570
}
55565571
}
55575572
},
5558-
"revision": "20251203",
5573+
"revision": "20251208",
55595574
"rootUrl": "https://androidpublisher.googleapis.com/",
55605575
"schemas": {
55615576
"Abi": {

discovery/apihub-v1.json

Lines changed: 327 additions & 6 deletions
Large diffs are not rendered by default.

discovery/chat-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
}
15361536
}
15371537
},
1538-
"revision": "20251118",
1538+
"revision": "20251205",
15391539
"rootUrl": "https://chat.googleapis.com/",
15401540
"schemas": {
15411541
"AccessSettings": {
@@ -3477,7 +3477,7 @@
34773477
"type": "string"
34783478
},
34793479
"url": {
3480-
"description": "The URL to open.",
3480+
"description": "The URL to open. HTTP URLs are converted to HTTPS.",
34813481
"type": "string"
34823482
}
34833483
},

discovery/cloudfunctions-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"type": "string"
162162
},
163163
"returnPartialSuccess": {
164-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
164+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
165165
"location": "query",
166166
"type": "boolean"
167167
}
@@ -563,7 +563,7 @@
563563
}
564564
}
565565
},
566-
"revision": "20251023",
566+
"revision": "20251204",
567567
"rootUrl": "https://cloudfunctions.googleapis.com/",
568568
"schemas": {
569569
"AuditConfig": {
@@ -1094,7 +1094,7 @@
10941094
"type": "array"
10951095
},
10961096
"unreachable": {
1097-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1097+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
10981098
"items": {
10991099
"type": "string"
11001100
},

discovery/cloudfunctions-v2.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,34 @@
216216
"https://www.googleapis.com/auth/cloud-platform"
217217
]
218218
},
219+
"commitFunctionUpgradeAsGen2": {
220+
"description": "Commits a function upgrade from GCF Gen1 to GCF Gen2. This action deletes the Gen1 function, leaving the Gen2 function active and manageable by the GCFv2 API.",
221+
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:commitFunctionUpgradeAsGen2",
222+
"httpMethod": "POST",
223+
"id": "cloudfunctions.projects.locations.functions.commitFunctionUpgradeAsGen2",
224+
"parameterOrder": [
225+
"name"
226+
],
227+
"parameters": {
228+
"name": {
229+
"description": "Required. The name of the function for which upgrade should be committed to Gen2.",
230+
"location": "path",
231+
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
232+
"required": true,
233+
"type": "string"
234+
}
235+
},
236+
"path": "v2/{+name}:commitFunctionUpgradeAsGen2",
237+
"request": {
238+
"$ref": "CommitFunctionUpgradeAsGen2Request"
239+
},
240+
"response": {
241+
"$ref": "Operation"
242+
},
243+
"scopes": [
244+
"https://www.googleapis.com/auth/cloud-platform"
245+
]
246+
},
219247
"create": {
220248
"description": "Creates a new function. If a function with the given name already exists in the specified project, the long running operation will return `ALREADY_EXISTS` error.",
221249
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/functions",
@@ -701,7 +729,7 @@
701729
"type": "string"
702730
},
703731
"returnPartialSuccess": {
704-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
732+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
705733
"location": "query",
706734
"type": "boolean"
707735
}
@@ -755,7 +783,7 @@
755783
}
756784
}
757785
},
758-
"revision": "20251106",
786+
"revision": "20251204",
759787
"rootUrl": "https://cloudfunctions.googleapis.com/",
760788
"schemas": {
761789
"AbortFunctionUpgradeRequest": {
@@ -913,6 +941,12 @@
913941
},
914942
"type": "object"
915943
},
944+
"CommitFunctionUpgradeAsGen2Request": {
945+
"description": "Request for the `CommitFunctionUpgradeAsGen2` method.",
946+
"id": "CommitFunctionUpgradeAsGen2Request",
947+
"properties": {},
948+
"type": "object"
949+
},
916950
"CommitFunctionUpgradeRequest": {
917951
"description": "Request for the `CommitFunctionUpgrade` method.",
918952
"id": "CommitFunctionUpgradeRequest",
@@ -1287,7 +1321,8 @@
12871321
"SETUP_FUNCTION_UPGRADE_CONFIG",
12881322
"ABORT_FUNCTION_UPGRADE",
12891323
"COMMIT_FUNCTION_UPGRADE",
1290-
"DETACH_FUNCTION"
1324+
"DETACH_FUNCTION",
1325+
"COMMIT_FUNCTION_UPGRADE_AS_GEN2"
12911326
],
12921327
"enumDescriptions": [
12931328
"Unspecified",
@@ -1299,7 +1334,8 @@
12991334
"SetupFunctionUpgradeConfig",
13001335
"AbortFunctionUpgrade",
13011336
"CommitFunctionUpgrade",
1302-
"DetachFunction"
1337+
"DetachFunction",
1338+
"CommitFunctionUpgradeAsGen2"
13031339
],
13041340
"type": "string"
13051341
},
@@ -1491,7 +1527,7 @@
14911527
"type": "array"
14921528
},
14931529
"unreachable": {
1494-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1530+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
14951531
"items": {
14961532
"type": "string"
14971533
},

discovery/cloudfunctions-v2alpha.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,34 @@
216216
"https://www.googleapis.com/auth/cloud-platform"
217217
]
218218
},
219+
"commitFunctionUpgradeAsGen2": {
220+
"description": "Commits a function upgrade from GCF Gen1 to GCF Gen2. This action deletes the Gen1 function, leaving the Gen2 function active and manageable by the GCFv2 API.",
221+
"flatPath": "v2alpha/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:commitFunctionUpgradeAsGen2",
222+
"httpMethod": "POST",
223+
"id": "cloudfunctions.projects.locations.functions.commitFunctionUpgradeAsGen2",
224+
"parameterOrder": [
225+
"name"
226+
],
227+
"parameters": {
228+
"name": {
229+
"description": "Required. The name of the function for which upgrade should be committed to Gen2.",
230+
"location": "path",
231+
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
232+
"required": true,
233+
"type": "string"
234+
}
235+
},
236+
"path": "v2alpha/{+name}:commitFunctionUpgradeAsGen2",
237+
"request": {
238+
"$ref": "CommitFunctionUpgradeAsGen2Request"
239+
},
240+
"response": {
241+
"$ref": "Operation"
242+
},
243+
"scopes": [
244+
"https://www.googleapis.com/auth/cloud-platform"
245+
]
246+
},
219247
"create": {
220248
"description": "Creates a new function. If a function with the given name already exists in the specified project, the long running operation will return `ALREADY_EXISTS` error.",
221249
"flatPath": "v2alpha/projects/{projectsId}/locations/{locationsId}/functions",
@@ -701,7 +729,7 @@
701729
"type": "string"
702730
},
703731
"returnPartialSuccess": {
704-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
732+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
705733
"location": "query",
706734
"type": "boolean"
707735
}
@@ -755,7 +783,7 @@
755783
}
756784
}
757785
},
758-
"revision": "20251106",
786+
"revision": "20251204",
759787
"rootUrl": "https://cloudfunctions.googleapis.com/",
760788
"schemas": {
761789
"AbortFunctionUpgradeRequest": {
@@ -913,6 +941,12 @@
913941
},
914942
"type": "object"
915943
},
944+
"CommitFunctionUpgradeAsGen2Request": {
945+
"description": "Request for the `CommitFunctionUpgradeAsGen2` method.",
946+
"id": "CommitFunctionUpgradeAsGen2Request",
947+
"properties": {},
948+
"type": "object"
949+
},
916950
"CommitFunctionUpgradeRequest": {
917951
"description": "Request for the `CommitFunctionUpgrade` method.",
918952
"id": "CommitFunctionUpgradeRequest",
@@ -1309,7 +1343,8 @@
13091343
"SETUP_FUNCTION_UPGRADE_CONFIG",
13101344
"ABORT_FUNCTION_UPGRADE",
13111345
"COMMIT_FUNCTION_UPGRADE",
1312-
"DETACH_FUNCTION"
1346+
"DETACH_FUNCTION",
1347+
"COMMIT_FUNCTION_UPGRADE_AS_GEN2"
13131348
],
13141349
"enumDescriptions": [
13151350
"Unspecified",
@@ -1321,7 +1356,8 @@
13211356
"SetupFunctionUpgradeConfig",
13221357
"AbortFunctionUpgrade",
13231358
"CommitFunctionUpgrade",
1324-
"DetachFunction"
1359+
"DetachFunction",
1360+
"CommitFunctionUpgradeAsGen2"
13251361
],
13261362
"type": "string"
13271363
},
@@ -1513,7 +1549,7 @@
15131549
"type": "array"
15141550
},
15151551
"unreachable": {
1516-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1552+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
15171553
"items": {
15181554
"type": "string"
15191555
},

discovery/cloudfunctions-v2beta.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,34 @@
216216
"https://www.googleapis.com/auth/cloud-platform"
217217
]
218218
},
219+
"commitFunctionUpgradeAsGen2": {
220+
"description": "Commits a function upgrade from GCF Gen1 to GCF Gen2. This action deletes the Gen1 function, leaving the Gen2 function active and manageable by the GCFv2 API.",
221+
"flatPath": "v2beta/projects/{projectsId}/locations/{locationsId}/functions/{functionsId}:commitFunctionUpgradeAsGen2",
222+
"httpMethod": "POST",
223+
"id": "cloudfunctions.projects.locations.functions.commitFunctionUpgradeAsGen2",
224+
"parameterOrder": [
225+
"name"
226+
],
227+
"parameters": {
228+
"name": {
229+
"description": "Required. The name of the function for which upgrade should be committed to Gen2.",
230+
"location": "path",
231+
"pattern": "^projects/[^/]+/locations/[^/]+/functions/[^/]+$",
232+
"required": true,
233+
"type": "string"
234+
}
235+
},
236+
"path": "v2beta/{+name}:commitFunctionUpgradeAsGen2",
237+
"request": {
238+
"$ref": "CommitFunctionUpgradeAsGen2Request"
239+
},
240+
"response": {
241+
"$ref": "Operation"
242+
},
243+
"scopes": [
244+
"https://www.googleapis.com/auth/cloud-platform"
245+
]
246+
},
219247
"create": {
220248
"description": "Creates a new function. If a function with the given name already exists in the specified project, the long running operation will return `ALREADY_EXISTS` error.",
221249
"flatPath": "v2beta/projects/{projectsId}/locations/{locationsId}/functions",
@@ -701,7 +729,7 @@
701729
"type": "string"
702730
},
703731
"returnPartialSuccess": {
704-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
732+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
705733
"location": "query",
706734
"type": "boolean"
707735
}
@@ -755,7 +783,7 @@
755783
}
756784
}
757785
},
758-
"revision": "20251106",
786+
"revision": "20251204",
759787
"rootUrl": "https://cloudfunctions.googleapis.com/",
760788
"schemas": {
761789
"AbortFunctionUpgradeRequest": {
@@ -913,6 +941,12 @@
913941
},
914942
"type": "object"
915943
},
944+
"CommitFunctionUpgradeAsGen2Request": {
945+
"description": "Request for the `CommitFunctionUpgradeAsGen2` method.",
946+
"id": "CommitFunctionUpgradeAsGen2Request",
947+
"properties": {},
948+
"type": "object"
949+
},
916950
"CommitFunctionUpgradeRequest": {
917951
"description": "Request for the `CommitFunctionUpgrade` method.",
918952
"id": "CommitFunctionUpgradeRequest",
@@ -1309,7 +1343,8 @@
13091343
"SETUP_FUNCTION_UPGRADE_CONFIG",
13101344
"ABORT_FUNCTION_UPGRADE",
13111345
"COMMIT_FUNCTION_UPGRADE",
1312-
"DETACH_FUNCTION"
1346+
"DETACH_FUNCTION",
1347+
"COMMIT_FUNCTION_UPGRADE_AS_GEN2"
13131348
],
13141349
"enumDescriptions": [
13151350
"Unspecified",
@@ -1321,7 +1356,8 @@
13211356
"SetupFunctionUpgradeConfig",
13221357
"AbortFunctionUpgrade",
13231358
"CommitFunctionUpgrade",
1324-
"DetachFunction"
1359+
"DetachFunction",
1360+
"CommitFunctionUpgradeAsGen2"
13251361
],
13261362
"type": "string"
13271363
},
@@ -1513,7 +1549,7 @@
15131549
"type": "array"
15141550
},
15151551
"unreachable": {
1516-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1552+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
15171553
"items": {
15181554
"type": "string"
15191555
},

0 commit comments

Comments
 (0)