Class: Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse
- 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
-
#error_message ⇒ String
Error message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateCustomConnectorSpecResponse
constructor
A new instance of ValidateCustomConnectorSpecResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateCustomConnectorSpecResponse
Returns a new instance of ValidateCustomConnectorSpecResponse.
5617 5618 5619 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5617 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message ⇒ String
Error message. The spec is valid if the error message is empty.
Corresponds to the JSON property errorMessage
5615 5616 5617 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5615 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5622 5623 5624 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5622 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |