Interface AuthConfigOrBuilder

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

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

    • hasApiKeyConfig

      boolean hasApiKeyConfig()
       Config for API key auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.ApiKeyConfig api_key_config = 2;
      Returns:
      Whether the apiKeyConfig field is set.
    • getApiKeyConfig

      AuthConfig.ApiKeyConfig getApiKeyConfig()
       Config for API key auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.ApiKeyConfig api_key_config = 2;
      Returns:
      The apiKeyConfig.
    • getApiKeyConfigOrBuilder

      AuthConfig.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
       Config for API key auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.ApiKeyConfig api_key_config = 2;
    • hasHttpBasicAuthConfig

      boolean hasHttpBasicAuthConfig()
       Config for HTTP Basic auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.HttpBasicAuthConfig http_basic_auth_config = 3;
      Returns:
      Whether the httpBasicAuthConfig field is set.
    • getHttpBasicAuthConfig

      AuthConfig.HttpBasicAuthConfig getHttpBasicAuthConfig()
       Config for HTTP Basic auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.HttpBasicAuthConfig http_basic_auth_config = 3;
      Returns:
      The httpBasicAuthConfig.
    • getHttpBasicAuthConfigOrBuilder

      AuthConfig.HttpBasicAuthConfigOrBuilder getHttpBasicAuthConfigOrBuilder()
       Config for HTTP Basic auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.HttpBasicAuthConfig http_basic_auth_config = 3;
    • hasGoogleServiceAccountConfig

      boolean hasGoogleServiceAccountConfig()
       Config for Google Service Account auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.GoogleServiceAccountConfig google_service_account_config = 4;
      Returns:
      Whether the googleServiceAccountConfig field is set.
    • getGoogleServiceAccountConfig

      AuthConfig.GoogleServiceAccountConfig getGoogleServiceAccountConfig()
       Config for Google Service Account auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.GoogleServiceAccountConfig google_service_account_config = 4;
      Returns:
      The googleServiceAccountConfig.
    • getGoogleServiceAccountConfigOrBuilder

      AuthConfig.GoogleServiceAccountConfigOrBuilder getGoogleServiceAccountConfigOrBuilder()
       Config for Google Service Account auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.GoogleServiceAccountConfig google_service_account_config = 4;
    • hasOauthConfig

      boolean hasOauthConfig()
       Config for user oauth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OauthConfig oauth_config = 5;
      Returns:
      Whether the oauthConfig field is set.
    • getOauthConfig

      AuthConfig.OauthConfig getOauthConfig()
       Config for user oauth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OauthConfig oauth_config = 5;
      Returns:
      The oauthConfig.
    • getOauthConfigOrBuilder

      AuthConfig.OauthConfigOrBuilder getOauthConfigOrBuilder()
       Config for user oauth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OauthConfig oauth_config = 5;
    • hasOidcConfig

      boolean hasOidcConfig()
       Config for user OIDC auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OidcConfig oidc_config = 7;
      Returns:
      Whether the oidcConfig field is set.
    • getOidcConfig

      AuthConfig.OidcConfig getOidcConfig()
       Config for user OIDC auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OidcConfig oidc_config = 7;
      Returns:
      The oidcConfig.
    • getOidcConfigOrBuilder

      AuthConfig.OidcConfigOrBuilder getOidcConfigOrBuilder()
       Config for user OIDC auth.
       
      .google.cloud.aiplatform.v1beta1.AuthConfig.OidcConfig oidc_config = 7;
    • getAuthTypeValue

      int getAuthTypeValue()
       Type of auth scheme.
       
      .google.cloud.aiplatform.v1beta1.AuthType auth_type = 101;
      Returns:
      The enum numeric value on the wire for authType.
    • getAuthType

      AuthType getAuthType()
       Type of auth scheme.
       
      .google.cloud.aiplatform.v1beta1.AuthType auth_type = 101;
      Returns:
      The authType.
    • getAuthConfigCase

      AuthConfig.AuthConfigCase getAuthConfigCase()