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

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

Overview

Specification that applies to Instance entries that are part of CLOUD_BIGTABLE system. (user_specified_type)

Defined Under Namespace

Classes: CloudBigtableClusterSpec

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_bigtable_cluster_specs::Array<::Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec::CloudBigtableClusterSpec>

Returns The list of clusters for the Instance.

Returns:



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 896

class CloudBigtableInstanceSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Spec that applies to clusters of an Instance of Cloud Bigtable.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     Name of the cluster.
  # @!attribute [rw] location
  #   @return [::String]
  #     Location of the cluster, typically a Cloud zone.
  # @!attribute [rw] type
  #   @return [::String]
  #     Type of the resource. For a cluster this would be "CLUSTER".
  # @!attribute [rw] linked_resource
  #   @return [::String]
  #     A link back to the parent resource, in this case Instance.
  class CloudBigtableClusterSpec
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end