Uses of Class
com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint
-
Packages that use ReportSummary.ChartData.DataPoint Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ReportSummary.ChartData.DataPoint in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ReportSummary.ChartData.DataPoint Modifier and Type Method Description ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint.Builder. build()ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint.Builder. buildPartial()ReportSummary.ChartData.DataPointReportSummary.ChartData.Builder. 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.ReportSummary.ChartData.DataPointReportSummary.ChartData. 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.ReportSummary.ChartData.DataPointReportSummary.ChartDataOrBuilder. 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.static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. getDefaultInstance()ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint.Builder. getDefaultInstanceForType()ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. getDefaultInstanceForType()static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseDelimitedFrom(InputStream input)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(byte[] data)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.ByteString data)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.CodedInputStream input)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(InputStream input)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(ByteBuffer data)static ReportSummary.ChartData.DataPointReportSummary.ChartData.DataPoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportSummary.ChartData.DataPoint Modifier and Type Method Description List<ReportSummary.ChartData.DataPoint>ReportSummary.ChartData.Builder. 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.List<ReportSummary.ChartData.DataPoint>ReportSummary.ChartData. 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.List<ReportSummary.ChartData.DataPoint>ReportSummary.ChartDataOrBuilder. 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.com.google.protobuf.Parser<ReportSummary.ChartData.DataPoint>ReportSummary.ChartData.DataPoint. getParserForType()static com.google.protobuf.Parser<ReportSummary.ChartData.DataPoint>ReportSummary.ChartData.DataPoint. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type ReportSummary.ChartData.DataPoint Modifier and Type Method Description ReportSummary.ChartData.BuilderReportSummary.ChartData.Builder. addDataPoints(int index, ReportSummary.ChartData.DataPoint value)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.BuilderReportSummary.ChartData.Builder. addDataPoints(ReportSummary.ChartData.DataPoint value)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.DataPoint.BuilderReportSummary.ChartData.DataPoint.Builder. mergeFrom(ReportSummary.ChartData.DataPoint other)static ReportSummary.ChartData.DataPoint.BuilderReportSummary.ChartData.DataPoint. newBuilder(ReportSummary.ChartData.DataPoint prototype)ReportSummary.ChartData.BuilderReportSummary.ChartData.Builder. setDataPoints(int index, ReportSummary.ChartData.DataPoint value)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.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ReportSummary.ChartData.DataPoint Modifier and Type Method Description ReportSummary.ChartData.BuilderReportSummary.ChartData.Builder. addAllDataPoints(Iterable<? extends ReportSummary.ChartData.DataPoint> values)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.
-