HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/bigtable/resources.yaml
project:
  name: project
  collection: bigtableadmin.projects
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: Project name.

instance:
  name: instance
  collection: bigtableadmin.projects.instances
  attributes:
  - *project
  - &instance
    parameter_name: instancesId
    attribute_name: instance
    help: Name of the Bigtable instance.
  disable_auto_completers: false

cluster:
  name: cluster
  collection: bigtableadmin.projects.instances.clusters
  attributes:
  - *project
  - *instance
  - &cluster
    parameter_name: clustersId
    attribute_name: cluster
    help: Name of the Bigtable cluster.
  disable_auto_completers: false

table:
  name: table
  collection: bigtableadmin.projects.instances.tables
  attributes:
  - *project
  - *instance
  - &table
    parameter_name: tablesId
    attribute_name: table
    help: Name of the Bigtable table.
  disable_auto_completers: false

backup:
  name: backup
  collection: bigtableadmin.projects.instances.clusters.backups
  attributes:
  - *project
  - *instance
  - *cluster
  - &backup
    parameter_name: backupsId
    attribute_name: backup
    help: Name of the Bigtable backup.
  disable_auto_completers: false

operation:
  name: operation
  collection: bigtableadmin.operations
  attributes:
  - &operation
    parameter_name: operationsId
    attribute_name: operation
    help: Name of the Bigtable operation.
  disable_auto_completers: false

app_profile:
  name: app-profile
  collection: bigtableadmin.projects.instances.appProfiles
  attributes:
  - *project
  - *instance
  - &appProfile
    parameter_name: appProfilesId
    attribute_name: app_profile
    help: Name of the Bigtable app profile.

authorized_view:
  name: authorized-view
  collection: bigtableadmin.projects.instances.tables.authorizedViews
  request_id_field: authorizedViewId
  attributes:
  - *project
  - *instance
  - *table
  - &authorizedView
    parameter_name: authorizedViewsId
    attribute_name: authorized_view
    help: Name of the Bigtable authorized view.
  disable_auto_completers: false

schema_bundle:
  name: schema-bundle
  collection: bigtableadmin.projects.instances.tables.schemaBundles
  request_id_field: schemaBundleId
  attributes:
  - *project
  - *instance
  - *table
  - &schemaBundle
    parameter_name: schemaBundlesId
    attribute_name: schema_bundle
    help: Name of the Bigtable schema bundle.
  disable_auto_completers: false

logical_view:
  name: logical-view
  collection: bigtableadmin.projects.instances.logicalViews
  request_id_field: logicalViewId
  attributes:
  - *project
  - *instance
  - &logicalView
    parameter_name: logicalViewsId
    attribute_name: logical_view
    help: Name of the Bigtable logical view.
  disable_auto_completers: false

materialized_view:
  name: materialized-view
  collection: bigtableadmin.projects.instances.materializedViews
  attributes:
  - *project
  - *instance
  - &materializedView
    parameter_name: materializedViewsId
    attribute_name: materialized_view
    help: Name of the Bigtable materialized view.
  disable_auto_completers: false