Class: Google::Apis::CloudsearchV1::ErrorMessage
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ErrorMessage
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Error message per source response.
Instance Attribute Summary collapse
-
#error_message ⇒ String
Corresponds to the JSON property
errorMessage
. -
#source ⇒ Google::Apis::CloudsearchV1::Source
Defines sources for the suggest/search APIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ErrorMessage
constructor
A new instance of ErrorMessage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ErrorMessage
Returns a new instance of ErrorMessage.
1095 1096 1097 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1095 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message ⇒ String
Corresponds to the JSON property errorMessage
1088 1089 1090 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1088 def @error_message end |
#source ⇒ Google::Apis::CloudsearchV1::Source
Defines sources for the suggest/search APIs.
Corresponds to the JSON property source
1093 1094 1095 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1093 def source @source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1100 1101 1102 1103 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1100 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) @source = args[:source] if args.key?(:source) end |