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
593 594 595 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 593 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
591 592 593 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 591 def payload_errors @payload_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
598 599 600 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 598 def update!(**args) @payload_errors = args[:payload_errors] if args.key?(:payload_errors) end |