Skip to content

Commit 453b81a

Browse files
feat(all): auto-regenerate discovery clients (#1718)
1 parent d530a93 commit 453b81a

21 files changed

+3998
-707
lines changed

api-list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
569569
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
570570
},
571-
"documentationLink": "https://cloud.google.com",
571+
"documentationLink": "https://cloud.google.com/learnmoreurl",
572572
"preferred": false
573573
},
574574
{
@@ -583,7 +583,7 @@
583583
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
584584
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
585585
},
586-
"documentationLink": "https://cloud.google.com",
586+
"documentationLink": "https://cloud.google.com/learnmoreurl",
587587
"preferred": true
588588
},
589589
{

assuredworkloads/v1/assuredworkloads-api.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Assuredworkloads",
1515
"description": "",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://cloud.google.com",
17+
"documentationLink": "https://cloud.google.com/learnmoreurl",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -254,7 +254,7 @@
254254
],
255255
"parameters": {
256256
"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\".",
258258
"location": "path",
259259
"pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$",
260260
"required": true,
@@ -491,7 +491,7 @@
491491
}
492492
}
493493
},
494-
"revision": "20221007",
494+
"revision": "20221014",
495495
"rootUrl": "https://assuredworkloads.googleapis.com/",
496496
"schemas": {
497497
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -501,6 +501,10 @@
501501
"comment": {
502502
"description": "Required. Business justification explaining the need for violation acknowledgement",
503503
"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"
504508
}
505509
},
506510
"type": "object"
@@ -529,6 +533,7 @@
529533
"EU_REGIONS_AND_SUPPORT",
530534
"CA_REGIONS_AND_SUPPORT",
531535
"ITAR",
536+
"AU_REGIONS_AND_US_SUPPORT",
532537
"ASSURED_WORKLOADS_FOR_PARTNERS"
533538
],
534539
"enumDescriptions": [
@@ -543,7 +548,8 @@
543548
"Assured Workloads For EU Regions and Support controls",
544549
"Assured Workloads For Canada Regions and Support controls",
545550
"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"
547553
],
548554
"type": "string"
549555
},
@@ -826,7 +832,7 @@
826832
"type": "object"
827833
},
828834
"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.",
830836
"id": "GoogleCloudAssuredworkloadsV1Workload",
831837
"properties": {
832838
"billingAccount": {
@@ -847,6 +853,7 @@
847853
"EU_REGIONS_AND_SUPPORT",
848854
"CA_REGIONS_AND_SUPPORT",
849855
"ITAR",
856+
"AU_REGIONS_AND_US_SUPPORT",
850857
"ASSURED_WORKLOADS_FOR_PARTNERS"
851858
],
852859
"enumDescriptions": [
@@ -861,7 +868,8 @@
861868
"Assured Workloads For EU Regions and Support controls",
862869
"Assured Workloads For Canada Regions and Support controls",
863870
"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"
865873
],
866874
"type": "string"
867875
},
@@ -928,8 +936,8 @@
928936
"LOCAL_CONTROLS_BY_S3NS"
929937
],
930938
"enumDescriptions": [
931-
"Unknown compliance regime.",
932-
"S3NS regime"
939+
"Unknown partner regime/controls.",
940+
"S3NS regime/controls."
933941
],
934942
"type": "string"
935943
},
@@ -961,7 +969,7 @@
961969
"type": "object"
962970
},
963971
"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.",
965973
"id": "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings",
966974
"properties": {
967975
"nextRotationTime": {
@@ -1020,7 +1028,7 @@
10201028
"type": "string"
10211029
},
10221030
"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)",
10241032
"enum": [
10251033
"RESOURCE_TYPE_UNSPECIFIED",
10261034
"CONSUMER_PROJECT",

assuredworkloads/v1/assuredworkloads-gen.go

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

assuredworkloads/v1beta1/assuredworkloads-api.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Assuredworkloads",
1515
"description": "",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://cloud.google.com",
17+
"documentationLink": "https://cloud.google.com/learnmoreurl",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -595,7 +595,7 @@
595595
}
596596
}
597597
},
598-
"revision": "20221007",
598+
"revision": "20221014",
599599
"rootUrl": "https://assuredworkloads.googleapis.com/",
600600
"schemas": {
601601
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -605,6 +605,10 @@
605605
"comment": {
606606
"description": "Required. Business justification explaining the need for violation acknowledgement",
607607
"type": "string"
608+
},
609+
"nonCompliantOrgPolicy": {
610+
"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}",
611+
"type": "string"
608612
}
609613
},
610614
"type": "object"
@@ -892,7 +896,7 @@
892896
"type": "object"
893897
},
894898
"GoogleCloudAssuredworkloadsV1beta1Workload": {
895-
"description": "An Workload object for managing highly regulated workloads of cloud customers.",
899+
"description": "A Workload object for managing highly regulated workloads of cloud customers.",
896900
"id": "GoogleCloudAssuredworkloadsV1beta1Workload",
897901
"properties": {
898902
"billingAccount": {
@@ -917,6 +921,7 @@
917921
"EU_REGIONS_AND_SUPPORT",
918922
"CA_REGIONS_AND_SUPPORT",
919923
"ITAR",
924+
"AU_REGIONS_AND_US_SUPPORT",
920925
"ASSURED_WORKLOADS_FOR_PARTNERS"
921926
],
922927
"enumDescriptions": [
@@ -931,6 +936,7 @@
931936
"Assured Workloads For EU Regions and Support controls",
932937
"Assured Workloads For Canada Regions and Support controls",
933938
"International Traffic in Arms Regulations",
939+
"Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.",
934940
"Assured Workloads for Partners;"
935941
],
936942
"type": "string"
@@ -1015,8 +1021,8 @@
10151021
"LOCAL_CONTROLS_BY_S3NS"
10161022
],
10171023
"enumDescriptions": [
1018-
"Unknown compliance regime.",
1019-
"S3NS regime"
1024+
"Unknown partner regime/controls.",
1025+
"S3NS regime/controls."
10201026
],
10211027
"type": "string"
10221028
},

assuredworkloads/v1beta1/assuredworkloads-gen.go

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

0 commit comments

Comments
 (0)