public interface FeatureOnlineStoreSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStorageType()
public abstract FeatureOnlineStoreSpec.StorageType getStorageType()
Output only. Type of underlying 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 underlying 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. |