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 Details

  • Field Details

    • FORMAT_UNSPECIFIED_VALUE

      public static final int FORMAT_UNSPECIFIED_VALUE
      Deprecated.
       Not set. Will be treated as the KeyValue format.
       
      FORMAT_UNSPECIFIED = 0;
      See Also:
    • KEY_VALUE_VALUE

      public static final int KEY_VALUE_VALUE
      Deprecated.
       Return response data in key-value format.
       
      KEY_VALUE = 1;
      See Also:
    • PROTO_STRUCT_VALUE

      public static final int PROTO_STRUCT_VALUE
      Deprecated.
       Return response data in proto Struct format.
       
      PROTO_STRUCT = 2;
      See Also:
  • Method Details

    • values

      public static FetchFeatureValuesRequest.Format[] 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

      public static FetchFeatureValuesRequest.Format valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Deprecated.
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static FetchFeatureValuesRequest.Format valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static FetchFeatureValuesRequest.Format forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Deprecated.
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null