public interface BearerTokenConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |