API hub V1 API - Module Google::Cloud::ApiHub::V1::AuthConfig::ApiKeyConfig::HttpElementLocation (v0.6.0)

Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::AuthConfig::ApiKeyConfig::HttpElementLocation.

Enum of location an HTTP element can be.

Constants

HTTP_ELEMENT_LOCATION_UNSPECIFIED

value: 0
HTTP element location not specified.

QUERY

value: 1
Element is in the HTTP request query.

HEADER

value: 2
Element is in the HTTP request header.

PATH

value: 3
Element is in the HTTP request path.

BODY

value: 4
Element is in the HTTP request body.

value: 5
Element is in the HTTP request cookie.