Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ServiceSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ServiceSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.rb
Overview
Specification that applies to a Service resource. Valid only for entries with
the SERVICE
type.
Instance Attribute Summary collapse
-
#cloud_bigtable_instance_spec ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpec
Specification that applies to Instance entries that are part of
CLOUD_BIGTABLE
system.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ServiceSpec
constructor
A new instance of GoogleCloudDatacatalogV1ServiceSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ServiceSpec
Returns a new instance of GoogleCloudDatacatalogV1ServiceSpec.
2805 2806 2807 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_bigtable_instance_spec ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpec
Specification that applies to Instance entries that are part of
CLOUD_BIGTABLE
system. (user_specified_type)
Corresponds to the JSON property cloudBigtableInstanceSpec
2803 2804 2805 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2803 def cloud_bigtable_instance_spec @cloud_bigtable_instance_spec end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2810 2811 2812 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2810 def update!(**args) @cloud_bigtable_instance_spec = args[:cloud_bigtable_instance_spec] if args.key?(:cloud_bigtable_instance_spec) end |