Class: Google::Cloud::AIPlatform::V1::ApiAuth
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ApiAuth
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/api_auth.rb
Overview
The generic reusable api auth config.
Defined Under Namespace
Classes: ApiKeyConfig
Instance Attribute Summary collapse
Instance Attribute Details
#api_key_config ⇒ ::Google::Cloud::AIPlatform::V1::ApiAuth::ApiKeyConfig
28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/api_auth.rb', line 28 class ApiAuth include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The API secret. # @!attribute [rw] api_key_secret_version # @return [::String] # Required. The SecretManager secret version resource name storing API key. # e.g. projects/\\{project}/secrets/\\{secret}/versions/\\{version} class ApiKeyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |