Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec

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

Detail description of the source information of a Vertex Feature Online Store.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeString

Output only. Type of underelaying storage for the FeatureOnlineStore. Corresponds to the JSON property storageType

Returns:

  • (String)


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