Class DeployedIndexAuthConfig.Builder (3.84.0)

public static final class DeployedIndexAuthConfig.Builder extends GeneratedMessage.Builder<DeployedIndexAuthConfig.Builder> implements DeployedIndexAuthConfigOrBuilder

Used to set up the auth on the DeployedIndex's private endpoint.

Protobuf type google.cloud.aiplatform.v1.DeployedIndexAuthConfig

Static Methods

getDescriptor()

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

Methods

build()

public DeployedIndexAuthConfig build()
Returns
Type Description
DeployedIndexAuthConfig

buildPartial()

public DeployedIndexAuthConfig buildPartial()
Returns
Type Description
DeployedIndexAuthConfig

clear()

public DeployedIndexAuthConfig.Builder clear()
Returns
Type Description
DeployedIndexAuthConfig.Builder
Overrides

clearAuthProvider()

public DeployedIndexAuthConfig.Builder clearAuthProvider()

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Returns
Type Description
DeployedIndexAuthConfig.Builder

getAuthProvider()

public DeployedIndexAuthConfig.AuthProvider getAuthProvider()

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Returns
Type Description
DeployedIndexAuthConfig.AuthProvider

The authProvider.

getAuthProviderBuilder()

public DeployedIndexAuthConfig.AuthProvider.Builder getAuthProviderBuilder()

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Returns
Type Description
DeployedIndexAuthConfig.AuthProvider.Builder

getAuthProviderOrBuilder()

public DeployedIndexAuthConfig.AuthProviderOrBuilder getAuthProviderOrBuilder()

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Returns
Type Description
DeployedIndexAuthConfig.AuthProviderOrBuilder

getDefaultInstanceForType()

public DeployedIndexAuthConfig getDefaultInstanceForType()
Returns
Type Description
DeployedIndexAuthConfig

getDescriptorForType()

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

hasAuthProvider()

public boolean hasAuthProvider()

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Returns
Type Description
boolean

Whether the authProvider field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAuthProvider(DeployedIndexAuthConfig.AuthProvider value)

public DeployedIndexAuthConfig.Builder mergeAuthProvider(DeployedIndexAuthConfig.AuthProvider value)

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Parameter
Name Description
value DeployedIndexAuthConfig.AuthProvider
Returns
Type Description
DeployedIndexAuthConfig.Builder

mergeFrom(DeployedIndexAuthConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAuthProvider(DeployedIndexAuthConfig.AuthProvider value)

public DeployedIndexAuthConfig.Builder setAuthProvider(DeployedIndexAuthConfig.AuthProvider value)

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Parameter
Name Description
value DeployedIndexAuthConfig.AuthProvider
Returns
Type Description
DeployedIndexAuthConfig.Builder

setAuthProvider(DeployedIndexAuthConfig.AuthProvider.Builder builderForValue)

public DeployedIndexAuthConfig.Builder setAuthProvider(DeployedIndexAuthConfig.AuthProvider.Builder builderForValue)

Defines the authentication provider that the DeployedIndex uses.

.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;

Parameter
Name Description
builderForValue DeployedIndexAuthConfig.AuthProvider.Builder
Returns
Type Description
DeployedIndexAuthConfig.Builder