public enum AuthConfig.ApiKeyConfig.HttpElementLocation extends Enum<AuthConfig.ApiKeyConfig.HttpElementLocation> implements ProtocolMessageEnum
Enum of location an HTTP element can be.
Protobuf enum google.cloud.apihub.v1.AuthConfig.ApiKeyConfig.HttpElementLocation
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BODY |
Element is in the HTTP request body. |
BODY_VALUE |
Element is in the HTTP request body. |
COOKIE |
Element is in the HTTP request cookie. |
COOKIE_VALUE |
Element is in the HTTP request cookie. |
HEADER |
Element is in the HTTP request header. |
HEADER_VALUE |
Element is in the HTTP request header. |
HTTP_ELEMENT_LOCATION_UNSPECIFIED |
HTTP element location not specified. |
HTTP_ELEMENT_LOCATION_UNSPECIFIED_VALUE |
HTTP element location not specified. |
PATH |
Element is in the HTTP request path. |
PATH_VALUE |
Element is in the HTTP request path. |
QUERY |
Element is in the HTTP request query. |
QUERY_VALUE |
Element is in the HTTP request query. |
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() |