Class AuthConfig.HttpBasicAuthConfig.Builder (3.84.0)

public static final class AuthConfig.HttpBasicAuthConfig.Builder extends GeneratedMessage.Builder<AuthConfig.HttpBasicAuthConfig.Builder> implements AuthConfig.HttpBasicAuthConfigOrBuilder

Config for HTTP Basic Authentication.

Protobuf type google.cloud.aiplatform.v1beta1.AuthConfig.HttpBasicAuthConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AuthConfig.HttpBasicAuthConfig build()
Returns
Type Description
AuthConfig.HttpBasicAuthConfig

buildPartial()

public AuthConfig.HttpBasicAuthConfig buildPartial()
Returns
Type Description
AuthConfig.HttpBasicAuthConfig

clear()

public AuthConfig.HttpBasicAuthConfig.Builder clear()
Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder
Overrides

clearCredentialSecret()

public AuthConfig.HttpBasicAuthConfig.Builder clearCredentialSecret()

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
Type Description
AuthConfig.HttpBasicAuthConfig.Builder

This builder for chaining.

getCredentialSecret()

public 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
Type Description
String

The credentialSecret.

getCredentialSecretBytes()

public 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
Type Description
ByteString

The bytes for credentialSecret.

getDefaultInstanceForType()

public AuthConfig.HttpBasicAuthConfig getDefaultInstanceForType()
Returns
Type Description
AuthConfig.HttpBasicAuthConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AuthConfig.HttpBasicAuthConfig other)

public AuthConfig.HttpBasicAuthConfig.Builder mergeFrom(AuthConfig.HttpBasicAuthConfig other)
Parameter
Name Description
other AuthConfig.HttpBasicAuthConfig
Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AuthConfig.HttpBasicAuthConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AuthConfig.HttpBasicAuthConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder
Overrides

setCredentialSecret(String value)

public AuthConfig.HttpBasicAuthConfig.Builder setCredentialSecret(String value)

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) = { ... }

Parameter
Name Description
value String

The credentialSecret to set.

Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder

This builder for chaining.

setCredentialSecretBytes(ByteString value)

public AuthConfig.HttpBasicAuthConfig.Builder setCredentialSecretBytes(ByteString value)

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) = { ... }

Parameter
Name Description
value ByteString

The bytes for credentialSecret to set.

Returns
Type Description
AuthConfig.HttpBasicAuthConfig.Builder

This builder for chaining.