Class: Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec

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 all entries that are part of CLOUD_BIGTABLE system (user_specified_type)

Instance Attribute Summary collapse

Instance Attribute Details

#instance_display_name::String

Returns Display name of the Instance. This is user specified and different from the resource name.

Returns:

  • (::String)

    Display name of the Instance. This is user specified and different from the resource name.



836
837
838
839
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 836

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