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,16 +12,16 @@ DESCRIPTION
|
|||
(BETA) Create a new Cloud Bigtable authorized view.
|
||||
|
||||
EXAMPLES
|
||||
To create an authorized view 'my-authorized-view' in instance 'my-instance'
|
||||
and table 'my-table', using the definition file 'authorized_view.json':
|
||||
To create an 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 create my-authorized-view \
|
||||
--instance=test-instance --table=test-table \
|
||||
--definition-file=authorized_view.json
|
||||
|
||||
To create an 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 create an 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 create my-authorized-view \
|
||||
--instance=test-instance --table=test-table \
|
||||
|
|
@ -52,7 +52,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
|
||||
|
|
@ -60,7 +60,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
|
||||
|
|
@ -76,7 +76,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