public static final class OccupancyCountingPredictionResult.Stats.Builder extends GeneratedMessageV3.Builder<OccupancyCountingPredictionResult.Stats.Builder> implements OccupancyCountingPredictionResult.StatsOrBuilder
The statistics info for annotations from occupancy counting operator.
Protobuf type google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats
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
addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
addActiveZoneCountsBuilder()
public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder addActiveZoneCountsBuilder()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
addActiveZoneCountsBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder addActiveZoneCountsBuilder(int index)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
index |
int
|
addAllActiveZoneCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCount> values)
public OccupancyCountingPredictionResult.Stats.Builder addAllActiveZoneCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCount> values)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount>
|
addAllCrossingLineCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCount> values)
public OccupancyCountingPredictionResult.Stats.Builder addAllCrossingLineCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCount> values)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount>
|
addAllFullFrameCount(Iterable<? extends OccupancyCountingPredictionResult.Stats.ObjectCount> values)
public OccupancyCountingPredictionResult.Stats.Builder addAllFullFrameCount(Iterable<? extends OccupancyCountingPredictionResult.Stats.ObjectCount> values)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount>
|
addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
addCrossingLineCountsBuilder()
public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder addCrossingLineCountsBuilder()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
addCrossingLineCountsBuilder(int index)
public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder addCrossingLineCountsBuilder(int index)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
index |
int
|
addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount value)
public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount value)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)
public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
addFullFrameCountBuilder()
public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder addFullFrameCountBuilder()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
addFullFrameCountBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder addFullFrameCountBuilder(int index)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OccupancyCountingPredictionResult.Stats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OccupancyCountingPredictionResult.Stats build()
buildPartial()
public OccupancyCountingPredictionResult.Stats buildPartial()
clear()
public OccupancyCountingPredictionResult.Stats.Builder clear()
Overrides
clearActiveZoneCounts()
public OccupancyCountingPredictionResult.Stats.Builder clearActiveZoneCounts()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
clearCrossingLineCounts()
public OccupancyCountingPredictionResult.Stats.Builder clearCrossingLineCounts()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
clearField(Descriptors.FieldDescriptor field)
public OccupancyCountingPredictionResult.Stats.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFullFrameCount()
public OccupancyCountingPredictionResult.Stats.Builder clearFullFrameCount()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public OccupancyCountingPredictionResult.Stats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public OccupancyCountingPredictionResult.Stats.Builder clone()
Overrides
getActiveZoneCounts(int index)
public OccupancyCountingPredictionResult.Stats.ActiveZoneCount getActiveZoneCounts(int index)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
index |
int
|
getActiveZoneCountsBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder getActiveZoneCountsBuilder(int index)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
index |
int
|
getActiveZoneCountsBuilderList()
public List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder> getActiveZoneCountsBuilderList()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
getActiveZoneCountsCount()
public int getActiveZoneCountsCount()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Returns |
Type |
Description |
int |
|
getActiveZoneCountsList()
public List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount> getActiveZoneCountsList()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
getActiveZoneCountsOrBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder getActiveZoneCountsOrBuilder(int index)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
index |
int
|
getActiveZoneCountsOrBuilderList()
public List<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder> getActiveZoneCountsOrBuilderList()
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder> |
|
getCrossingLineCounts(int index)
public OccupancyCountingPredictionResult.Stats.CrossingLineCount getCrossingLineCounts(int index)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
index |
int
|
getCrossingLineCountsBuilder(int index)
public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder getCrossingLineCountsBuilder(int index)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
index |
int
|
getCrossingLineCountsBuilderList()
public List<OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder> getCrossingLineCountsBuilderList()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
getCrossingLineCountsCount()
public int getCrossingLineCountsCount()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Returns |
Type |
Description |
int |
|
getCrossingLineCountsList()
public List<OccupancyCountingPredictionResult.Stats.CrossingLineCount> getCrossingLineCountsList()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
getCrossingLineCountsOrBuilder(int index)
public OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder getCrossingLineCountsOrBuilder(int index)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
index |
int
|
getCrossingLineCountsOrBuilderList()
public List<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder> getCrossingLineCountsOrBuilderList()
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder> |
|
getDefaultInstanceForType()
public OccupancyCountingPredictionResult.Stats getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFullFrameCount(int index)
public OccupancyCountingPredictionResult.Stats.ObjectCount getFullFrameCount(int index)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
index |
int
|
getFullFrameCountBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder getFullFrameCountBuilder(int index)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
index |
int
|
getFullFrameCountBuilderList()
public List<OccupancyCountingPredictionResult.Stats.ObjectCount.Builder> getFullFrameCountBuilderList()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
getFullFrameCountCount()
public int getFullFrameCountCount()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Returns |
Type |
Description |
int |
|
getFullFrameCountList()
public List<OccupancyCountingPredictionResult.Stats.ObjectCount> getFullFrameCountList()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
getFullFrameCountOrBuilder(int index)
public OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getFullFrameCountOrBuilder(int index)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
index |
int
|
getFullFrameCountOrBuilderList()
public List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getFullFrameCountOrBuilderList()
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OccupancyCountingPredictionResult.Stats other)
public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(OccupancyCountingPredictionResult.Stats other)
public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OccupancyCountingPredictionResult.Stats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeActiveZoneCounts(int index)
public OccupancyCountingPredictionResult.Stats.Builder removeActiveZoneCounts(int index)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
Parameter |
Name |
Description |
index |
int
|
removeCrossingLineCounts(int index)
public OccupancyCountingPredictionResult.Stats.Builder removeCrossingLineCounts(int index)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
Parameter |
Name |
Description |
index |
int
|
removeFullFrameCount(int index)
public OccupancyCountingPredictionResult.Stats.Builder removeFullFrameCount(int index)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
Parameter |
Name |
Description |
index |
int
|
setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
public OccupancyCountingPredictionResult.Stats.Builder setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)
Active zone counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
public OccupancyCountingPredictionResult.Stats.Builder setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)
Crossing line counts.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public OccupancyCountingPredictionResult.Stats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)
public OccupancyCountingPredictionResult.Stats.Builder setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
public OccupancyCountingPredictionResult.Stats.Builder setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)
Counts of the full frame.
repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OccupancyCountingPredictionResult.Stats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OccupancyCountingPredictionResult.Stats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides