Skip to content

Commit e87e376

Browse files
feat(all): auto-regenerate discovery clients (#3587)
1 parent 09db0e3 commit e87e376

94 files changed

Lines changed: 3479 additions & 669 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.

accesscontextmanager/v1/accesscontextmanager-api.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": {

accesscontextmanager/v1/accesscontextmanager-gen.go

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

aiplatform/v1/aiplatform-api.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,

0 commit comments

Comments
 (0)