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.



5655
5656
5657
# File 'lib/google/apis/connectors_v1/classes.rb', line 5655

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)


5653
5654
5655
# File 'lib/google/apis/connectors_v1/classes.rb', line 5653

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5660
5661
5662
# File 'lib/google/apis/connectors_v1/classes.rb', line 5660

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