Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListClustersRequest (v0.9.1)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListClustersRequest.

Request message for BigtableInstanceAdmin.ListClusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_token

def page_token() -> ::String
Returns
  • (::String) — DEPRECATED: This field is unused and ignored.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — DEPRECATED: This field is unused and ignored.
Returns
  • (::String) — DEPRECATED: This field is unused and ignored.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The unique name of the instance for which a list of clusters is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list Clusters for all Instances in a project, e.g., projects/myproject/instances/-.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The unique name of the instance for which a list of clusters is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list Clusters for all Instances in a project, e.g., projects/myproject/instances/-.
Returns
  • (::String) — Required. The unique name of the instance for which a list of clusters is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list Clusters for all Instances in a project, e.g., projects/myproject/instances/-.