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 Type
    Method
    Description
    Defines the authentication provider that the DeployedIndex uses.
    Defines the authentication provider that the DeployedIndex uses.
    boolean
    Defines the authentication provider that the DeployedIndex uses.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       Defines the authentication provider that the DeployedIndex uses.
       
      .google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;
      Returns:
      The authProvider.
    • getAuthProviderOrBuilder

       Defines the authentication provider that the DeployedIndex uses.
       
      .google.cloud.aiplatform.v1.DeployedIndexAuthConfig.AuthProvider auth_provider = 1;