public enum HttpElementLocation extends Enum<HttpElementLocation> implements ProtocolMessageEnum
Enum of location an HTTP element can be.
Protobuf enum google.cloud.aiplatform.v1beta1.HttpElementLocation
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HTTP_IN_BODY |
Element is in the HTTP request body. |
HTTP_IN_BODY_VALUE |
Element is in the HTTP request body. |
HTTP_IN_COOKIE |
Element is in the HTTP request cookie. |
HTTP_IN_COOKIE_VALUE |
Element is in the HTTP request cookie. |
HTTP_IN_HEADER |
Element is in the HTTP request header. |
HTTP_IN_HEADER_VALUE |
Element is in the HTTP request header. |
HTTP_IN_PATH |
Element is in the HTTP request path. |
HTTP_IN_PATH_VALUE |
Element is in the HTTP request path. |
HTTP_IN_QUERY |
Element is in the HTTP request query. |
HTTP_IN_QUERY_VALUE |
Element is in the HTTP request query. |
HTTP_IN_UNSPECIFIED |
|
HTTP_IN_UNSPECIFIED_VALUE |
|
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |