Uses of Interface
com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPointOrBuilder
-
Packages that use ReportSummary.ChartData.DataPointOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ReportSummary.ChartData.DataPointOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement ReportSummary.ChartData.DataPointOrBuilder Modifier and Type Class Description static classReportSummary.ChartData.DataPointDescribes a single data point in the Chart.static classReportSummary.ChartData.DataPoint.BuilderDescribes a single data point in the Chart.Methods in com.google.cloud.migrationcenter.v1 that return ReportSummary.ChartData.DataPointOrBuilder Modifier and Type Method Description ReportSummary.ChartData.DataPointOrBuilderReportSummary.ChartData.Builder. 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.ReportSummary.ChartData.DataPointOrBuilderReportSummary.ChartData. 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.ReportSummary.ChartData.DataPointOrBuilderReportSummary.ChartDataOrBuilder. 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.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportSummary.ChartData.DataPointOrBuilder Modifier and Type Method Description List<? extends ReportSummary.ChartData.DataPointOrBuilder>ReportSummary.ChartData.Builder. 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.List<? extends ReportSummary.ChartData.DataPointOrBuilder>ReportSummary.ChartData. 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.List<? extends ReportSummary.ChartData.DataPointOrBuilder>ReportSummary.ChartDataOrBuilder. 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.
-