Enum HttpElementLocation

java.lang.Object
java.lang.Enum<HttpElementLocation>
com.google.cloud.aiplatform.v1beta1.HttpElementLocation
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<HttpElementLocation>

@Generated public enum HttpElementLocation extends Enum<HttpElementLocation> implements com.google.protobuf.ProtocolMessageEnum
 Enum of location an HTTP element can be.
 
Protobuf enum google.cloud.aiplatform.v1beta1.HttpElementLocation
  • Enum Constant Details

    • HTTP_IN_UNSPECIFIED

      public static final HttpElementLocation HTTP_IN_UNSPECIFIED
      HTTP_IN_UNSPECIFIED = 0;
    • HTTP_IN_QUERY

      public static final HttpElementLocation HTTP_IN_QUERY
       Element is in the HTTP request query.
       
      HTTP_IN_QUERY = 1;
    • HTTP_IN_HEADER

      public static final HttpElementLocation HTTP_IN_HEADER
       Element is in the HTTP request header.
       
      HTTP_IN_HEADER = 2;
    • HTTP_IN_PATH

      public static final HttpElementLocation HTTP_IN_PATH
       Element is in the HTTP request path.
       
      HTTP_IN_PATH = 3;
    • HTTP_IN_BODY

      public static final HttpElementLocation HTTP_IN_BODY
       Element is in the HTTP request body.
       
      HTTP_IN_BODY = 4;
    • UNRECOGNIZED

      public static final HttpElementLocation UNRECOGNIZED
  • Field Details

    • HTTP_IN_UNSPECIFIED_VALUE

      public static final int HTTP_IN_UNSPECIFIED_VALUE
      HTTP_IN_UNSPECIFIED = 0;
      See Also:
    • HTTP_IN_QUERY_VALUE

      public static final int HTTP_IN_QUERY_VALUE
       Element is in the HTTP request query.
       
      HTTP_IN_QUERY = 1;
      See Also:
    • HTTP_IN_HEADER_VALUE

      public static final int HTTP_IN_HEADER_VALUE
       Element is in the HTTP request header.
       
      HTTP_IN_HEADER = 2;
      See Also:
    • HTTP_IN_PATH_VALUE

      public static final int HTTP_IN_PATH_VALUE
       Element is in the HTTP request path.
       
      HTTP_IN_PATH = 3;
      See Also:
    • HTTP_IN_BODY_VALUE

      public static final int HTTP_IN_BODY_VALUE
       Element is in the HTTP request body.
       
      HTTP_IN_BODY = 4;
      See Also:
  • Method Details

    • values

      public static HttpElementLocation[] values()
      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 HttpElementLocation valueOf(String name)
      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()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static HttpElementLocation 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 HttpElementLocation forNumber(int value)
      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<HttpElementLocation> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static HttpElementLocation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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