Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableSystemSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableSystemSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1CloudBigtableSystemSpec
constructor
A new instance of GoogleCloudDatacatalogV1CloudBigtableSystemSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1CloudBigtableSystemSpec
Returns a new instance of GoogleCloudDatacatalogV1CloudBigtableSystemSpec.
463 464 465 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance_display_name ⇒ String
Display name of the Instance. This is user specified and different from the
resource name.
Corresponds to the JSON property instanceDisplayName
461 462 463 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 461 def instance_display_name @instance_display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
468 469 470 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 468 def update!(**args) @instance_display_name = args[:instance_display_name] if args.key?(:instance_display_name) end |