Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 28, 2023
1 parent 8875932 commit c4d9f14
Show file tree
Hide file tree
Showing 45 changed files with 3,428 additions and 2,070 deletions.
12 changes: 11 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -519,7 +519,7 @@
}
}
},
"revision": "20230707",
"revision": "20230721",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -748,6 +748,12 @@
"readOnly": true,
"type": "string"
},
"orgPolicyConstraint": {
"deprecated": true,
"description": "Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.",
"readOnly": true,
"type": "string"
},
"remediation": {
"$ref": "GoogleCloudAssuredworkloadsV1ViolationRemediation",
"description": "Output only. Compliance violation remediation",
Expand Down Expand Up @@ -1190,6 +1196,10 @@
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"type": "boolean"
},
"serviceAccessApprover": {
"description": "Optional. Allow partner to view access approval logs.",
"type": "boolean"
}
},
"type": "object"
Expand Down
9 changes: 9 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

50 changes: 11 additions & 39 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Expand Up @@ -595,7 +595,7 @@
}
}
},
"revision": "20230707",
"revision": "20230721",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -825,6 +825,12 @@
"readOnly": true,
"type": "string"
},
"orgPolicyConstraint": {
"deprecated": true,
"description": "Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.",
"readOnly": true,
"type": "string"
},
"remediation": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation",
"description": "Output only. Compliance violation remediation",
Expand Down Expand Up @@ -1060,11 +1066,6 @@
"readOnly": true,
"type": "array"
},
"controls": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls",
"description": "Output only. Controls associated with the customer workload",
"readOnly": true
},
"createTime": {
"description": "Output only. Immutable. The Workload creation timestamp.",
"format": "google-datetime",
Expand Down Expand Up @@ -1198,39 +1199,6 @@
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls": {
"description": "Controls enabled to the user associated with this workload",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls",
"properties": {
"appliedOrgPolicies": {
"description": "Output only. Org policies currently applied by this Assured Workload",
"items": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl": {
"description": "An org policy control applied by Assured Workloads",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl",
"properties": {
"constraint": {
"description": "Output only. Constraint name of the org policy control Example: constraints/gcp.resourcelocations",
"readOnly": true,
"type": "string"
},
"version": {
"description": "Output only. Org policy version",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus": {
"description": "Represents the Compliance Status of this workload",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus",
Expand Down Expand Up @@ -1373,6 +1341,10 @@
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"type": "boolean"
},
"serviceAccessApprover": {
"description": "Optional. Allow partner to view access approval logs.",
"type": "boolean"
}
},
"type": "object"
Expand Down
76 changes: 9 additions & 67 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

8 changes: 5 additions & 3 deletions certificatemanager/v1/certificatemanager-api.json
Expand Up @@ -1280,7 +1280,7 @@
}
}
},
"revision": "20230512",
"revision": "20230725",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1391,11 +1391,13 @@
"description": "Immutable. The scope of the certificate.",
"enum": [
"DEFAULT",
"EDGE_CACHE"
"EDGE_CACHE",
"ALL_REGIONS"
],
"enumDescriptions": [
"Certificates with default scope are served from core Google data centers. If unsure, choose this option.",
"Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations."
"Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.",
"Certificates with ALL_REGIONS scope are served from all GCP regions. See https://cloud.google.com/compute/docs/regions-zones."
],
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions certificatemanager/v1/certificatemanager-gen.go

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

0 comments on commit c4d9f14

Please sign in to comment.