Class CreateCollectdTimeSeriesResponse
The CreateCollectdTimeSeries response.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CreateCollectdTimeSeriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PayloadErrors
Records the error status for points that were not written due to an error in the request.Failed requests for which nothing is written will return an error response instead. Requests where data points were rejected by the backend will set summary instead.
Declaration
[JsonProperty("payloadErrors")]
public virtual IList<CollectdPayloadError> PayloadErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<CollectdPayloadError> |
Summary
Aggregate statistics from writing the payloads. This field is omitted if all points were successfully written, so that the response is empty. This is for backwards compatibility with clients that log errors on any non-empty response.
Declaration
[JsonProperty("summary")]
public virtual CreateTimeSeriesSummary Summary { get; set; }
Property Value
Type | Description |
---|---|
CreateTimeSeriesSummary |