Cloud Bigtable Admin API (bigtableadmin:v2)

2025-10-09

3 updated methods | 3 removed methods

Updates

    Methods
  • bigtableadmin.operations.projects.operations.list

      Parameters :

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

  • bigtableadmin.projects.instances.materializedViews.get

      Parameters :

        view

          Description : Optional. Describes which of the materialized view's fields should be populated in the response. Defaults to SCHEMA_VIEW.

          Location : query

          Type : string

          Enum Descriptions :

        • Uses the default view for each method as documented in its request.
        • Only populates fields related to the materialized view's schema.
        • Only populates fields related to the materialized view's replication state.
        • Populates all fields.
        • Enum :

        • VIEW_UNSPECIFIED
        • SCHEMA_VIEW
        • REPLICATION_VIEW
        • FULL

  • bigtableadmin.projects.instances.materializedViews.list

      Parameters :

        view

          Description : Optional. Describes which of the materialized view's fields should be populated in the response. For now, only the default value SCHEMA_VIEW is supported.

          Location : query

          Type : string

          Enum Descriptions :

        • Uses the default view for each method as documented in its request.
        • Only populates fields related to the materialized view's schema.
        • Only populates fields related to the materialized view's replication state.
        • Populates all fields.
        • Enum :

        • VIEW_UNSPECIFIED
        • SCHEMA_VIEW
        • REPLICATION_VIEW
        • FULL

Deletions