Interface ApiAuthOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApiAuth, ApiAuth.Builder

@Generated public interface ApiAuthOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasApiKeyConfig

      boolean hasApiKeyConfig()
       The API secret.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 1;
      Returns:
      Whether the apiKeyConfig field is set.
    • getApiKeyConfig

      ApiAuth.ApiKeyConfig getApiKeyConfig()
       The API secret.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 1;
      Returns:
      The apiKeyConfig.
    • getApiKeyConfigOrBuilder

      ApiAuth.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
       The API secret.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 1;
    • getAuthConfigCase

      ApiAuth.AuthConfigCase getAuthConfigCase()