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.
|
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(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.
|
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.Builder |
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.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.clear() |
|
ReportSummary.ChartData.Builder |
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.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.clone() |
|
ReportSummary.ChartData.Builder |
ReportSummary.AssetAggregateStats.Builder.getOperatingSystemBuilder() |
Count of assets grouped by Operating System families.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.mergeFrom(ReportSummary.ChartData other) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ReportSummary.ChartData.Builder |
ReportSummary.ChartData.newBuilder() |
|
static ReportSummary.ChartData.Builder |
ReportSummary.ChartData.newBuilder(ReportSummary.ChartData prototype) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.newBuilderForType() |
|
protected ReportSummary.ChartData.Builder |
ReportSummary.ChartData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ReportSummary.ChartData.Builder |
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.
|
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.
|
ReportSummary.ChartData.Builder |
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.
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ReportSummary.ChartData.Builder |
ReportSummary.ChartData.toBuilder() |
|