Enumeration HttpElementLocation

The location of the API key. This enum is not supported in Gemini API.

Enumeration Members

HTTP_IN_BODY: "HTTP_IN_BODY"

Element is in the HTTP request body.

HTTP_IN_COOKIE: "HTTP_IN_COOKIE"

Element is in the HTTP request cookie.

HTTP_IN_HEADER: "HTTP_IN_HEADER"

Element is in the HTTP request header.

HTTP_IN_PATH: "HTTP_IN_PATH"

Element is in the HTTP request path.

HTTP_IN_QUERY: "HTTP_IN_QUERY"

Element is in the HTTP request query.

HTTP_IN_UNSPECIFIED: "HTTP_IN_UNSPECIFIED"