|
14 | 14 | "canonicalName": "Assuredworkloads",
|
15 | 15 | "description": "",
|
16 | 16 | "discoveryVersion": "v1",
|
17 |
| - "documentationLink": "https://cloud.google.com", |
| 17 | + "documentationLink": "https://cloud.google.com/learnmoreurl", |
18 | 18 | "fullyEncodeReservedExpansion": true,
|
19 | 19 | "icons": {
|
20 | 20 | "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
|
254 | 254 | ],
|
255 | 255 | "parameters": {
|
256 | 256 | "name": {
|
257 |
| - "description": "Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as \"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}\". For example, \"organizations/123/locations/us-east1/workloads/assured-workload-1\".", |
| 257 | + "description": "Required. The resource name of the Workload to fetch. This is the workload's relative path in the API, formatted as \"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}\". For example, \"organizations/123/locations/us-east1/workloads/assured-workload-1\".", |
258 | 258 | "location": "path",
|
259 | 259 | "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$",
|
260 | 260 | "required": true,
|
|
491 | 491 | }
|
492 | 492 | }
|
493 | 493 | },
|
494 |
| - "revision": "20221007", |
| 494 | + "revision": "20221014", |
495 | 495 | "rootUrl": "https://assuredworkloads.googleapis.com/",
|
496 | 496 | "schemas": {
|
497 | 497 | "GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
|
|
501 | 501 | "comment": {
|
502 | 502 | "description": "Required. Business justification explaining the need for violation acknowledgement",
|
503 | 503 | "type": "string"
|
| 504 | + }, |
| 505 | + "nonCompliantOrgPolicy": { |
| 506 | + "description": "Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}", |
| 507 | + "type": "string" |
504 | 508 | }
|
505 | 509 | },
|
506 | 510 | "type": "object"
|
|
529 | 533 | "EU_REGIONS_AND_SUPPORT",
|
530 | 534 | "CA_REGIONS_AND_SUPPORT",
|
531 | 535 | "ITAR",
|
| 536 | + "AU_REGIONS_AND_US_SUPPORT", |
532 | 537 | "ASSURED_WORKLOADS_FOR_PARTNERS"
|
533 | 538 | ],
|
534 | 539 | "enumDescriptions": [
|
|
543 | 548 | "Assured Workloads For EU Regions and Support controls",
|
544 | 549 | "Assured Workloads For Canada Regions and Support controls",
|
545 | 550 | "International Traffic in Arms Regulations",
|
546 |
| - "Assured Workloads for Partners;" |
| 551 | + "Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.", |
| 552 | + "Assured Workloads for Partners" |
547 | 553 | ],
|
548 | 554 | "type": "string"
|
549 | 555 | },
|
|
826 | 832 | "type": "object"
|
827 | 833 | },
|
828 | 834 | "GoogleCloudAssuredworkloadsV1Workload": {
|
829 |
| - "description": "An Workload object for managing highly regulated workloads of cloud customers.", |
| 835 | + "description": "A Workload object for managing highly regulated workloads of cloud customers.", |
830 | 836 | "id": "GoogleCloudAssuredworkloadsV1Workload",
|
831 | 837 | "properties": {
|
832 | 838 | "billingAccount": {
|
|
847 | 853 | "EU_REGIONS_AND_SUPPORT",
|
848 | 854 | "CA_REGIONS_AND_SUPPORT",
|
849 | 855 | "ITAR",
|
| 856 | + "AU_REGIONS_AND_US_SUPPORT", |
850 | 857 | "ASSURED_WORKLOADS_FOR_PARTNERS"
|
851 | 858 | ],
|
852 | 859 | "enumDescriptions": [
|
|
861 | 868 | "Assured Workloads For EU Regions and Support controls",
|
862 | 869 | "Assured Workloads For Canada Regions and Support controls",
|
863 | 870 | "International Traffic in Arms Regulations",
|
864 |
| - "Assured Workloads for Partners;" |
| 871 | + "Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.", |
| 872 | + "Assured Workloads for Partners" |
865 | 873 | ],
|
866 | 874 | "type": "string"
|
867 | 875 | },
|
|
928 | 936 | "LOCAL_CONTROLS_BY_S3NS"
|
929 | 937 | ],
|
930 | 938 | "enumDescriptions": [
|
931 |
| - "Unknown compliance regime.", |
932 |
| - "S3NS regime" |
| 939 | + "Unknown partner regime/controls.", |
| 940 | + "S3NS regime/controls." |
933 | 941 | ],
|
934 | 942 | "type": "string"
|
935 | 943 | },
|
|
961 | 969 | "type": "object"
|
962 | 970 | },
|
963 | 971 | "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings": {
|
964 |
| - "description": "Settings specific to the Key Management Service.", |
| 972 | + "description": "Settings specific to the Key Management Service. This message is deprecated. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.", |
965 | 973 | "id": "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings",
|
966 | 974 | "properties": {
|
967 | 975 | "nextRotationTime": {
|
|
1020 | 1028 | "type": "string"
|
1021 | 1029 | },
|
1022 | 1030 | "resourceType": {
|
1023 |
| - "description": "Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT)", |
| 1031 | + "description": "Indicates the type of resource. This field should be specified to correspond the id to the right resource type (CONSUMER_FOLDER or ENCRYPTION_KEYS_PROJECT)", |
1024 | 1032 | "enum": [
|
1025 | 1033 | "RESOURCE_TYPE_UNSPECIFIED",
|
1026 | 1034 | "CONSUMER_PROJECT",
|
|
0 commit comments