Package com.google.monitoring.v3
Class TimeSeriesData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
- com.google.monitoring.v3.TimeSeriesData.Builder
-
- All Implemented Interfaces:
TimeSeriesDataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TimeSeriesData
public static final class TimeSeriesData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder> implements TimeSeriesDataOrBuilder
Represents the values of a time series associated with a TimeSeriesDescriptor.
Protobuf typegoogle.monitoring.v3.TimeSeriesData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeSeriesData.Builder
addAllLabelValues(Iterable<? extends LabelValue> values)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
addAllPointData(Iterable<? extends TimeSeriesData.PointData> values)
The points in the time series.TimeSeriesData.Builder
addLabelValues(int index, LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
addLabelValues(int index, LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
addLabelValues(LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
addLabelValues(LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValue.Builder
addLabelValuesBuilder()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValue.Builder
addLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
addPointData(int index, TimeSeriesData.PointData value)
The points in the time series.TimeSeriesData.Builder
addPointData(int index, TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.TimeSeriesData.Builder
addPointData(TimeSeriesData.PointData value)
The points in the time series.TimeSeriesData.Builder
addPointData(TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.TimeSeriesData.PointData.Builder
addPointDataBuilder()
The points in the time series.TimeSeriesData.PointData.Builder
addPointDataBuilder(int index)
The points in the time series.TimeSeriesData.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TimeSeriesData
build()
TimeSeriesData
buildPartial()
TimeSeriesData.Builder
clear()
TimeSeriesData.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TimeSeriesData.Builder
clearLabelValues()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TimeSeriesData.Builder
clearPointData()
The points in the time series.TimeSeriesData.Builder
clone()
TimeSeriesData
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
LabelValue
getLabelValues(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValue.Builder
getLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.List<LabelValue.Builder>
getLabelValuesBuilderList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.int
getLabelValuesCount()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.List<LabelValue>
getLabelValuesList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValueOrBuilder
getLabelValuesOrBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.List<? extends LabelValueOrBuilder>
getLabelValuesOrBuilderList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.PointData
getPointData(int index)
The points in the time series.TimeSeriesData.PointData.Builder
getPointDataBuilder(int index)
The points in the time series.List<TimeSeriesData.PointData.Builder>
getPointDataBuilderList()
The points in the time series.int
getPointDataCount()
The points in the time series.List<TimeSeriesData.PointData>
getPointDataList()
The points in the time series.TimeSeriesData.PointDataOrBuilder
getPointDataOrBuilder(int index)
The points in the time series.List<? extends TimeSeriesData.PointDataOrBuilder>
getPointDataOrBuilderList()
The points in the time series.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TimeSeriesData.Builder
mergeFrom(TimeSeriesData other)
TimeSeriesData.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TimeSeriesData.Builder
mergeFrom(com.google.protobuf.Message other)
TimeSeriesData.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TimeSeriesData.Builder
removeLabelValues(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
removePointData(int index)
The points in the time series.TimeSeriesData.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TimeSeriesData.Builder
setLabelValues(int index, LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
setLabelValues(int index, LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.TimeSeriesData.Builder
setPointData(int index, TimeSeriesData.PointData value)
The points in the time series.TimeSeriesData.Builder
setPointData(int index, TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.TimeSeriesData.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TimeSeriesData.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
clear
public TimeSeriesData.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
getDefaultInstanceForType
public TimeSeriesData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TimeSeriesData build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TimeSeriesData buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TimeSeriesData.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
setField
public TimeSeriesData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
clearField
public TimeSeriesData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
clearOneof
public TimeSeriesData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
setRepeatedField
public TimeSeriesData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
addRepeatedField
public TimeSeriesData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
mergeFrom
public TimeSeriesData.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TimeSeriesData.Builder>
-
mergeFrom
public TimeSeriesData.Builder mergeFrom(TimeSeriesData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
mergeFrom
public TimeSeriesData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TimeSeriesData.Builder>
- Throws:
IOException
-
getLabelValuesList
public List<LabelValue> getLabelValuesList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
- Specified by:
getLabelValuesList
in interfaceTimeSeriesDataOrBuilder
-
getLabelValuesCount
public int getLabelValuesCount()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
- Specified by:
getLabelValuesCount
in interfaceTimeSeriesDataOrBuilder
-
getLabelValues
public LabelValue getLabelValues(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
- Specified by:
getLabelValues
in interfaceTimeSeriesDataOrBuilder
-
setLabelValues
public TimeSeriesData.Builder setLabelValues(int index, LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
setLabelValues
public TimeSeriesData.Builder setLabelValues(int index, LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addLabelValues
public TimeSeriesData.Builder addLabelValues(LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addLabelValues
public TimeSeriesData.Builder addLabelValues(int index, LabelValue value)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addLabelValues
public TimeSeriesData.Builder addLabelValues(LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addLabelValues
public TimeSeriesData.Builder addLabelValues(int index, LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addAllLabelValues
public TimeSeriesData.Builder addAllLabelValues(Iterable<? extends LabelValue> values)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
clearLabelValues
public TimeSeriesData.Builder clearLabelValues()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
removeLabelValues
public TimeSeriesData.Builder removeLabelValues(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
getLabelValuesBuilder
public LabelValue.Builder getLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
getLabelValuesOrBuilder
public LabelValueOrBuilder getLabelValuesOrBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
- Specified by:
getLabelValuesOrBuilder
in interfaceTimeSeriesDataOrBuilder
-
getLabelValuesOrBuilderList
public List<? extends LabelValueOrBuilder> getLabelValuesOrBuilderList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
- Specified by:
getLabelValuesOrBuilderList
in interfaceTimeSeriesDataOrBuilder
-
addLabelValuesBuilder
public LabelValue.Builder addLabelValuesBuilder()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
addLabelValuesBuilder
public LabelValue.Builder addLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
getLabelValuesBuilderList
public List<LabelValue.Builder> getLabelValuesBuilderList()
The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of `label_descriptors`.
repeated .google.monitoring.v3.LabelValue label_values = 1;
-
getPointDataList
public List<TimeSeriesData.PointData> getPointDataList()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
- Specified by:
getPointDataList
in interfaceTimeSeriesDataOrBuilder
-
getPointDataCount
public int getPointDataCount()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
- Specified by:
getPointDataCount
in interfaceTimeSeriesDataOrBuilder
-
getPointData
public TimeSeriesData.PointData getPointData(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
- Specified by:
getPointData
in interfaceTimeSeriesDataOrBuilder
-
setPointData
public TimeSeriesData.Builder setPointData(int index, TimeSeriesData.PointData value)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
setPointData
public TimeSeriesData.Builder setPointData(int index, TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addPointData
public TimeSeriesData.Builder addPointData(TimeSeriesData.PointData value)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addPointData
public TimeSeriesData.Builder addPointData(int index, TimeSeriesData.PointData value)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addPointData
public TimeSeriesData.Builder addPointData(TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addPointData
public TimeSeriesData.Builder addPointData(int index, TimeSeriesData.PointData.Builder builderForValue)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addAllPointData
public TimeSeriesData.Builder addAllPointData(Iterable<? extends TimeSeriesData.PointData> values)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
clearPointData
public TimeSeriesData.Builder clearPointData()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
removePointData
public TimeSeriesData.Builder removePointData(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
getPointDataBuilder
public TimeSeriesData.PointData.Builder getPointDataBuilder(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
getPointDataOrBuilder
public TimeSeriesData.PointDataOrBuilder getPointDataOrBuilder(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
- Specified by:
getPointDataOrBuilder
in interfaceTimeSeriesDataOrBuilder
-
getPointDataOrBuilderList
public List<? extends TimeSeriesData.PointDataOrBuilder> getPointDataOrBuilderList()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
- Specified by:
getPointDataOrBuilderList
in interfaceTimeSeriesDataOrBuilder
-
addPointDataBuilder
public TimeSeriesData.PointData.Builder addPointDataBuilder()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
addPointDataBuilder
public TimeSeriesData.PointData.Builder addPointDataBuilder(int index)
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
getPointDataBuilderList
public List<TimeSeriesData.PointData.Builder> getPointDataBuilderList()
The points in the time series.
repeated .google.monitoring.v3.TimeSeriesData.PointData point_data = 2;
-
setUnknownFields
public final TimeSeriesData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
mergeUnknownFields
public final TimeSeriesData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TimeSeriesData.Builder>
-
-