| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.Builder.addDataPointsBuilder()
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.Builder.addDataPointsBuilder(int index)
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clear() |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clearLabel()
The X-axis label for this data point.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clearValue()
The Y-axis value for this data point.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.clone() |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.Builder.getDataPointsBuilder(int index)
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.mergeFrom(ReportSummary.ChartData.DataPoint other) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.newBuilder() |
static ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.newBuilder(ReportSummary.ChartData.DataPoint prototype) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.newBuilderForType() |
protected ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setLabel(String value)
The X-axis label for this data point.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setLabelBytes(com.google.protobuf.ByteString value)
The X-axis label for this data point.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.Builder.setValue(double value)
The Y-axis value for this data point.
|
ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ReportSummary.ChartData.DataPoint.Builder> |
ReportSummary.ChartData.Builder.getDataPointsBuilderList()
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.addDataPoints(int index,
ReportSummary.ChartData.DataPoint.Builder builderForValue)
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.addDataPoints(ReportSummary.ChartData.DataPoint.Builder builderForValue)
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.setDataPoints(int index,
ReportSummary.ChartData.DataPoint.Builder builderForValue)
Each data point in the chart is represented as a name-value pair
with the name being the x-axis label, and the value being the y-axis
value.
|
Copyright © 2024 Google LLC. All rights reserved.