Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1701

Merged
merged 2 commits into from Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.