Google Cloud Data Catalog V1 Client - Class FeatureOnlineStoreSpec (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class FeatureOnlineStoreSpec.
Detail description of the source information of a Vertex Feature Online Store.
Generated from protobuf message google.cloud.datacatalog.v1.FeatureOnlineStoreSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ storage_type |
int
Output only. Type of underlying storage for the FeatureOnlineStore. |
getStorageType
Output only. Type of underlying storage for the FeatureOnlineStore.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type StorageType. |
setStorageType
Output only. Type of underlying storage for the FeatureOnlineStore.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type StorageType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|