TimeSeries.Builder |
TimeSeries.Builder.clearAnnotations() |
Clears the value of the 'annotations' field.
|
TimeSeries.Builder |
TimeSeries.Builder.clearHost() |
Clears the value of the 'host' field.
|
TimeSeries.Builder |
TimeSeries.Builder.clearMetric() |
Clears the value of the 'metric' field.
|
TimeSeries.Builder |
TimeSeries.Builder.clearTable() |
Clears the value of the 'table' field.
|
static TimeSeries.Builder |
TimeSeries.newBuilder() |
Creates a new TimeSeries RecordBuilder.
|
static TimeSeries.Builder |
TimeSeries.newBuilder(TimeSeries other) |
Creates a new TimeSeries RecordBuilder by copying an existing TimeSeries instance.
|
static TimeSeries.Builder |
TimeSeries.newBuilder(TimeSeries.Builder other) |
Creates a new TimeSeries RecordBuilder by copying an existing Builder.
|
TimeSeries.Builder |
TimeSeries.Builder.setAnnotations(Map<String,String> value) |
Sets the value of the 'annotations' field.
|
TimeSeries.Builder |
TimeSeries.Builder.setHost(String value) |
Sets the value of the 'host' field.
|
TimeSeries.Builder |
TimeSeries.Builder.setMetric(String value) |
Sets the value of the 'metric' field.
|
TimeSeries.Builder |
TimeSeries.Builder.setTable(String value) |
Sets the value of the 'table' field.
|