Interface ReportSummary.ChartDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportSummary.ChartData
,ReportSummary.ChartData.Builder
- Enclosing class:
- ReportSummary
public static interface ReportSummary.ChartDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataPointsList
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;
-
getDataPoints
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;
-
getDataPointsCount
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;
-
getDataPointsOrBuilderList
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;
-
getDataPointsOrBuilder
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;
-
-