Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ServiceSpec

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 a Service resource. Valid only for entries with the SERVICE type.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1ServiceSpec

Returns a new instance of GoogleCloudDatacatalogV1ServiceSpec.



1838
1839
1840
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1838

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

Instance Attribute Details

#cloud_bigtable_instance_specGoogle::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpec

Specification that applies to Instance entries that are part of CLOUD_BIGTABLE system. (user_specified_type) Corresponds to the JSON property cloudBigtableInstanceSpec



1836
1837
1838
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1836

def cloud_bigtable_instance_spec
  @cloud_bigtable_instance_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1843
1844
1845
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1843

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