Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionThe API secret.The API secret.booleanThe API secret.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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()
-