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.DataPoint
ReportSummary.ChartData.DataPoint.Builder. build()
ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint.Builder. buildPartial()
ReportSummary.ChartData.DataPoint
ReportSummary.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.DataPoint
ReportSummary.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.DataPoint
ReportSummary.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.DataPoint
ReportSummary.ChartData.DataPoint. getDefaultInstance()
ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint.Builder. getDefaultInstanceForType()
ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. getDefaultInstanceForType()
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseDelimitedFrom(InputStream input)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(byte[] data)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.ByteString data)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(InputStream input)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportSummary.ChartData.DataPoint
ReportSummary.ChartData.DataPoint. parseFrom(ByteBuffer data)
static ReportSummary.ChartData.DataPoint
ReportSummary.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.Builder
ReportSummary.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.Builder
ReportSummary.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.Builder
ReportSummary.ChartData.DataPoint.Builder. mergeFrom(ReportSummary.ChartData.DataPoint other)
static ReportSummary.ChartData.DataPoint.Builder
ReportSummary.ChartData.DataPoint. newBuilder(ReportSummary.ChartData.DataPoint prototype)
ReportSummary.ChartData.Builder
ReportSummary.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.Builder
ReportSummary.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.
-