public interface PointOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TimeInterval |
getInterval()
The time interval to which the data point applies.
|
TimeIntervalOrBuilder |
getIntervalOrBuilder()
The time interval to which the data point applies.
|
TypedValue |
getValue()
The value of the data point.
|
TypedValueOrBuilder |
getValueOrBuilder()
The value of the data point.
|
boolean |
hasInterval()
The time interval to which the data point applies.
|
boolean |
hasValue()
The value of the data point.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInterval()
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
.google.monitoring.v3.TimeInterval interval = 1;
TimeInterval getInterval()
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
.google.monitoring.v3.TimeInterval interval = 1;
TimeIntervalOrBuilder getIntervalOrBuilder()
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
.google.monitoring.v3.TimeInterval interval = 1;
boolean hasValue()
The value of the data point.
.google.monitoring.v3.TypedValue value = 2;
TypedValue getValue()
The value of the data point.
.google.monitoring.v3.TypedValue value = 2;
TypedValueOrBuilder getValueOrBuilder()
The value of the data point.
.google.monitoring.v3.TypedValue value = 2;