Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ServiceSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ServiceSpec
- 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
-
#cloud_bigtable_instance_spec ⇒ Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1CloudBigtableInstanceSpec
Specification that applies to Instance entries that are part of
CLOUD_BIGTABLEsystem.
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.
1715 1716 1717 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1715 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_bigtable_instance_spec ⇒ Google::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
1713 1714 1715 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1713 def cloud_bigtable_instance_spec @cloud_bigtable_instance_spec end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1720 1721 1722 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1720 def update!(**args) @cloud_bigtable_instance_spec = args[:cloud_bigtable_instance_spec] if args.key?(:cloud_bigtable_instance_spec) end |