-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(all): auto-regenerate discovery clients (#1534)
- Loading branch information
1 parent
ffe3471
commit 72b16d7
Showing
25 changed files
with
9,418 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,7 +185,7 @@ | |
], | ||
"parameters": { | ||
"resource": { | ||
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.", | ||
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", | ||
"location": "path", | ||
"pattern": "^accessPolicies/[^/]+$", | ||
"required": true, | ||
|
@@ -279,7 +279,7 @@ | |
], | ||
"parameters": { | ||
"resource": { | ||
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.", | ||
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", | ||
"location": "path", | ||
"pattern": "^accessPolicies/[^/]+$", | ||
"required": true, | ||
|
@@ -307,7 +307,7 @@ | |
], | ||
"parameters": { | ||
"resource": { | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.", | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", | ||
"location": "path", | ||
"pattern": "^accessPolicies/[^/]+$", | ||
"required": true, | ||
|
@@ -545,7 +545,7 @@ | |
], | ||
"parameters": { | ||
"resource": { | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.", | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", | ||
"location": "path", | ||
"pattern": "^accessPolicies/[^/]+/accessLevels/[^/]+$", | ||
"required": true, | ||
|
@@ -781,7 +781,7 @@ | |
], | ||
"parameters": { | ||
"resource": { | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.", | ||
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", | ||
"location": "path", | ||
"pattern": "^accessPolicies/[^/]+/servicePerimeters/[^/]+$", | ||
"required": true, | ||
|
@@ -1083,7 +1083,7 @@ | |
} | ||
} | ||
}, | ||
"revision": "20220402", | ||
"revision": "20220503", | ||
"rootUrl": "https://accesscontextmanager.googleapis.com/", | ||
"schemas": { | ||
"AccessContextManagerOperationMetadata": { | ||
|
@@ -1168,7 +1168,7 @@ | |
"type": "object" | ||
}, | ||
"AuditConfig": { | ||
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.", | ||
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]` from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.", | ||
"id": "AuditConfig", | ||
"properties": { | ||
"auditLogConfigs": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.