Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth

Inherits:
Object
  • Object
show all
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. Deprecated. Please use AuthConfig ( google/cloud/aiplatform/master/auth.proto) instead.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ApiAuth

Returns a new instance of GoogleCloudAiplatformV1ApiAuth.



896
897
898
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 896

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#api_key_configGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuthApiKeyConfig

The API secret. Corresponds to the JSON property apiKeyConfig



894
895
896
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 894

def api_key_config
  @api_key_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



901
902
903
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 901

def update!(**args)
  @api_key_config = args[:api_key_config] if args.key?(:api_key_config)
end