Module: Google::Cloud::Ces::V1beta::ApiKeyConfig::RequestLocation

Defined in:
proto_docs/google/cloud/ces/v1beta/auth.rb

Overview

The location of the API key in the request.

Constant Summary collapse

REQUEST_LOCATION_UNSPECIFIED =

Unspecified. This value should not be used.

0
HEADER =

Represents the key in http header.

1
QUERY_STRING =

Represents the key in query string.

2