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.



6334
6335
6336
# File 'lib/google/apis/connectors_v1/classes.rb', line 6334

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)


6332
6333
6334
# File 'lib/google/apis/connectors_v1/classes.rb', line 6332

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6339
6340
6341
# File 'lib/google/apis/connectors_v1/classes.rb', line 6339

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