Interface ReportSummary.ChartDataOrBuilder (0.4.0)

public static interface ReportSummary.ChartDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPointOrBuilder>