Package io.opencensus.proto.metrics.v1
Class TimeSeries.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
- io.opencensus.proto.metrics.v1.TimeSeries.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,TimeSeriesOrBuilder,Cloneable
- Enclosing class:
- TimeSeries
public static final class TimeSeries.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder> implements TimeSeriesOrBuilder
A collection of data points that describes the time-varying values of a metric.
Protobuf typeopencensus.proto.metrics.v1.TimeSeries
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeSeries.BuilderaddAllLabelValues(Iterable<? extends LabelValue> values)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderaddAllPoints(Iterable<? extends Point> values)The data points of this timeseries.TimeSeries.BuilderaddLabelValues(int index, LabelValue value)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderaddLabelValues(int index, LabelValue.Builder builderForValue)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderaddLabelValues(LabelValue value)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderaddLabelValues(LabelValue.Builder builderForValue)The set of label values that uniquely identify this timeseries.LabelValue.BuilderaddLabelValuesBuilder()The set of label values that uniquely identify this timeseries.LabelValue.BuilderaddLabelValuesBuilder(int index)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderaddPoints(int index, Point value)The data points of this timeseries.TimeSeries.BuilderaddPoints(int index, Point.Builder builderForValue)The data points of this timeseries.TimeSeries.BuilderaddPoints(Point value)The data points of this timeseries.TimeSeries.BuilderaddPoints(Point.Builder builderForValue)The data points of this timeseries.Point.BuilderaddPointsBuilder()The data points of this timeseries.Point.BuilderaddPointsBuilder(int index)The data points of this timeseries.TimeSeries.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TimeSeriesbuild()TimeSeriesbuildPartial()TimeSeries.Builderclear()TimeSeries.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)TimeSeries.BuilderclearLabelValues()The set of label values that uniquely identify this timeseries.TimeSeries.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TimeSeries.BuilderclearPoints()The data points of this timeseries.TimeSeries.BuilderclearStartTimestamp()Must be present for cumulative metrics.TimeSeries.Builderclone()TimeSeriesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()LabelValuegetLabelValues(int index)The set of label values that uniquely identify this timeseries.LabelValue.BuildergetLabelValuesBuilder(int index)The set of label values that uniquely identify this timeseries.List<LabelValue.Builder>getLabelValuesBuilderList()The set of label values that uniquely identify this timeseries.intgetLabelValuesCount()The set of label values that uniquely identify this timeseries.List<LabelValue>getLabelValuesList()The set of label values that uniquely identify this timeseries.LabelValueOrBuildergetLabelValuesOrBuilder(int index)The set of label values that uniquely identify this timeseries.List<? extends LabelValueOrBuilder>getLabelValuesOrBuilderList()The set of label values that uniquely identify this timeseries.PointgetPoints(int index)The data points of this timeseries.Point.BuildergetPointsBuilder(int index)The data points of this timeseries.List<Point.Builder>getPointsBuilderList()The data points of this timeseries.intgetPointsCount()The data points of this timeseries.List<Point>getPointsList()The data points of this timeseries.PointOrBuildergetPointsOrBuilder(int index)The data points of this timeseries.List<? extends PointOrBuilder>getPointsOrBuilderList()The data points of this timeseries.com.google.protobuf.TimestampgetStartTimestamp()Must be present for cumulative metrics.com.google.protobuf.Timestamp.BuildergetStartTimestampBuilder()Must be present for cumulative metrics.com.google.protobuf.TimestampOrBuildergetStartTimestampOrBuilder()Must be present for cumulative metrics.booleanhasStartTimestamp()Must be present for cumulative metrics.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()TimeSeries.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TimeSeries.BuildermergeFrom(com.google.protobuf.Message other)TimeSeries.BuildermergeFrom(TimeSeries other)TimeSeries.BuildermergeStartTimestamp(com.google.protobuf.Timestamp value)Must be present for cumulative metrics.TimeSeries.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TimeSeries.BuilderremoveLabelValues(int index)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderremovePoints(int index)The data points of this timeseries.TimeSeries.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TimeSeries.BuildersetLabelValues(int index, LabelValue value)The set of label values that uniquely identify this timeseries.TimeSeries.BuildersetLabelValues(int index, LabelValue.Builder builderForValue)The set of label values that uniquely identify this timeseries.TimeSeries.BuildersetPoints(int index, Point value)The data points of this timeseries.TimeSeries.BuildersetPoints(int index, Point.Builder builderForValue)The data points of this timeseries.TimeSeries.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TimeSeries.BuildersetStartTimestamp(com.google.protobuf.Timestamp value)Must be present for cumulative metrics.TimeSeries.BuildersetStartTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)Must be present for cumulative metrics.TimeSeries.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
clear
public TimeSeries.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
getDefaultInstanceForType
public TimeSeries getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public TimeSeries build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TimeSeries buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TimeSeries.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
setField
public TimeSeries.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
clearField
public TimeSeries.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
clearOneof
public TimeSeries.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
setRepeatedField
public TimeSeries.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
addRepeatedField
public TimeSeries.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
mergeFrom
public TimeSeries.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TimeSeries.Builder>
-
mergeFrom
public TimeSeries.Builder mergeFrom(TimeSeries other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
mergeFrom
public TimeSeries.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TimeSeries.Builder>- Throws:
IOException
-
hasStartTimestamp
public boolean hasStartTimestamp()
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;- Specified by:
hasStartTimestampin interfaceTimeSeriesOrBuilder- Returns:
- Whether the startTimestamp field is set.
-
getStartTimestamp
public com.google.protobuf.Timestamp getStartTimestamp()
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;- Specified by:
getStartTimestampin interfaceTimeSeriesOrBuilder- Returns:
- The startTimestamp.
-
setStartTimestamp
public TimeSeries.Builder setStartTimestamp(com.google.protobuf.Timestamp value)
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;
-
setStartTimestamp
public TimeSeries.Builder setStartTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;
-
mergeStartTimestamp
public TimeSeries.Builder mergeStartTimestamp(com.google.protobuf.Timestamp value)
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;
-
clearStartTimestamp
public TimeSeries.Builder clearStartTimestamp()
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;
-
getStartTimestampBuilder
public com.google.protobuf.Timestamp.Builder getStartTimestampBuilder()
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;
-
getStartTimestampOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimestampOrBuilder()
Must be present for cumulative metrics. The time when the cumulative value was reset to zero. Exclusive. The cumulative value is over the time interval (start_timestamp, timestamp]. If not specified, the backend can use the previous recorded value.
.google.protobuf.Timestamp start_timestamp = 1;- Specified by:
getStartTimestampOrBuilderin interfaceTimeSeriesOrBuilder
-
getLabelValuesList
public List<LabelValue> getLabelValuesList()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;- Specified by:
getLabelValuesListin interfaceTimeSeriesOrBuilder
-
getLabelValuesCount
public int getLabelValuesCount()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;- Specified by:
getLabelValuesCountin interfaceTimeSeriesOrBuilder
-
getLabelValues
public LabelValue getLabelValues(int index)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;- Specified by:
getLabelValuesin interfaceTimeSeriesOrBuilder
-
setLabelValues
public TimeSeries.Builder setLabelValues(int index, LabelValue value)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
setLabelValues
public TimeSeries.Builder setLabelValues(int index, LabelValue.Builder builderForValue)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addLabelValues
public TimeSeries.Builder addLabelValues(LabelValue value)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addLabelValues
public TimeSeries.Builder addLabelValues(int index, LabelValue value)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addLabelValues
public TimeSeries.Builder addLabelValues(LabelValue.Builder builderForValue)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addLabelValues
public TimeSeries.Builder addLabelValues(int index, LabelValue.Builder builderForValue)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addAllLabelValues
public TimeSeries.Builder addAllLabelValues(Iterable<? extends LabelValue> values)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
clearLabelValues
public TimeSeries.Builder clearLabelValues()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
removeLabelValues
public TimeSeries.Builder removeLabelValues(int index)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
getLabelValuesBuilder
public LabelValue.Builder getLabelValuesBuilder(int index)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
getLabelValuesOrBuilder
public LabelValueOrBuilder getLabelValuesOrBuilder(int index)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;- Specified by:
getLabelValuesOrBuilderin interfaceTimeSeriesOrBuilder
-
getLabelValuesOrBuilderList
public List<? extends LabelValueOrBuilder> getLabelValuesOrBuilderList()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;- Specified by:
getLabelValuesOrBuilderListin interfaceTimeSeriesOrBuilder
-
addLabelValuesBuilder
public LabelValue.Builder addLabelValuesBuilder()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
addLabelValuesBuilder
public LabelValue.Builder addLabelValuesBuilder(int index)
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
getLabelValuesBuilderList
public List<LabelValue.Builder> getLabelValuesBuilderList()
The set of label values that uniquely identify this timeseries. Applies to all points. The order of label values must match that of label keys in the metric descriptor.
repeated .opencensus.proto.metrics.v1.LabelValue label_values = 2;
-
getPointsList
public List<Point> getPointsList()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;- Specified by:
getPointsListin interfaceTimeSeriesOrBuilder
-
getPointsCount
public int getPointsCount()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;- Specified by:
getPointsCountin interfaceTimeSeriesOrBuilder
-
getPoints
public Point getPoints(int index)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;- Specified by:
getPointsin interfaceTimeSeriesOrBuilder
-
setPoints
public TimeSeries.Builder setPoints(int index, Point value)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
setPoints
public TimeSeries.Builder setPoints(int index, Point.Builder builderForValue)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addPoints
public TimeSeries.Builder addPoints(Point value)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addPoints
public TimeSeries.Builder addPoints(int index, Point value)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addPoints
public TimeSeries.Builder addPoints(Point.Builder builderForValue)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addPoints
public TimeSeries.Builder addPoints(int index, Point.Builder builderForValue)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addAllPoints
public TimeSeries.Builder addAllPoints(Iterable<? extends Point> values)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
clearPoints
public TimeSeries.Builder clearPoints()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
removePoints
public TimeSeries.Builder removePoints(int index)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
getPointsBuilder
public Point.Builder getPointsBuilder(int index)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
getPointsOrBuilder
public PointOrBuilder getPointsOrBuilder(int index)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;- Specified by:
getPointsOrBuilderin interfaceTimeSeriesOrBuilder
-
getPointsOrBuilderList
public List<? extends PointOrBuilder> getPointsOrBuilderList()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;- Specified by:
getPointsOrBuilderListin interfaceTimeSeriesOrBuilder
-
addPointsBuilder
public Point.Builder addPointsBuilder()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
addPointsBuilder
public Point.Builder addPointsBuilder(int index)
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
getPointsBuilderList
public List<Point.Builder> getPointsBuilderList()
The data points of this timeseries. Point.value type MUST match the MetricDescriptor.type.
repeated .opencensus.proto.metrics.v1.Point points = 3;
-
setUnknownFields
public final TimeSeries.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
mergeUnknownFields
public final TimeSeries.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeries.Builder>
-
-