public sealed class TimeSeriesData.Types.PointData : IMessage<TimeSeriesData.Types.PointData>, IEquatable<TimeSeriesData.Types.PointData>, IDeepCloneable<TimeSeriesData.Types.PointData>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesData.Types.PointData.
A point's value columns and time interval. Each point has one or more
point values corresponding to the entries in point_descriptors
field in
the TimeSeriesDescriptor associated with this object.
Implements
IMessageTimeSeriesDataTypesPointData, IEquatableTimeSeriesDataTypesPointData, IDeepCloneableTimeSeriesDataTypesPointData, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
PointData()
public PointData()
PointData(PointData)
public PointData(TimeSeriesData.Types.PointData other)
Parameter | |
---|---|
Name | Description |
other | TimeSeriesDataTypesPointData |
Properties
TimeInterval
public TimeInterval TimeInterval { get; set; }
The time interval associated with the point.
Property Value | |
---|---|
Type | Description |
TimeInterval |
Values
public RepeatedField<TypedValue> Values { get; }
The values that make up the point.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTypedValue |