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.
5655 5656 5657 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5655 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
5653 5654 5655 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5653 def @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 |