public static final class CreateTimeSeriesRequest.Builder extends GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder> implements CreateTimeSeriesRequestOrBuilder
The `CreateTimeSeries` request.Protobuf type
google.monitoring.v3.CreateTimeSeriesRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic CreateTimeSeriesRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic CreateTimeSeriesRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic CreateTimeSeriesRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder mergeFrom(CreateTimeSeriesRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public CreateTimeSeriesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<CreateTimeSeriesRequest.Builder>java.io.IOExceptionpublic java.lang.String getName()
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;getName in interface CreateTimeSeriesRequestOrBuilderpublic ByteString getNameBytes()
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;getNameBytes in interface CreateTimeSeriesRequestOrBuilderpublic CreateTimeSeriesRequest.Builder setName(java.lang.String value)
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;public CreateTimeSeriesRequest.Builder clearName()
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;public CreateTimeSeriesRequest.Builder setNameBytes(ByteString value)
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;public java.util.List<TimeSeries> getTimeSeriesList()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;getTimeSeriesList in interface CreateTimeSeriesRequestOrBuilderpublic int getTimeSeriesCount()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;getTimeSeriesCount in interface CreateTimeSeriesRequestOrBuilderpublic TimeSeries getTimeSeries(int index)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;getTimeSeries in interface CreateTimeSeriesRequestOrBuilderpublic CreateTimeSeriesRequest.Builder setTimeSeries(int index, TimeSeries value)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder setTimeSeries(int index, TimeSeries.Builder builderForValue)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder addTimeSeries(TimeSeries value)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder addTimeSeries(int index, TimeSeries value)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder addTimeSeries(TimeSeries.Builder builderForValue)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder addTimeSeries(int index, TimeSeries.Builder builderForValue)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder addAllTimeSeries(java.lang.Iterable<? extends TimeSeries> values)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder clearTimeSeries()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public CreateTimeSeriesRequest.Builder removeTimeSeries(int index)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public TimeSeries.Builder getTimeSeriesBuilder(int index)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public TimeSeriesOrBuilder getTimeSeriesOrBuilder(int index)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;getTimeSeriesOrBuilder in interface CreateTimeSeriesRequestOrBuilderpublic java.util.List<? extends TimeSeriesOrBuilder> getTimeSeriesOrBuilderList()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;getTimeSeriesOrBuilderList in interface CreateTimeSeriesRequestOrBuilderpublic TimeSeries.Builder addTimeSeriesBuilder()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public TimeSeries.Builder addTimeSeriesBuilder(int index)
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public java.util.List<TimeSeries.Builder> getTimeSeriesBuilderList()
The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each `TimeSeries` value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.
repeated .google.monitoring.v3.TimeSeries time_series = 2;public final CreateTimeSeriesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>public final CreateTimeSeriesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<CreateTimeSeriesRequest.Builder>