Google Cloud Ces V1 Client - Class RequestLocation (0.1.0)

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 \ ApiKeyConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REQUEST_LOCATION_UNSPECIFIED

Value: 0

Unspecified. This value should not be used.

Generated from protobuf enum REQUEST_LOCATION_UNSPECIFIED = 0;

HEADER

Value: 1

Represents the key in http header.

Generated from protobuf enum HEADER = 1;

QUERY_STRING

Value: 2

Represents the key in query string.

Generated from protobuf enum QUERY_STRING = 2;