Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 25, 2023
1 parent cc28ceb commit da38ebd
Show file tree
Hide file tree
Showing 14 changed files with 2,407 additions and 148 deletions.
7 changes: 4 additions & 3 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
}
}
},
"revision": "20231017",
"revision": "20231023",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1121,7 +1121,7 @@
"readOnly": true
},
"compliantButDisallowedServices": {
"description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment.\"",
"description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment.",
"items": {
"type": "string"
},
Expand All @@ -1140,7 +1140,8 @@
},
"ekmProvisioningResponse": {
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadEkmProvisioningResponse",
"description": "Optional. Represents the Ekm Provisioning State of the given workload."
"description": "Output only. Represents the Ekm Provisioning State of the given workload.",
"readOnly": true
},
"enableSovereignControls": {
"description": "Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.",
Expand Down
4 changes: 2 additions & 2 deletions assuredworkloads/v1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20230914",
"revision": "20231023",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1167,7 +1167,7 @@
"readOnly": true
},
"compliantButDisallowedServices": {
"description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment.\"",
"description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment.",
"items": {
"type": "string"
},
Expand All @@ -1186,7 +1186,8 @@
},
"ekmProvisioningResponse": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse",
"description": "Optional. Represents the Ekm Provisioning State of the given workload."
"description": "Output only. Represents the Ekm Provisioning State of the given workload.",
"readOnly": true
},
"enableSovereignControls": {
"description": "Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.",
Expand Down
4 changes: 2 additions & 2 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da38ebd

Please sign in to comment.