public enum ApiKeyConfig.RequestLocation extends Enum<ApiKeyConfig.RequestLocation> implements ProtocolMessageEnumThe location of the API key in the request.
Protobuf enum google.cloud.ces.v1.ApiKeyConfig.RequestLocation
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HEADER |
Represents the key in http header. |
HEADER_VALUE |
Represents the key in http header. |
QUERY_STRING |
Represents the key in query string. |
QUERY_STRING_VALUE |
Represents the key in query string. |
REQUEST_LOCATION_UNSPECIFIED |
Unspecified. This value should not be used. |
REQUEST_LOCATION_UNSPECIFIED_VALUE |
Unspecified. This value should not be used. |
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() |
|