Interface BearerTokenConfigOrBuilder (0.1.0)

public interface BearerTokenConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToken()

public abstract String getToken()

Required. The bearer token. Must be in the format $context.variables.<name_of_variable>.

string token = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The token.

getTokenBytes()

public abstract ByteString getTokenBytes()

Required. The bearer token. Must be in the format $context.variables.<name_of_variable>.

string token = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for token.