public interface DeployedIndexAuthConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthProvider()
public abstract 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. |
getAuthProviderOrBuilder()
public abstract 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 |
hasAuthProvider()
public abstract 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. |