Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableSystemSpec

Inherits:
Object
  • Object
show all
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 Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1CloudBigtableSystemSpec

Returns a new instance of GoogleCloudDatacatalogV1CloudBigtableSystemSpec.



438
439
440
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 438

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#instance_display_nameString

Display name of the Instance. This is user specified and different from the resource name. Corresponds to the JSON property instanceDisplayName

Returns:

  • (String)


436
437
438
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 436

def instance_display_name
  @instance_display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



443
444
445
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 443

def update!(**args)
  @instance_display_name = args[:instance_display_name] if args.key?(:instance_display_name)
end