Interface ApiAuthOrBuilder (3.52.0)

public interface ApiAuthOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiKeyConfig()

public abstract ApiAuth.ApiKeyConfig getApiKeyConfig()

The API secret.

.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 1;

Returns
Type Description
ApiAuth.ApiKeyConfig

The apiKeyConfig.

getApiKeyConfigOrBuilder()

public abstract ApiAuth.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()

The API secret.

.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 1;

Returns
Type Description
ApiAuth.ApiKeyConfigOrBuilder

getAuthConfigCase()

public abstract ApiAuth.AuthConfigCase getAuthConfigCase()
Returns
Type Description
ApiAuth.AuthConfigCase

hasApiKeyConfig()

public abstract boolean hasApiKeyConfig()

The API secret.

.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 1;

Returns
Type Description
boolean

Whether the apiKeyConfig field is set.