Class: Google::Apis::ConnectorsV1::FetchConnectionToolspecOverrideRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb

Overview

Request message for FetchConnectionToolspecOverride API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchConnectionToolspecOverrideRequest

Returns a new instance of FetchConnectionToolspecOverrideRequest.



3720
3721
3722
# File 'lib/google/apis/connectors_v1/classes.rb', line 3720

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

Instance Attribute Details

#tool_namesArray<Google::Apis::ConnectorsV1::ToolName>

Required. List of tools for which the tool spec override is to be generated. Corresponds to the JSON property toolNames



3718
3719
3720
# File 'lib/google/apis/connectors_v1/classes.rb', line 3718

def tool_names
  @tool_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3725
3726
3727
# File 'lib/google/apis/connectors_v1/classes.rb', line 3725

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