Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
The generic reusable api auth config.
Instance Attribute Summary collapse
-
#api_key_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuthApiKeyConfig
The API secret.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ApiAuth
constructor
A new instance of GoogleCloudAiplatformV1ApiAuth.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ApiAuth
Returns a new instance of GoogleCloudAiplatformV1ApiAuth.
853 854 855 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 853 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_key_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuthApiKeyConfig
The API secret.
Corresponds to the JSON property apiKeyConfig
851 852 853 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 851 def api_key_config @api_key_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
858 859 860 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 858 def update!(**args) @api_key_config = args[:api_key_config] if args.key?(:api_key_config) end |