Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
- 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
Detail description of the source information of a Vertex Feature Online Store.
Instance Attribute Summary collapse
-
#storage_type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
constructor
A new instance of GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
Returns a new instance of GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.
1348 1349 1350 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1348 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_type ⇒ String
Output only. Type of underelaying storage for the FeatureOnlineStore.
Corresponds to the JSON property storageType
1346 1347 1348 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1346 def storage_type @storage_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1353 1354 1355 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1353 def update!(**args) @storage_type = args[:storage_type] if args.key?(:storage_type) end |