20 lines
645 B
YAML
20 lines
645 B
YAML
- release_tracks: [GA, BETA, ALPHA]
|
|
|
|
help_text:
|
|
brief: Describe a Cloud Bigtable authorized view.
|
|
description: Describe a Cloud Bigtable authorized view.
|
|
examples: |
|
|
To describe the authorized view `my-authorized-view` in instance `my-instance` and table
|
|
`my-table`:
|
|
|
|
$ {command} my-authorized-view --instance=test-instance --table=test-table
|
|
|
|
request:
|
|
collection: bigtableadmin.projects.instances.tables.authorizedViews
|
|
method: get
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Bigtable authorized view to describe.
|
|
spec: !REF googlecloudsdk.command_lib.bigtable.resources:authorized_view
|