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.
Implements
IMessageCreateTimeSeriesSummaryTypesError, IEquatableCreateTimeSeriesSummaryTypesError, IDeepCloneableCreateTimeSeriesSummaryTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
Error()
public Error()
Error(Error)
public Error(CreateTimeSeriesSummary.Types.Error other)
Parameter | |
---|---|
Name | Description |
other | CreateTimeSeriesSummaryTypesError |
Properties
PointCount
public int PointCount { get; set; }
The number of points that couldn't be written because of status
.
Property Value | |
---|---|
Type | Description |
int |
Status
public Status Status { get; set; }
The status of the requested write operation.
Property Value | |
---|---|
Type | Description |
Status |