Class: Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec
- 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_display_name ⇒ ::String
Display name of the Instance.
Instance Attribute Details
#instance_display_name ⇒ ::String
Returns Display name of the Instance. This is user specified and different from the resource name.
839 840 841 842 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 839 class CloudBigtableSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |