mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -12,25 +12,24 @@ DESCRIPTION
|
|||
(BETA) Update an existing Cloud Bigtable authorized view.
|
||||
|
||||
EXAMPLES
|
||||
To update the authorized view 'my-authorized-view' in instance
|
||||
'my-instance' and table 'my-table', using the definition file
|
||||
'authorized_view.json':
|
||||
To update the authorized view my-authorized-view in instance my-instance
|
||||
and table my-table, using the definition file authorized_view.json:
|
||||
|
||||
$ gcloud beta bigtable authorized-views update my-authorized-view \
|
||||
--instance=test-instance --table=test-table \
|
||||
--definition-file=authorized_view.json
|
||||
|
||||
To update the authorized view 'my-authorized-view' in instance
|
||||
'my-instance' and table 'my-table', using the pre-encoded definition file
|
||||
'authorized_view_pre_encoded.json':
|
||||
To update the authorized view my-authorized-view in instance my-instance
|
||||
and table my-table, using the pre-encoded definition file
|
||||
authorized_view_pre_encoded.json:
|
||||
|
||||
$ gcloud beta bigtable authorized-views update my-authorized-view \
|
||||
--instance=test-instance --table=test-table \
|
||||
--definition-file=authorized_view_pre_encoded.json --pre-encoded
|
||||
|
||||
To update the authorized view 'my-authorized-view' in instance
|
||||
'my-instance' and table 'my-table', using the definition file
|
||||
'authorized_view.json' and skip the prompt to proceed or cancel the update:
|
||||
To update the authorized view my-authorized-view in instance my-instance
|
||||
and table my-table, using the definition file authorized_view.json and skip
|
||||
the prompt to proceed or cancel the update:
|
||||
|
||||
$ gcloud beta bigtable authorized-views update my-authorized-view \
|
||||
--instance=test-instance --table=test-table \
|
||||
|
|
@ -61,7 +60,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--instance=INSTANCE
|
||||
Name of the Cloud Bigtable instance.
|
||||
Name of the Bigtable instance.
|
||||
|
||||
To set the instance attribute:
|
||||
▸ provide the argument authorized_view on the command line with a
|
||||
|
|
@ -69,7 +68,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --instance on the command line.
|
||||
|
||||
--table=TABLE
|
||||
Name of the Cloud Bigtable table.
|
||||
Name of the Bigtable table.
|
||||
|
||||
To set the table attribute:
|
||||
▸ provide the argument authorized_view on the command line with a
|
||||
|
|
@ -85,7 +84,7 @@ FLAGS
|
|||
Path to a JSON or YAML file containing a valid authorized view
|
||||
protobuf.
|
||||
|
||||
The 'name' field is ignored. The name is deduced from the other command
|
||||
The name field is ignored. The name is deduced from the other command
|
||||
line arguments.
|
||||
|
||||
Example: { "subsetView": { "rowPrefixes": ["store1"], "familySubsets":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue