public static interface GenericHTTPEndpointConfig.BearerTokenAuthenticationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTokenCase()
public abstract GenericHTTPEndpointConfig.BearerTokenAuthentication.TokenCase getTokenCase()| Returns | |
|---|---|
| Type | Description |
GenericHTTPEndpointConfig.BearerTokenAuthentication.TokenCase |
|
getTokenSecretVersion()
public abstract String getTokenSecretVersion()Optional. The token SecretManager secret version to authenticate as.
string token_secret_version = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The tokenSecretVersion. |
getTokenSecretVersionBytes()
public abstract ByteString getTokenSecretVersionBytes()Optional. The token SecretManager secret version to authenticate as.
string token_secret_version = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tokenSecretVersion. |
hasTokenSecretVersion()
public abstract boolean hasTokenSecretVersion()Optional. The token SecretManager secret version to authenticate as.
string token_secret_version = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokenSecretVersion field is set. |