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
|
|
@ -11,8 +11,8 @@ DESCRIPTION
|
|||
Delete new Cloud Bigtable authorized view.
|
||||
|
||||
EXAMPLES
|
||||
To delete the authorized view 'my-authorized-view' in instance
|
||||
'my-instance' and table 'my-table':
|
||||
To delete the authorized view my-authorized-view in instance my-instance
|
||||
and table my-table:
|
||||
|
||||
$ gcloud bigtable authorized-views delete my-authorized-view \
|
||||
--instance=test-instance --table=test-table
|
||||
|
|
@ -42,7 +42,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
|
||||
|
|
@ -50,7 +50,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue