public static interface ReportSummary.ChartDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.DataPoint |
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.
|
int |
getDataPointsCount()
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> |
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.
|
ReportSummary.ChartData.DataPointOrBuilder |
getDataPointsOrBuilder(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.
|
List<? extends ReportSummary.ChartData.DataPointOrBuilder> |
getDataPointsOrBuilderList()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ReportSummary.ChartData.DataPoint> 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
ReportSummary.ChartData.DataPoint 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
int getDataPointsCount()
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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
List<? extends ReportSummary.ChartData.DataPointOrBuilder> getDataPointsOrBuilderList()
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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
ReportSummary.ChartData.DataPointOrBuilder getDataPointsOrBuilder(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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
Copyright © 2024 Google LLC. All rights reserved.