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
631 632 633 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 631 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
629 630 631 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 629 def payload_errors @payload_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
636 637 638 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 636 def update!(**args) @payload_errors = args[:payload_errors] if args.key?(:payload_errors) end |