Enum HttpElementLocation (3.42.0)

public enum HttpElementLocation extends Enum<HttpElementLocation> implements ProtocolMessageEnum

Enum of location an HTTP element can be.

Protobuf enum google.cloud.aiplatform.v1beta1.HttpElementLocation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HTTP_IN_BODY

Element is in the HTTP request body.

HTTP_IN_BODY = 4;

HTTP_IN_BODY_VALUE

Element is in the HTTP request body.

HTTP_IN_BODY = 4;

Element is in the HTTP request cookie.

HTTP_IN_COOKIE = 5;

Element is in the HTTP request cookie.

HTTP_IN_COOKIE = 5;

HTTP_IN_HEADER

Element is in the HTTP request header.

HTTP_IN_HEADER = 2;

HTTP_IN_HEADER_VALUE

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_PATH_VALUE

Element is in the HTTP request path.

HTTP_IN_PATH = 3;

HTTP_IN_QUERY

Element is in the HTTP request query.

HTTP_IN_QUERY = 1;

HTTP_IN_QUERY_VALUE

Element is in the HTTP request query.

HTTP_IN_QUERY = 1;

HTTP_IN_UNSPECIFIED

HTTP_IN_UNSPECIFIED = 0;

HTTP_IN_UNSPECIFIED_VALUE

HTTP_IN_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()