Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps
- 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
-
#api_auth ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth
The generic reusable api auth config.
-
#auth_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig
Auth configuration to run the extension.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleMaps
constructor
A new instance of GoogleCloudAiplatformV1GoogleMaps.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleMaps
Returns a new instance of GoogleCloudAiplatformV1GoogleMaps.
13375 13376 13377 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_auth ⇒ Google::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
13368 13369 13370 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13368 def api_auth @api_auth end |
#auth_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig
Auth configuration to run the extension.
Corresponds to the JSON property authConfig
13373 13374 13375 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13373 def auth_config @auth_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13380 13381 13382 13383 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13380 def update!(**args) @api_auth = args[:api_auth] if args.key?(:api_auth) @auth_config = args[:auth_config] if args.key?(:auth_config) end |