Cloud AI Platform v1beta1 API - Enum HttpElementLocation (1.0.0-beta02)

public enum HttpElementLocation

Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum HttpElementLocation.

Enum of location an HTTP element can be.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
HttpInBody

Element is in the HTTP request body.

HttpInCookie

Element is in the HTTP request cookie.

HttpInHeader

Element is in the HTTP request header.

HttpInPath

Element is in the HTTP request path.

HttpInQuery

Element is in the HTTP request query.

HttpInUnspecified