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.



463
464
465
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 463

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)


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