Interface DeployedIndexAuthConfigOrBuilder (3.42.0)

public interface DeployedIndexAuthConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthProvider()

public abstract DeployedIndexAuthConfig.AuthProvider getAuthProvider()

Defines the authentication provider that the DeployedIndex uses.

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

Returns
TypeDescription
DeployedIndexAuthConfig.AuthProvider

The authProvider.

getAuthProviderOrBuilder()

public abstract DeployedIndexAuthConfig.AuthProviderOrBuilder getAuthProviderOrBuilder()

Defines the authentication provider that the DeployedIndex uses.

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

Returns
TypeDescription
DeployedIndexAuthConfig.AuthProviderOrBuilder

hasAuthProvider()

public abstract boolean hasAuthProvider()

Defines the authentication provider that the DeployedIndex uses.

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

Returns
TypeDescription
boolean

Whether the authProvider field is set.