Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 14, 2022
1 parent 1aa1deb commit 6b81c83
Show file tree
Hide file tree
Showing 12 changed files with 1,480 additions and 225 deletions.
22 changes: 17 additions & 5 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Expand Up @@ -595,7 +595,7 @@
}
}
},
"revision": "20220915",
"revision": "20220926",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -760,14 +760,12 @@
"description": "Output only. State of the violation",
"enum": [
"STATE_UNSPECIFIED",
"ACTIVE",
"RESOLVED",
"UNRESOLVED",
"EXCEPTION"
],
"enumDescriptions": [
"Unspecified state.",
"Violation currently active. ",
"Violation is resolved.",
"Violation is Unresolved",
"Violation is Exception"
Expand Down Expand Up @@ -917,7 +915,8 @@
"HITRUST",
"EU_REGIONS_AND_SUPPORT",
"CA_REGIONS_AND_SUPPORT",
"ITAR"
"ITAR",
"ASSURED_WORKLOADS_FOR_PARTNERS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -930,7 +929,8 @@
"Health Information Trust Alliance controls",
"Assured Workloads For EU Regions and Support controls",
"Assured Workloads For Canada Regions and Support controls",
"International Traffic in Arms Regulations"
"International Traffic in Arms Regulations",
"Assured Workloads for Partners;"
],
"type": "string"
},
Expand Down Expand Up @@ -1007,6 +1007,18 @@
"description": "Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.",
"type": "string"
},
"partner": {
"description": "Optional. Compliance Regime associated with this workload.",
"enum": [
"PARTNER_UNSPECIFIED",
"LOCAL_CONTROLS_BY_S3NS"
],
"enumDescriptions": [
"Unknown compliance regime.",
"S3NS regime"
],
"type": "string"
},
"provisionedResourcesParent": {
"description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}",
"type": "string"
Expand Down
9 changes: 8 additions & 1 deletion assuredworkloads/v1beta1/assuredworkloads-gen.go

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

7 changes: 6 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20220914",
"revision": "20220926",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -1053,6 +1053,11 @@
"readOnly": true,
"type": "boolean"
},
"isExtensionPolicySupported": {
"description": "Output only. Whether an app supports policy for extensions.",
"readOnly": true,
"type": "boolean"
},
"isKioskOnly": {
"description": "Output only. Whether the app is only for Kiosk mode on ChromeOS devices",
"readOnly": true,
Expand Down
4 changes: 4 additions & 0 deletions chromemanagement/v1/chromemanagement-gen.go

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

0 comments on commit 6b81c83

Please sign in to comment.