public interface CreateTimeSeriesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The project on which to execute the request.
|
ByteString |
getNameBytes()
The project on which to execute the request.
|
TimeSeries |
getTimeSeries(int index)
The new data to be added to a list of time series.
|
int |
getTimeSeriesCount()
The new data to be added to a list of time series.
|
java.util.List<TimeSeries> |
getTimeSeriesList()
The new data to be added to a list of time series.
|
TimeSeriesOrBuilder |
getTimeSeriesOrBuilder(int index)
The new data to be added to a list of time series.
|
java.util.List<? extends TimeSeriesOrBuilder> |
getTimeSeriesOrBuilderList()
The new data to be added to a list of time series.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The project on which to execute the request. The format is `"projects/{project_id_or_number}"`.
string name = 3;
ByteString getNameBytes()
The project on which to execute the request. The format is `"projects/{project_id_or_number}"`.
string name = 3;
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;
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;
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;
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;
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;