Class: Google::Apis::MonitoringV3::CreateCollectdTimeSeriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::MonitoringV3::CreateCollectdTimeSeriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/monitoring_v3/classes.rb,
generated/google/apis/monitoring_v3/representations.rb,
generated/google/apis/monitoring_v3/representations.rb
Overview
The CreateCollectdTimeSeries response.
Instance Attribute Summary collapse
-
#payload_errors ⇒ Array<Google::Apis::MonitoringV3::CollectdPayloadError>
Records the error status for points that were not written due to an error.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateCollectdTimeSeriesResponse
constructor
A new instance of CreateCollectdTimeSeriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateCollectdTimeSeriesResponse
Returns a new instance of CreateCollectdTimeSeriesResponse
594 595 596 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#payload_errors ⇒ Array<Google::Apis::MonitoringV3::CollectdPayloadError>
Records the error status for points that were not written due to an error.
Failed requests for which nothing is written will return an error response
instead.
Corresponds to the JSON property payloadErrors
592 593 594 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 592 def payload_errors @payload_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
599 600 601 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 599 def update!(**args) @payload_errors = args[:payload_errors] if args.key?(:payload_errors) end |