Interface DeployedIndexAuthConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployedIndexAuthConfig,DeployedIndexAuthConfig.Builder
public interface DeployedIndexAuthConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployedIndexAuthConfig.AuthProvidergetAuthProvider()Defines the authentication provider that the DeployedIndex uses.DeployedIndexAuthConfig.AuthProviderOrBuildergetAuthProviderOrBuilder()Defines the authentication provider that the DeployedIndex uses.booleanhasAuthProvider()Defines the authentication provider that the DeployedIndex uses.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuthProvider
boolean hasAuthProvider()
Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1beta1.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.v1beta1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;- Returns:
- The authProvider.
-
getAuthProviderOrBuilder
DeployedIndexAuthConfig.AuthProviderOrBuilder getAuthProviderOrBuilder()
Defines the authentication provider that the DeployedIndex uses.
.google.cloud.aiplatform.v1beta1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
-
-