Class: Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Name of the cluster.

Returns:

  • (::String)

    Name of the cluster.



864
865
866
867
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 864

class CloudBigtableClusterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#linked_resource::String

Returns A link back to the parent resource, in this case Instance.

Returns:

  • (::String)

    A link back to the parent resource, in this case Instance.



864
865
866
867
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 864

class CloudBigtableClusterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String

Returns Location of the cluster, typically a Cloud zone.

Returns:

  • (::String)

    Location of the cluster, typically a Cloud zone.



864
865
866
867
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 864

class CloudBigtableClusterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns Type of the resource. For a cluster this would be "CLUSTER".

Returns:

  • (::String)

    Type of the resource. For a cluster this would be "CLUSTER".



864
865
866
867
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 864

class CloudBigtableClusterSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end