Google Cloud Monitoring v3 API - Class CreateTimeSeriesSummary.Types.Error (3.8.0)

public sealed class CreateTimeSeriesSummary.Types.Error : IMessage<CreateTimeSeriesSummary.Types.Error>, IEquatable<CreateTimeSeriesSummary.Types.Error>, IDeepCloneable<CreateTimeSeriesSummary.Types.Error>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesSummary.Types.Error.

Detailed information about an error category.

Inheritance

object > CreateTimeSeriesSummary.Types.Error

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

Error()

public Error()

Error(Error)

public Error(CreateTimeSeriesSummary.Types.Error other)
Parameter
NameDescription
otherCreateTimeSeriesSummaryTypesError

Properties

PointCount

public int PointCount { get; set; }

The number of points that couldn't be written because of status.

Property Value
TypeDescription
int

Status

public Status Status { get; set; }

The status of the requested write operation.

Property Value
TypeDescription
Status