Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionElement is in the HTTP request body.Element is in the HTTP request cookie.Element is in the HTTP request header.Element is in the HTTP request path.Element is in the HTTP request query.HTTP_IN_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intElement is in the HTTP request body.static final intElement is in the HTTP request cookie.static final intElement is in the HTTP request header.static final intElement is in the HTTP request path.static final intElement is in the HTTP request query.static final intHTTP_IN_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpElementLocationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<HttpElementLocation>static HttpElementLocationvalueOf(int value) Deprecated.static HttpElementLocationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HttpElementLocationReturns the enum constant of this type with the specified name.static HttpElementLocation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HTTP_IN_UNSPECIFIED
HTTP_IN_UNSPECIFIED = 0; -
HTTP_IN_QUERY
Element is in the HTTP request query.
HTTP_IN_QUERY = 1; -
HTTP_IN_HEADER
Element is in the HTTP request header.
HTTP_IN_HEADER = 2; -
HTTP_IN_PATH
Element is in the HTTP request path.
HTTP_IN_PATH = 3; -
HTTP_IN_BODY
Element is in the HTTP request body.
HTTP_IN_BODY = 4; -
HTTP_IN_COOKIE
Element is in the HTTP request cookie.
HTTP_IN_COOKIE = 5; -
UNRECOGNIZED
-
-
Field Details
-
HTTP_IN_UNSPECIFIED_VALUE
public static final int HTTP_IN_UNSPECIFIED_VALUEHTTP_IN_UNSPECIFIED = 0;- See Also:
-
HTTP_IN_QUERY_VALUE
public static final int HTTP_IN_QUERY_VALUEElement is in the HTTP request query.
HTTP_IN_QUERY = 1;- See Also:
-
HTTP_IN_HEADER_VALUE
public static final int HTTP_IN_HEADER_VALUEElement is in the HTTP request header.
HTTP_IN_HEADER = 2;- See Also:
-
HTTP_IN_PATH_VALUE
public static final int HTTP_IN_PATH_VALUEElement is in the HTTP request path.
HTTP_IN_PATH = 3;- See Also:
-
HTTP_IN_BODY_VALUE
public static final int HTTP_IN_BODY_VALUEElement is in the HTTP request body.
HTTP_IN_BODY = 4;- See Also:
-
HTTP_IN_COOKIE_VALUE
public static final int HTTP_IN_COOKIE_VALUEElement is in the HTTP request cookie.
HTTP_IN_COOKIE = 5;- See Also:
-
-
Method Details
-
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
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()- 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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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
-