Reference documentation and code samples for the Google Cloud Ces V1 Client class RequestLocation.
The location of the API key in the request.
Protobuf type google.cloud.ces.v1.ApiKeyConfig.RequestLocation
Namespace
Google \ Cloud \ Ces \ V1 \ ApiKeyConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REQUEST_LOCATION_UNSPECIFIED
Value: 0Unspecified. This value should not be used.
Generated from protobuf enum REQUEST_LOCATION_UNSPECIFIED = 0;
HEADER
Value: 1Represents the key in http header.
Generated from protobuf enum HEADER = 1;
QUERY_STRING
Value: 2Represents the key in query string.
Generated from protobuf enum QUERY_STRING = 2;