Cloud Bigtable Admin API (bigtableadmin:v2)

2022-11-02

1 new method | 2 updated methods

Additions

    Methods
  • bigtableadmin.projects.instances.tables.patch

      Description : Updates a specified table.

      Flat Path : v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}

      Scopes :

    • https://www.googleapis.com/auth/bigtable.admin
    • https://www.googleapis.com/auth/bigtable.admin.table
    • https://www.googleapis.com/auth/cloud-bigtable.admin
    • https://www.googleapis.com/auth/cloud-bigtable.admin.table
    • https://www.googleapis.com/auth/cloud-platform
    • Path : v2/{+name}

      Parameters :

        name

          Description : The unique name of the table. Values are of the form `projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*`. Views: `NAME_ONLY`, `SCHEMA_VIEW`, `REPLICATION_VIEW`, `STATS_VIEW`, `FULL`

          Location : path

          Required : Yes

          Type : string

          Pattern : ^projects/[^/]+/instances/[^/]+/tables/[^/]+$

        updateMask

          Format : google-fieldmask

          Location : query

          Type : string

          Description : Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.

      Parameter Order : name

      HTTP Method : PATCH

Updates

    Methods
  • bigtableadmin.projects.instances.tables.get

      Parameters :

        view

          Enum  FULL

          Enum Descriptions  Populates all fields except for stats. See STATS_VIEW to request stats.

  • bigtableadmin.projects.instances.tables.list

      Parameters :

        view

          Enum  FULL

          Enum Descriptions  Populates all fields except for stats. See STATS_VIEW to request stats.