Class: Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec
- 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
-
#display_name ⇒ ::String
Name of the cluster.
-
#linked_resource ⇒ ::String
A link back to the parent resource, in this case Instance.
-
#location ⇒ ::String
Location of the cluster, typically a Cloud zone.
-
#type ⇒ ::String
Type of the resource.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of the cluster.
867 868 869 870 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 867 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.
867 868 869 870 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 867 class CloudBigtableClusterSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Location of the cluster, typically a Cloud zone.
867 868 869 870 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 867 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".
867 868 869 870 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 867 class CloudBigtableClusterSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |