Class: Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse

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

Response message for ConnectorsService.ValidateCustomConnectorSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateCustomConnectorSpecResponse

Returns a new instance of ValidateCustomConnectorSpecResponse.



5517
5518
5519
# File 'lib/google/apis/connectors_v1/classes.rb', line 5517

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

Instance Attribute Details

#error_messageString

Error message. The spec is valid if the error message is empty. Corresponds to the JSON property errorMessage

Returns:

  • (String)


5515
5516
5517
# File 'lib/google/apis/connectors_v1/classes.rb', line 5515

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5522
5523
5524
# File 'lib/google/apis/connectors_v1/classes.rb', line 5522

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