Enum FetchFeatureValuesRequest.Format
java.lang.Object
java.lang.Enum<FetchFeatureValuesRequest.Format>
com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FetchFeatureValuesRequest.Format>
- Enclosing class:
- FetchFeatureValuesRequest
@Deprecated
public static enum FetchFeatureValuesRequest.Format
extends Enum<FetchFeatureValuesRequest.Format>
implements com.google.protobuf.ProtocolMessageEnum
Deprecated.
Format of the response data.Protobuf enum
google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Not set.Deprecated.Return response data in key-value format.Deprecated.Return response data in proto Struct format.Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.Not set.static final intDeprecated.Return response data in key-value format.static final intDeprecated.Return response data in proto Struct format. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) Deprecated.static com.google.protobuf.Descriptors.EnumDescriptorDeprecated.final com.google.protobuf.Descriptors.EnumDescriptorDeprecated.final intDeprecated.final com.google.protobuf.Descriptors.EnumValueDescriptorDeprecated.static com.google.protobuf.Internal.EnumLiteMap<FetchFeatureValuesRequest.Format>Deprecated.valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Deprecated.Returns the enum constant of this type with the specified 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.
-
Enum Constant Details
-
FORMAT_UNSPECIFIED
Deprecated.Not set. Will be treated as the KeyValue format.
FORMAT_UNSPECIFIED = 0; -
KEY_VALUE
Deprecated.Return response data in key-value format.
KEY_VALUE = 1; -
PROTO_STRUCT
Deprecated.Return response data in proto Struct format.
PROTO_STRUCT = 2; -
UNRECOGNIZED
Deprecated.
-
-
Field Details
-
FORMAT_UNSPECIFIED_VALUE
public static final int FORMAT_UNSPECIFIED_VALUEDeprecated.Not set. Will be treated as the KeyValue format.
FORMAT_UNSPECIFIED = 0;- See Also:
-
KEY_VALUE_VALUE
public static final int KEY_VALUE_VALUEDeprecated.Return response data in key-value format.
KEY_VALUE = 1;- See Also:
-
PROTO_STRUCT_VALUE
public static final int PROTO_STRUCT_VALUEDeprecated.Return response data in proto Struct format.
PROTO_STRUCT = 2;- See Also:
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()Deprecated.- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
Deprecated.- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FetchFeatureValuesRequest.Format> internalGetValueMap()Deprecated. -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()Deprecated.- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()Deprecated.- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()Deprecated. -
valueOf
public static FetchFeatureValuesRequest.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-