public static final class ReportSummary.ChartData.Builder extends GeneratedMessageV3.Builder<ReportSummary.ChartData.Builder> implements ReportSummary.ChartDataOrBuilder
Describes a collection of data points rendered as a Chart.
Protobuf type google.cloud.migrationcenter.v1.ReportSummary.ChartData
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllDataPoints(Iterable<? extends ReportSummary.ChartData.DataPoint> values)
public 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint>
|
addDataPoints(ReportSummary.ChartData.DataPoint value)
public 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
addDataPoints(ReportSummary.ChartData.DataPoint.Builder builderForValue)
public ReportSummary.ChartData.Builder addDataPoints(ReportSummary.ChartData.DataPoint.Builder builderForValue)
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;
addDataPoints(int index, ReportSummary.ChartData.DataPoint value)
public 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
addDataPoints(int index, ReportSummary.ChartData.DataPoint.Builder builderForValue)
public ReportSummary.ChartData.Builder addDataPoints(int index, ReportSummary.ChartData.DataPoint.Builder builderForValue)
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;
addDataPointsBuilder()
public ReportSummary.ChartData.DataPoint.Builder addDataPointsBuilder()
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;
addDataPointsBuilder(int index)
public ReportSummary.ChartData.DataPoint.Builder addDataPointsBuilder(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 |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReportSummary.ChartData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReportSummary.ChartData build()
buildPartial()
public ReportSummary.ChartData buildPartial()
clear()
public ReportSummary.ChartData.Builder clear()
Overrides
clearDataPoints()
public ReportSummary.ChartData.Builder clearDataPoints()
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;
clearField(Descriptors.FieldDescriptor field)
public ReportSummary.ChartData.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ReportSummary.ChartData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ReportSummary.ChartData.Builder clone()
Overrides
getDataPoints(int index)
public 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 |
Name |
Description |
index |
int
|
getDataPointsBuilder(int index)
public ReportSummary.ChartData.DataPoint.Builder getDataPointsBuilder(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 |
Name |
Description |
index |
int
|
getDataPointsBuilderList()
public List<ReportSummary.ChartData.DataPoint.Builder> getDataPointsBuilderList()
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()
public 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 |
Type |
Description |
int |
|
getDataPointsList()
public 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;
getDataPointsOrBuilder(int index)
public 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 |
Name |
Description |
index |
int
|
getDataPointsOrBuilderList()
public 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 |
Type |
Description |
List<? extends com.google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPointOrBuilder> |
|
getDefaultInstanceForType()
public ReportSummary.ChartData getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReportSummary.ChartData other)
public ReportSummary.ChartData.Builder mergeFrom(ReportSummary.ChartData other)
public ReportSummary.ChartData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReportSummary.ChartData.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReportSummary.ChartData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeDataPoints(int index)
public ReportSummary.ChartData.Builder removeDataPoints(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 |
Name |
Description |
index |
int
|
setDataPoints(int index, ReportSummary.ChartData.DataPoint value)
public 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.
repeated .google.cloud.migrationcenter.v1.ReportSummary.ChartData.DataPoint data_points = 1;
setDataPoints(int index, ReportSummary.ChartData.DataPoint.Builder builderForValue)
public ReportSummary.ChartData.Builder setDataPoints(int index, ReportSummary.ChartData.DataPoint.Builder builderForValue)
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ReportSummary.ChartData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReportSummary.ChartData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReportSummary.ChartData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides