Enum Tool.Authentication.RequestLocation (0.52.0)

public enum Tool.Authentication.RequestLocation extends Enum<Tool.Authentication.RequestLocation> implements ProtocolMessageEnum

The location of the API key in the request.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.RequestLocation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HEADER

Represents the key in http header.

HEADER = 1;

HEADER_VALUE

Represents the key in http header.

HEADER = 1;

QUERY_STRING

Represents the key in query string.

QUERY_STRING = 2;

QUERY_STRING_VALUE

Represents the key in query string.

QUERY_STRING = 2;

REQUEST_LOCATION_UNSPECIFIED

Default value. This value is unused.

REQUEST_LOCATION_UNSPECIFIED = 0;

REQUEST_LOCATION_UNSPECIFIED_VALUE

Default value. This value is unused.

REQUEST_LOCATION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()