public static enum FeatureOnlineStoreSpec.StorageType extends Enum<FeatureOnlineStoreSpec.StorageType> implements com.google.protobuf.ProtocolMessageEnum
Type of underlying storage type.Protobuf enum
google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType| Enum Constant and Description |
|---|
BIGTABLE
Underlsying storgae is Bigtable.
|
OPTIMIZED
Underlying is optimized online server (Lightning).
|
STORAGE_TYPE_UNSPECIFIED
Should not be used.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIGTABLE_VALUE
Underlsying storgae is Bigtable.
|
static int |
OPTIMIZED_VALUE
Underlying is optimized online server (Lightning).
|
static int |
STORAGE_TYPE_UNSPECIFIED_VALUE
Should not be used.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureOnlineStoreSpec.StorageType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FeatureOnlineStoreSpec.StorageType> |
internalGetValueMap() |
static FeatureOnlineStoreSpec.StorageType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureOnlineStoreSpec.StorageType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureOnlineStoreSpec.StorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureOnlineStoreSpec.StorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureOnlineStoreSpec.StorageType STORAGE_TYPE_UNSPECIFIED
Should not be used.
STORAGE_TYPE_UNSPECIFIED = 0;public static final FeatureOnlineStoreSpec.StorageType BIGTABLE
Underlsying storgae is Bigtable.
BIGTABLE = 1;public static final FeatureOnlineStoreSpec.StorageType OPTIMIZED
Underlying is optimized online server (Lightning).
OPTIMIZED = 2;public static final FeatureOnlineStoreSpec.StorageType UNRECOGNIZED
public static final int STORAGE_TYPE_UNSPECIFIED_VALUE
Should not be used.
STORAGE_TYPE_UNSPECIFIED = 0;public static final int BIGTABLE_VALUE
Underlsying storgae is Bigtable.
BIGTABLE = 1;public static final int OPTIMIZED_VALUE
Underlying is optimized online server (Lightning).
OPTIMIZED = 2;public static FeatureOnlineStoreSpec.StorageType[] values()
for (FeatureOnlineStoreSpec.StorageType c : FeatureOnlineStoreSpec.StorageType.values()) System.out.println(c);
public static FeatureOnlineStoreSpec.StorageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FeatureOnlineStoreSpec.StorageType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureOnlineStoreSpec.StorageType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureOnlineStoreSpec.StorageType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FeatureOnlineStoreSpec.StorageType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.