Interface AuthConfig.HttpBasicAuthConfigOrBuilder (3.42.0)

public static interface AuthConfig.HttpBasicAuthConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCredentialSecret()

public abstract String getCredentialSecret()

Required. The name of the SecretManager secret version resource storing the base64 encoded credentials. Format: projects/{project}/secrets/{secrete}/versions/{version}

string credential_secret = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The credentialSecret.

getCredentialSecretBytes()

public abstract ByteString getCredentialSecretBytes()

Required. The name of the SecretManager secret version resource storing the base64 encoded credentials. Format: projects/{project}/secrets/{secrete}/versions/{version}

string credential_secret = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for credentialSecret.