@Deprecated public static enum FetchFeatureValuesRequest.Format extends Enum<FetchFeatureValuesRequest.Format> implements com.google.protobuf.ProtocolMessageEnum
Format of the response data.Protobuf enum
google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format| Enum Constant and Description |
|---|
FORMAT_UNSPECIFIED
Deprecated.
Not set.
|
KEY_VALUE
Deprecated.
Return response data in key-value format.
|
PROTO_STRUCT
Deprecated.
Return response data in proto Struct format.
|
UNRECOGNIZED
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FORMAT_UNSPECIFIED_VALUE
Deprecated.
Not set.
|
static int |
KEY_VALUE_VALUE
Deprecated.
Return response data in key-value format.
|
static int |
PROTO_STRUCT_VALUE
Deprecated.
Return response data in proto Struct format.
|
| Modifier and Type | Method and Description |
|---|---|
static FetchFeatureValuesRequest.Format |
forNumber(int value)
Deprecated.
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
Deprecated.
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
Deprecated.
|
int |
getNumber()
Deprecated.
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
Deprecated.
|
static com.google.protobuf.Internal.EnumLiteMap<FetchFeatureValuesRequest.Format> |
internalGetValueMap()
Deprecated.
|
static FetchFeatureValuesRequest.Format |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static FetchFeatureValuesRequest.Format |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FetchFeatureValuesRequest.Format |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FetchFeatureValuesRequest.Format[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FetchFeatureValuesRequest.Format FORMAT_UNSPECIFIED
Not set. Will be treated as the KeyValue format.
FORMAT_UNSPECIFIED = 0;public static final FetchFeatureValuesRequest.Format KEY_VALUE
Return response data in key-value format.
KEY_VALUE = 1;public static final FetchFeatureValuesRequest.Format PROTO_STRUCT
Return response data in proto Struct format.
PROTO_STRUCT = 2;public static final FetchFeatureValuesRequest.Format UNRECOGNIZED
public static final int FORMAT_UNSPECIFIED_VALUE
Not set. Will be treated as the KeyValue format.
FORMAT_UNSPECIFIED = 0;public static final int KEY_VALUE_VALUE
Return response data in key-value format.
KEY_VALUE = 1;public static final int PROTO_STRUCT_VALUE
Return response data in proto Struct format.
PROTO_STRUCT = 2;public static FetchFeatureValuesRequest.Format[] values()
for (FetchFeatureValuesRequest.Format c : FetchFeatureValuesRequest.Format.values()) System.out.println(c);
public static FetchFeatureValuesRequest.Format 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 FetchFeatureValuesRequest.Format valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FetchFeatureValuesRequest.Format forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FetchFeatureValuesRequest.Format> 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 FetchFeatureValuesRequest.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.