| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.Builder.build() |
ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.Builder.buildPartial() |
ReportSummary.ChartData.DataPoint |
ReportSummary.ChartDataOrBuilder.getDataPoints(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 |
ReportSummary.ChartData.getDataPoints(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 |
ReportSummary.ChartData.Builder.getDataPoints(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.
|
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.getDefaultInstance() |
ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.getDefaultInstanceForType() |
ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.Builder.getDefaultInstanceForType() |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseDelimitedFrom(InputStream input) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(byte[] data) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(ByteBuffer data) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(com.google.protobuf.ByteString data) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(com.google.protobuf.CodedInputStream input) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(InputStream input) |
static ReportSummary.ChartData.DataPoint |
ReportSummary.ChartData.DataPoint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportSummary.ChartData.DataPoint> |
ReportSummary.ChartDataOrBuilder.getDataPointsList()
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.
|
List<ReportSummary.ChartData.DataPoint> |
ReportSummary.ChartData.getDataPointsList()
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.
|
List<ReportSummary.ChartData.DataPoint> |
ReportSummary.ChartData.Builder.getDataPointsList()
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.
|
com.google.protobuf.Parser<ReportSummary.ChartData.DataPoint> |
ReportSummary.ChartData.DataPoint.getParserForType() |
static com.google.protobuf.Parser<ReportSummary.ChartData.DataPoint> |
ReportSummary.ChartData.DataPoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.addDataPoints(int index,
ReportSummary.ChartData.DataPoint value)
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 value)
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(ReportSummary.ChartData.DataPoint other) |
static ReportSummary.ChartData.DataPoint.Builder |
ReportSummary.ChartData.DataPoint.newBuilder(ReportSummary.ChartData.DataPoint prototype) |
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.setDataPoints(int index,
ReportSummary.ChartData.DataPoint value)
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.addAllDataPoints(Iterable<? extends ReportSummary.ChartData.DataPoint> values)
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.