-
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 (#1547)
- Loading branch information
1 parent
a96b037
commit 06f741f
Showing
47 changed files
with
3,108 additions
and
530 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
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 |
---|---|---|
|
@@ -277,7 +277,7 @@ | |
"type": "integer" | ||
}, | ||
"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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+$", | ||
"required": true, | ||
|
@@ -382,7 +382,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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+$", | ||
"required": true, | ||
|
@@ -410,7 +410,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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+$", | ||
"required": true, | ||
|
@@ -546,7 +546,7 @@ | |
"type": "integer" | ||
}, | ||
"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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+/configs/[^/]+$", | ||
"required": true, | ||
|
@@ -651,7 +651,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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+/configs/[^/]+$", | ||
"required": true, | ||
|
@@ -679,7 +679,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": "^projects/[^/]+/locations/[^/]+/apis/[^/]+/configs/[^/]+$", | ||
"required": true, | ||
|
@@ -802,7 +802,7 @@ | |
"type": "integer" | ||
}, | ||
"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": "^projects/[^/]+/locations/[^/]+/gateways/[^/]+$", | ||
"required": true, | ||
|
@@ -907,7 +907,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": "^projects/[^/]+/locations/[^/]+/gateways/[^/]+$", | ||
"required": true, | ||
|
@@ -935,7 +935,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": "^projects/[^/]+/locations/[^/]+/gateways/[^/]+$", | ||
"required": true, | ||
|
@@ -1083,7 +1083,7 @@ | |
} | ||
} | ||
}, | ||
"revision": "20220406", | ||
"revision": "20220504", | ||
"rootUrl": "https://apigateway.googleapis.com/", | ||
"schemas": { | ||
"ApigatewayApi": { | ||
|
@@ -1280,7 +1280,7 @@ | |
"type": "object" | ||
}, | ||
"ApigatewayAuditConfig": { | ||
"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": "ApigatewayAuditConfig", | ||
"properties": { | ||
"auditLogConfigs": { | ||
|
Oops, something went wrong.