Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1FeatureOnlineStoreSpec

Returns a new instance of GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.



1358
1359
1360
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1358

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)


1356
1357
1358
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1356

def storage_type
  @storage_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1363
1364
1365
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1363

def update!(**args)
  @storage_type = args[:storage_type] if args.key?(:storage_type)
end