Skip to content

Commit bf71496

Browse files
authored
Merge branch 'main' into remove-unused-secrets-v2
2 parents 52b52bf + b385d3f commit bf71496

104 files changed

Lines changed: 4069 additions & 629 deletions

File tree

Some content is hidden

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

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:5ef945dd0b346b78caabeaf973467273a31394c074f5ec3f85cb66769036bab5
17-
# created: 2026-02-12T15:40:42.386984339Z
16+
digest: sha256:4fe73296173f9cbfced42915365a33981ee6a291dd2dc0edb1a0a2e3abeeeed8
17+
# created: 2026-05-06T03:27:26.255454877Z

discovery/accesscontextmanager-v1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
]
299299
},
300300
"testIamPermissions": {
301-
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.",
301+
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources. **IAM Permissions**: No specific IAM permission is required to call this method. It returns the subset of the requested permissions that the caller possesses.",
302302
"flatPath": "v1/accessPolicies/{accessPoliciesId}:testIamPermissions",
303303
"httpMethod": "POST",
304304
"id": "accesscontextmanager.accessPolicies.testIamPermissions",
@@ -536,7 +536,7 @@
536536
]
537537
},
538538
"testIamPermissions": {
539-
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.",
539+
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources. **IAM Permissions**: No specific IAM permission is required to call this method. It returns the subset of the requested permissions that the caller possesses.",
540540
"flatPath": "v1/accessPolicies/{accessPoliciesId}/accessLevels/{accessLevelsId}:testIamPermissions",
541541
"httpMethod": "POST",
542542
"id": "accesscontextmanager.accessPolicies.accessLevels.testIamPermissions",
@@ -924,7 +924,7 @@
924924
]
925925
},
926926
"testIamPermissions": {
927-
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.",
927+
"description": "Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources. **IAM Permissions**: No specific IAM permission is required to call this method. It returns the subset of the requested permissions that the caller possesses.",
928928
"flatPath": "v1/accessPolicies/{accessPoliciesId}/servicePerimeters/{servicePerimetersId}:testIamPermissions",
929929
"httpMethod": "POST",
930930
"id": "accesscontextmanager.accessPolicies.servicePerimeters.testIamPermissions",
@@ -1278,7 +1278,7 @@
12781278
"services": {
12791279
"methods": {
12801280
"get": {
1281-
"description": "Returns a VPC-SC supported service based on the service name.",
1281+
"description": "Returns a VPC-SC supported service based on the service name. **IAM Permissions**: Requires the following IAM permissions to use this method: - `serviceusage.services.use` on the project.",
12821282
"flatPath": "v1/services/{name}",
12831283
"httpMethod": "GET",
12841284
"id": "accesscontextmanager.services.get",
@@ -1302,7 +1302,7 @@
13021302
]
13031303
},
13041304
"list": {
1305-
"description": "Lists all VPC-SC supported services.",
1305+
"description": "Lists all VPC-SC supported services. **IAM Permissions**: Requires the following IAM permissions to use this method: - `serviceusage.services.use` on the project.",
13061306
"flatPath": "v1/services",
13071307
"httpMethod": "GET",
13081308
"id": "accesscontextmanager.services.list",
@@ -1331,7 +1331,7 @@
13311331
}
13321332
}
13331333
},
1334-
"revision": "20260426",
1334+
"revision": "20260506",
13351335
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13361336
"schemas": {
13371337
"AccessContextManagerOperationMetadata": {

discovery/aiplatform-v1.json

Lines changed: 69 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22213,6 +22213,36 @@
2221322213
"https://www.googleapis.com/auth/cloud-platform"
2221422214
]
2221522215
},
22216+
"cancelAsyncQuery": {
22217+
"description": "Cancels an AsyncQueryReasoningEngine operation.",
22218+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery",
22219+
"httpMethod": "POST",
22220+
"id": "aiplatform.projects.locations.reasoningEngines.cancelAsyncQuery",
22221+
"parameterOrder": [
22222+
"name"
22223+
],
22224+
"parameters": {
22225+
"name": {
22226+
"description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
22227+
"location": "path",
22228+
"pattern": "^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$",
22229+
"required": true,
22230+
"type": "string"
22231+
},
22232+
"operationName": {
22233+
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
22234+
"location": "query",
22235+
"type": "string"
22236+
}
22237+
},
22238+
"path": "v1/{+name}:cancelAsyncQuery",
22239+
"response": {
22240+
"$ref": "GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse"
22241+
},
22242+
"scopes": [
22243+
"https://www.googleapis.com/auth/cloud-platform"
22244+
]
22245+
},
2221622246
"create": {
2221722247
"description": "Creates a reasoning engine.",
2221822248
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reasoningEngines",
@@ -29006,6 +29036,36 @@
2900629036
"https://www.googleapis.com/auth/cloud-platform"
2900729037
]
2900829038
},
29039+
"cancelAsyncQuery": {
29040+
"description": "Cancels an AsyncQueryReasoningEngine operation.",
29041+
"flatPath": "v1/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery",
29042+
"httpMethod": "POST",
29043+
"id": "aiplatform.reasoningEngines.cancelAsyncQuery",
29044+
"parameterOrder": [
29045+
"name"
29046+
],
29047+
"parameters": {
29048+
"name": {
29049+
"description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
29050+
"location": "path",
29051+
"pattern": "^reasoningEngines/[^/]+$",
29052+
"required": true,
29053+
"type": "string"
29054+
},
29055+
"operationName": {
29056+
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
29057+
"location": "query",
29058+
"type": "string"
29059+
}
29060+
},
29061+
"path": "v1/{+name}:cancelAsyncQuery",
29062+
"response": {
29063+
"$ref": "GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse"
29064+
},
29065+
"scopes": [
29066+
"https://www.googleapis.com/auth/cloud-platform"
29067+
]
29068+
},
2900929069
"create": {
2901029070
"description": "Creates a reasoning engine.",
2901129071
"flatPath": "v1/reasoningEngines",
@@ -32301,7 +32361,7 @@
3230132361
}
3230232362
}
3230332363
},
32304-
"revision": "20260427",
32364+
"revision": "20260506",
3230532365
"rootUrl": "https://aiplatform.googleapis.com/",
3230632366
"schemas": {
3230732367
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
@@ -34633,6 +34693,12 @@
3463334693
},
3463434694
"type": "object"
3463534695
},
34696+
"GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse": {
34697+
"description": "Response message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.",
34698+
"id": "GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse",
34699+
"properties": {},
34700+
"type": "object"
34701+
},
3463634702
"GoogleCloudAiplatformV1CancelBatchPredictionJobRequest": {
3463734703
"description": "Request message for JobService.CancelBatchPredictionJob.",
3463834704
"id": "GoogleCloudAiplatformV1CancelBatchPredictionJobRequest",
@@ -54296,7 +54362,7 @@
5429654362
"type": "string"
5429754363
},
5429854364
"pythonVersion": {
54299-
"description": "Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.",
54365+
"description": "Optional. The Python version. Supported values are 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.",
5430054366
"type": "string"
5430154367
},
5430254368
"requirementsGcsUri": {
@@ -54436,7 +54502,7 @@
5443654502
"type": "string"
5443754503
},
5443854504
"version": {
54439-
"description": "Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.",
54505+
"description": "Optional. The version of Python to use. Supported versions include 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.",
5444054506
"type": "string"
5444154507
}
5444254508
},
@@ -55667,11 +55733,6 @@
5566755733
"readOnly": true,
5566855734
"type": "string"
5566955735
},
55670-
"sandboxHostname": {
55671-
"description": "Output only. The hostname of the SandboxEnvironment.",
55672-
"readOnly": true,
55673-
"type": "string"
55674-
},
5567555736
"sandboxInternalIp": {
5567655737
"description": "Output only. The internal IP address of the SandboxEnvironment.",
5567755738
"readOnly": true,

discovery/aiplatform-v1beta1.json

Lines changed: 69 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28834,6 +28834,36 @@
2883428834
"https://www.googleapis.com/auth/cloud-platform"
2883528835
]
2883628836
},
28837+
"cancelAsyncQuery": {
28838+
"description": "Cancels an AsyncQueryReasoningEngine operation.",
28839+
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery",
28840+
"httpMethod": "POST",
28841+
"id": "aiplatform.projects.locations.reasoningEngines.cancelAsyncQuery",
28842+
"parameterOrder": [
28843+
"name"
28844+
],
28845+
"parameters": {
28846+
"name": {
28847+
"description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
28848+
"location": "path",
28849+
"pattern": "^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$",
28850+
"required": true,
28851+
"type": "string"
28852+
},
28853+
"operationName": {
28854+
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
28855+
"location": "query",
28856+
"type": "string"
28857+
}
28858+
},
28859+
"path": "v1beta1/{+name}:cancelAsyncQuery",
28860+
"response": {
28861+
"$ref": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse"
28862+
},
28863+
"scopes": [
28864+
"https://www.googleapis.com/auth/cloud-platform"
28865+
]
28866+
},
2883728867
"create": {
2883828868
"description": "Creates a reasoning engine.",
2883928869
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines",
@@ -38828,6 +38858,36 @@
3882838858
"https://www.googleapis.com/auth/cloud-platform"
3882938859
]
3883038860
},
38861+
"cancelAsyncQuery": {
38862+
"description": "Cancels an AsyncQueryReasoningEngine operation.",
38863+
"flatPath": "v1beta1/reasoningEngines/{reasoningEnginesId}:cancelAsyncQuery",
38864+
"httpMethod": "POST",
38865+
"id": "aiplatform.reasoningEngines.cancelAsyncQuery",
38866+
"parameterOrder": [
38867+
"name"
38868+
],
38869+
"parameters": {
38870+
"name": {
38871+
"description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
38872+
"location": "path",
38873+
"pattern": "^reasoningEngines/[^/]+$",
38874+
"required": true,
38875+
"type": "string"
38876+
},
38877+
"operationName": {
38878+
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
38879+
"location": "query",
38880+
"type": "string"
38881+
}
38882+
},
38883+
"path": "v1beta1/{+name}:cancelAsyncQuery",
38884+
"response": {
38885+
"$ref": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse"
38886+
},
38887+
"scopes": [
38888+
"https://www.googleapis.com/auth/cloud-platform"
38889+
]
38890+
},
3883138891
"create": {
3883238892
"description": "Creates a reasoning engine.",
3883338893
"flatPath": "v1beta1/reasoningEngines",
@@ -45463,7 +45523,7 @@
4546345523
}
4546445524
}
4546545525
},
45466-
"revision": "20260427",
45526+
"revision": "20260506",
4546745527
"rootUrl": "https://aiplatform.googleapis.com/",
4546845528
"schemas": {
4546945529
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
@@ -48259,6 +48319,12 @@
4825948319
},
4826048320
"type": "object"
4826148321
},
48322+
"GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse": {
48323+
"description": "Response message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.",
48324+
"id": "GoogleCloudAiplatformV1beta1CancelAsyncQueryReasoningEngineResponse",
48325+
"properties": {},
48326+
"type": "object"
48327+
},
4826248328
"GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest": {
4826348329
"description": "Request message for JobService.CancelBatchPredictionJob.",
4826448330
"id": "GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest",
@@ -72220,7 +72286,7 @@
7222072286
"type": "string"
7222172287
},
7222272288
"pythonVersion": {
72223-
"description": "Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.",
72289+
"description": "Optional. The Python version. Supported values are 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.",
7222472290
"type": "string"
7222572291
},
7222672292
"requirementsGcsUri": {
@@ -72360,7 +72426,7 @@
7236072426
"type": "string"
7236172427
},
7236272428
"version": {
72363-
"description": "Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.",
72429+
"description": "Optional. The version of Python to use. Supported versions include 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.",
7236472430
"type": "string"
7236572431
}
7236672432
},
@@ -74048,11 +74114,6 @@
7404874114
"readOnly": true,
7404974115
"type": "string"
7405074116
},
74051-
"sandboxHostname": {
74052-
"description": "Output only. The hostname of the SandboxEnvironment.",
74053-
"readOnly": true,
74054-
"type": "string"
74055-
},
7405674117
"sandboxInternalIp": {
7405774118
"description": "Output only. The internal IP address of the SandboxEnvironment.",
7405874119
"readOnly": true,

discovery/androidmanagement-v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260408",
1268+
"revision": "20260507",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -6116,6 +6116,20 @@
61166116
"description": "Whether auto time is required, which prevents the user from manually setting the date and time. If autoDateAndTimeZone is set, this field is ignored.",
61176117
"type": "boolean"
61186118
},
6119+
"autofillPolicy": {
6120+
"description": "Optional. The policy for the autofill service.",
6121+
"enum": [
6122+
"AUTOFILL_POLICY_UNSPECIFIED",
6123+
"AUTOFILL_USER_CHOICE",
6124+
"AUTOFILL_DISABLED"
6125+
],
6126+
"enumDescriptions": [
6127+
"Defaults to AUTOFILL_USER_CHOICE.",
6128+
"The user can choose and use an autofill service.",
6129+
"Autofill is disabled and the user is not allowed to change this setting. This is supported only on Android 8 and above."
6130+
],
6131+
"type": "string"
6132+
},
61196133
"blockApplicationsEnabled": {
61206134
"deprecated": true,
61216135
"description": "This field has no effect.",

0 commit comments

Comments
 (0)