Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
- 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
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.
1267 1268 1269 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1267 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
1265 1266 1267 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1265 def storage_type @storage_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1272 1273 1274 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 1272 def update!(**args) @storage_type = args[:storage_type] if args.key?(:storage_type) end |