Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpec

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 Instance entries that are part of CLOUD_BIGTABLE system. (user_specified_type)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1CloudBigtableInstanceSpec

Returns a new instance of GoogleCloudDatacatalogV1CloudBigtableInstanceSpec.



405
406
407
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 405

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

Instance Attribute Details

#cloud_bigtable_cluster_specsArray<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec>

The list of clusters for the Instance. Corresponds to the JSON property cloudBigtableClusterSpecs



403
404
405
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 403

def cloud_bigtable_cluster_specs
  @cloud_bigtable_cluster_specs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



410
411
412
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 410

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