Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 2, 2024
1 parent b6c87f6 commit e84fa65
Show file tree
Hide file tree
Showing 18 changed files with 1,187 additions and 803 deletions.
38 changes: 37 additions & 1 deletion assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,31 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"enableComplianceUpdates": {
"description": "This endpoint enables Assured Workloads service to offer compliance updates for the folder based assured workload. It sets up an Assured Workloads Service Agent, having permissions to read compliance controls (for example: Org Policies) applied on the workload. The caller must have `resourcemanager.folders.getIamPolicy` and `resourcemanager.folders.setIamPolicy` permissions on the assured workload folder.",
"flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:enableComplianceUpdates",
"httpMethod": "PUT",
"id": "assuredworkloads.organizations.locations.workloads.enableComplianceUpdates",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The `name` field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}",
"location": "path",
"pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}:enableComplianceUpdates",
"response": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1EnableComplianceUpdatesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"enableResourceMonitoring": {
"description": "Enable resource violation monitoring for a workload.",
"flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:enableResourceMonitoring",
Expand Down Expand Up @@ -563,7 +588,7 @@
}
}
},
"revision": "20240617",
"revision": "20240627",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -731,6 +756,12 @@
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1EnableComplianceUpdatesResponse": {
"description": "Response for EnableComplianceUpdates endpoint.",
"id": "GoogleCloudAssuredworkloadsV1beta1EnableComplianceUpdatesResponse",
"properties": {},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse": {
"description": "Response for EnableResourceMonitoring endpoint.",
"id": "GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse",
Expand Down Expand Up @@ -1200,6 +1231,11 @@
"description": "Output only. Count of active Violations in the Workload.",
"readOnly": true
},
"complianceUpdatesEnabled": {
"description": "Output only. Indicates whether the compliance updates feature is enabled for a workload. The compliance updates feature can be enabled via the EnableComplianceUpdates endpoint.",
"readOnly": true,
"type": "boolean"
},
"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.",
"items": {
Expand Down
114 changes: 114 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

6 changes: 5 additions & 1 deletion connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@
}
}
},
"revision": "20240612",
"revision": "20240625",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -2598,6 +2598,10 @@
"description": "Whether to enable PKCE for the auth code flow.",
"type": "boolean"
},
"omitQueryParams": {
"description": "Optional. Omit query params from the redirect URI.",
"type": "string"
},
"scopes": {
"description": "The scopes for which the user will authorize Google Cloud Connectors on the connector data source.",
"items": {
Expand Down
2 changes: 2 additions & 0 deletions connectors/v1/connectors-gen.go

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

4 changes: 2 additions & 2 deletions kmsinventory/v1/kmsinventory-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
}
}
},
"revision": "20240616",
"revision": "20240630",
"rootUrl": "https://kmsinventory.googleapis.com/",
"schemas": {
"GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
Expand Down Expand Up @@ -396,7 +396,7 @@
"type": "string"
},
"destroyScheduledDuration": {
"description": "Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED. If not specified at creation time, the default duration is 24 hours.",
"description": "Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED. If not specified at creation time, the default duration is 30 days.",
"format": "google-duration",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions kmsinventory/v1/kmsinventory-gen.go

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

6 changes: 3 additions & 3 deletions monitoring/v3/monitoring-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@
],
"parameters": {
"name": {
"description": "The full REST resource name for this channel. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is automatically assigned by the server on creation.",
"description": "Identifier. The full REST resource name for this channel. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is automatically assigned by the server on creation.",
"location": "path",
"pattern": "^projects/[^/]+/notificationChannels/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2714,7 +2714,7 @@
}
}
},
"revision": "20240616",
"revision": "20240630",
"rootUrl": "https://monitoring.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -4905,7 +4905,7 @@
"type": "array"
},
"name": {
"description": "The full REST resource name for this channel. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is automatically assigned by the server on creation.",
"description": "Identifier. The full REST resource name for this channel. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is automatically assigned by the server on creation.",
"type": "string"
},
"type": {
Expand Down
8 changes: 4 additions & 4 deletions monitoring/v3/monitoring-gen.go

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

Loading

0 comments on commit e84fa65

Please sign in to comment.