|
358 | 358 | },
|
359 | 359 | "operations": {
|
360 | 360 | "methods": {
|
361 |
| - "cancel": { |
362 |
| - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
363 |
| - "flatPath": "v1/operations/{operationsId}:cancel", |
364 |
| - "httpMethod": "POST", |
365 |
| - "id": "cloudasset.operations.cancel", |
366 |
| - "parameterOrder": [ |
367 |
| - "name" |
368 |
| - ], |
369 |
| - "parameters": { |
370 |
| - "name": { |
371 |
| - "description": "The name of the operation resource to be cancelled.", |
372 |
| - "location": "path", |
373 |
| - "pattern": "^operations/.*$", |
374 |
| - "required": true, |
375 |
| - "type": "string" |
376 |
| - } |
377 |
| - }, |
378 |
| - "path": "v1/{+name}:cancel", |
379 |
| - "request": { |
380 |
| - "$ref": "CancelOperationRequest" |
381 |
| - }, |
382 |
| - "response": { |
383 |
| - "$ref": "Empty" |
384 |
| - }, |
385 |
| - "scopes": [ |
386 |
| - "https://www.googleapis.com/auth/cloud-platform" |
387 |
| - ] |
388 |
| - }, |
389 |
| - "delete": { |
390 |
| - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", |
391 |
| - "flatPath": "v1/operations/{operationsId}", |
392 |
| - "httpMethod": "DELETE", |
393 |
| - "id": "cloudasset.operations.delete", |
394 |
| - "parameterOrder": [ |
395 |
| - "name" |
396 |
| - ], |
397 |
| - "parameters": { |
398 |
| - "name": { |
399 |
| - "description": "The name of the operation resource to be deleted.", |
400 |
| - "location": "path", |
401 |
| - "pattern": "^operations/.*$", |
402 |
| - "required": true, |
403 |
| - "type": "string" |
404 |
| - } |
405 |
| - }, |
406 |
| - "path": "v1/{+name}", |
407 |
| - "response": { |
408 |
| - "$ref": "Empty" |
409 |
| - }, |
410 |
| - "scopes": [ |
411 |
| - "https://www.googleapis.com/auth/cloud-platform" |
412 |
| - ] |
413 |
| - }, |
414 | 361 | "get": {
|
415 | 362 | "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
416 | 363 | "flatPath": "v1/{v1Id}/{v1Id1}/operations/{operationsId}/{operationsId1}",
|
|
1148 | 1095 | }
|
1149 | 1096 | }
|
1150 | 1097 | },
|
1151 |
| - "revision": "20240823", |
| 1098 | + "revision": "20240831", |
1152 | 1099 | "rootUrl": "https://cloudasset.googleapis.com/",
|
1153 | 1100 | "schemas": {
|
1154 | 1101 | "AccessSelector": {
|
|
1578 | 1525 | },
|
1579 | 1526 | "type": "object"
|
1580 | 1527 | },
|
1581 |
| - "CancelOperationRequest": { |
1582 |
| - "description": "The request message for Operations.CancelOperation.", |
1583 |
| - "id": "CancelOperationRequest", |
1584 |
| - "properties": {}, |
1585 |
| - "type": "object" |
1586 |
| - }, |
1587 | 1528 | "ConditionContext": {
|
1588 | 1529 | "description": "The IAM conditions context.",
|
1589 | 1530 | "id": "ConditionContext",
|
|
3526 | 3467 | "AVAILABLE_PACKAGE"
|
3527 | 3468 | ],
|
3528 | 3469 | "enumDescriptions": [
|
3529 |
| - "Invalid. An type must be specified.", |
| 3470 | + "Invalid. A type must be specified.", |
3530 | 3471 | "This represents a package that is installed on the VM.",
|
3531 | 3472 | "This represents an update that is available for a package."
|
3532 | 3473 | ],
|
|
4207 | 4148 | "type": "array"
|
4208 | 4149 | },
|
4209 | 4150 | "enrichments": {
|
4210 |
| - "description": "Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: * RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: * enrichments.resource_owners The corresponding required permissions: * cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner enrichment: scope: \"projects/my-project\" query: \"name: my-project\" assetTypes: \"cloudresourcemanager.googleapis.com/Project\" readMask: { paths: \"asset_type\" paths: \"name\" paths: \"enrichments.resource_owners\" }", |
| 4151 | + "description": "Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: * RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: * enrichments.resource_owners The corresponding required permissions: * cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner enrichment: ``` scope: \"projects/my-project\" query: \"name: my-project\" assetTypes: \"cloudresourcemanager.googleapis.com/Project\" readMask: { paths: \"asset_type\" paths: \"name\" paths: \"enrichments.resource_owners\" } ```", |
4211 | 4152 | "items": {
|
4212 | 4153 | "$ref": "AssetEnrichment"
|
4213 | 4154 | },
|
|
0 commit comments