Interface FeatureOnlineStoreSpecOrBuilder (1.60.0)

public interface FeatureOnlineStoreSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStorageType()

public abstract FeatureOnlineStoreSpec.StorageType getStorageType()

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureOnlineStoreSpec.StorageType

The storageType.

getStorageTypeValue()

public abstract int getStorageTypeValue()

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for storageType.