Class: Google::Apis::ConnectorsV1::GenerateConnectionToolspecOverrideRequest

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 GenerateConnectionToolspecOverride API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenerateConnectionToolspecOverrideRequest

Returns a new instance of GenerateConnectionToolspecOverrideRequest.



3758
3759
3760
# File 'lib/google/apis/connectors_v1/classes.rb', line 3758

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



3756
3757
3758
# File 'lib/google/apis/connectors_v1/classes.rb', line 3756

def tool_names
  @tool_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3763
3764
3765
# File 'lib/google/apis/connectors_v1/classes.rb', line 3763

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