Package com.google.cloud.datacatalog.v1
Interface FeatureOnlineStoreSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureOnlineStoreSpec,FeatureOnlineStoreSpec.Builder
@Generated
public interface FeatureOnlineStoreSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStorageTypeValue
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:
- The enum numeric value on the wire for storageType.
-
getStorageType
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:
- The storageType.
-