Package com.google.cloud.aiplatform.v1
Interface DeployedIndexAuthConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployedIndexAuthConfig,DeployedIndexAuthConfig.Builder
@Generated
public interface DeployedIndexAuthConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDefines the authentication provider that the DeployedIndex uses.Defines the authentication provider that the DeployedIndex uses.booleanDefines the authentication provider that the DeployedIndex uses.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAuthProvider
boolean hasAuthProvider()Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;- Returns:
- Whether the authProvider field is set.
-
getAuthProvider
DeployedIndexAuthConfig.AuthProvider getAuthProvider()Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;- Returns:
- The authProvider.
-
getAuthProviderOrBuilder
DeployedIndexAuthConfig.AuthProviderOrBuilder getAuthProviderOrBuilder()Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
-