public static interface ReportSummary.ChartDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataPoints(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ReportSummary.ChartData.DataPoint |
getDataPointsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getDataPointsList()
public abstract 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
Returns | |
---|---|
Type | Description |
List<DataPoint> |
getDataPointsOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ReportSummary.ChartData.DataPointOrBuilder |
getDataPointsOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPointOrBuilder> |