Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec.

Spec that applies to clusters of an Instance of Cloud Bigtable.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Name of the cluster.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Name of the cluster.
Returns
  • (::String) — Name of the cluster.

#linked_resource

def linked_resource() -> ::String
Returns
  • (::String) — A link back to the parent resource, in this case Instance.

#linked_resource=

def linked_resource=(value) -> ::String
Parameter
  • value (::String) — A link back to the parent resource, in this case Instance.
Returns
  • (::String) — A link back to the parent resource, in this case Instance.

#location

def location() -> ::String
Returns
  • (::String) — Location of the cluster, typically a Cloud zone.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — Location of the cluster, typically a Cloud zone.
Returns
  • (::String) — Location of the cluster, typically a Cloud zone.

#type

def type() -> ::String
Returns
  • (::String) — Type of the resource. For a cluster this would be "CLUSTER".

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — Type of the resource. For a cluster this would be "CLUSTER".
Returns
  • (::String) — Type of the resource. For a cluster this would be "CLUSTER".