Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps

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

Tool to retrieve public maps data for grounding, powered by Google.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleMaps

Returns a new instance of GoogleCloudAiplatformV1GoogleMaps.



13390
13391
13392
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13390

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

Instance Attribute Details

#api_authGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth

The generic reusable api auth config. Deprecated. Please use AuthConfig ( google/cloud/aiplatform/master/auth.proto) instead. Corresponds to the JSON property apiAuth



13383
13384
13385
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13383

def api_auth
  @api_auth
end

#auth_configGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig

Auth configuration to run the extension. Corresponds to the JSON property authConfig



13388
13389
13390
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13388

def auth_config
  @auth_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13395
13396
13397
13398
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13395

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