|
428 | 428 | }
|
429 | 429 | },
|
430 | 430 | "resources": {
|
431 |
| - "serviceWorkloads": { |
432 |
| - "methods": { |
433 |
| - "getIamPolicy": { |
434 |
| - "description": "Gets the IAM Policy for a resource", |
435 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:getIamPolicy", |
436 |
| - "httpMethod": "POST", |
437 |
| - "id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.getIamPolicy", |
438 |
| - "parameterOrder": [ |
439 |
| - "resource" |
440 |
| - ], |
441 |
| - "parameters": { |
442 |
| - "resource": { |
443 |
| - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
444 |
| - "location": "path", |
445 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$", |
446 |
| - "required": true, |
447 |
| - "type": "string" |
448 |
| - } |
449 |
| - }, |
450 |
| - "path": "v1beta1/{+resource}:getIamPolicy", |
451 |
| - "request": { |
452 |
| - "$ref": "GetIamPolicyRequest" |
453 |
| - }, |
454 |
| - "response": { |
455 |
| - "$ref": "Policy" |
456 |
| - }, |
457 |
| - "scopes": [ |
458 |
| - "https://www.googleapis.com/auth/cloud-platform" |
459 |
| - ] |
460 |
| - }, |
461 |
| - "setIamPolicy": { |
462 |
| - "description": "Sets the IAM Policy for a resource", |
463 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:setIamPolicy", |
464 |
| - "httpMethod": "POST", |
465 |
| - "id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.setIamPolicy", |
466 |
| - "parameterOrder": [ |
467 |
| - "resource" |
468 |
| - ], |
469 |
| - "parameters": { |
470 |
| - "resource": { |
471 |
| - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
472 |
| - "location": "path", |
473 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$", |
474 |
| - "required": true, |
475 |
| - "type": "string" |
476 |
| - } |
477 |
| - }, |
478 |
| - "path": "v1beta1/{+resource}:setIamPolicy", |
479 |
| - "request": { |
480 |
| - "$ref": "SetIamPolicyRequest" |
481 |
| - }, |
482 |
| - "response": { |
483 |
| - "$ref": "Policy" |
484 |
| - }, |
485 |
| - "scopes": [ |
486 |
| - "https://www.googleapis.com/auth/cloud-platform" |
487 |
| - ] |
488 |
| - }, |
489 |
| - "testIamPermissions": { |
490 |
| - "description": "Tests IAM permissions for a resource (namespace, service or service workload only).", |
491 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:testIamPermissions", |
492 |
| - "httpMethod": "POST", |
493 |
| - "id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.testIamPermissions", |
494 |
| - "parameterOrder": [ |
495 |
| - "resource" |
496 |
| - ], |
497 |
| - "parameters": { |
498 |
| - "resource": { |
499 |
| - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
500 |
| - "location": "path", |
501 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$", |
502 |
| - "required": true, |
503 |
| - "type": "string" |
504 |
| - } |
505 |
| - }, |
506 |
| - "path": "v1beta1/{+resource}:testIamPermissions", |
507 |
| - "request": { |
508 |
| - "$ref": "TestIamPermissionsRequest" |
509 |
| - }, |
510 |
| - "response": { |
511 |
| - "$ref": "TestIamPermissionsResponse" |
512 |
| - }, |
513 |
| - "scopes": [ |
514 |
| - "https://www.googleapis.com/auth/cloud-platform" |
515 |
| - ] |
516 |
| - } |
517 |
| - } |
518 |
| - }, |
519 | 431 | "services": {
|
520 | 432 | "methods": {
|
521 | 433 | "create": {
|
|
1059 | 971 | }
|
1060 | 972 | }
|
1061 | 973 | },
|
1062 |
| - "revision": "20230618", |
| 974 | + "revision": "20230716", |
1063 | 975 | "rootUrl": "https://servicedirectory.googleapis.com/",
|
1064 | 976 | "schemas": {
|
1065 | 977 | "Binding": {
|
|
0 commit comments