-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regenerate bigtableadmin client (#17974)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
- Loading branch information
1 parent
bd08448
commit 80fe3e1
Showing
5 changed files
with
36 additions
and
36 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
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 |
---|---|---|
|
@@ -26,19 +26,19 @@ | |
* resource only if the expression evaluates to `true`. A condition can add constraints based on | ||
* attributes of the request, the resource, or both. To learn which resources support conditions in | ||
* their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions | ||
* /resource-policies). **JSON example:** { "bindings": [ { "role": | ||
* /resource-policies). **JSON example:** ``` { "bindings": [ { "role": | ||
* "roles/resourcemanager.organizationAdmin", "members": [ "user:[email protected]", | ||
* "group:[email protected]", "domain:google.com", "serviceAccount:my-project- | ||
* [email protected]" ] }, { "role": "roles/resourcemanager.organizationViewer", | ||
* "members": [ "user:[email protected]" ], "condition": { "title": "expirable access", "description": | ||
* "Does not grant access after Sep 2020", "expression": "request.time < | ||
* timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } **YAML | ||
* example:** bindings: - members: - user:[email protected] - group:[email protected] - | ||
* timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } ``` **YAML | ||
* example:** ``` bindings: - members: - user:[email protected] - group:[email protected] - | ||
* domain:google.com - serviceAccount:[email protected] role: | ||
* roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: | ||
* roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not | ||
* grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') | ||
* etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM | ||
* etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM | ||
* documentation](https://cloud.google.com/iam/docs/). | ||
* | ||
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is | ||
|
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