Class OccupancyCountingPredictionResult.Stats.Builder (0.2.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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;

Parameter
Name Description
value OccupancyCountingPredictionResult.Stats.ActiveZoneCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ActiveZoneCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

addActiveZoneCountsBuilder()

public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder addActiveZoneCountsBuilder()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

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>
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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>
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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>
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameter
Name Description
value OccupancyCountingPredictionResult.Stats.CrossingLineCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.CrossingLineCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

addCrossingLineCountsBuilder()

public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder addCrossingLineCountsBuilder()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

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;

Parameter
Name Description
value OccupancyCountingPredictionResult.Stats.ObjectCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ObjectCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

addFullFrameCountBuilder()

public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder addFullFrameCountBuilder()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OccupancyCountingPredictionResult.Stats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

build()

public OccupancyCountingPredictionResult.Stats build()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

buildPartial()

public OccupancyCountingPredictionResult.Stats buildPartial()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

clear()

public OccupancyCountingPredictionResult.Stats.Builder clear()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

clearActiveZoneCounts()

public OccupancyCountingPredictionResult.Stats.Builder clearActiveZoneCounts()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

clearCrossingLineCounts()

public OccupancyCountingPredictionResult.Stats.Builder clearCrossingLineCounts()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

clearField(Descriptors.FieldDescriptor field)

public OccupancyCountingPredictionResult.Stats.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

clearFullFrameCount()

public OccupancyCountingPredictionResult.Stats.Builder clearFullFrameCount()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OccupancyCountingPredictionResult.Stats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

clone()

public OccupancyCountingPredictionResult.Stats.Builder clone()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ActiveZoneCount

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

getActiveZoneCountsBuilderList()

public List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder> getActiveZoneCountsBuilderList()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<ActiveZoneCount>

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.CrossingLineCount

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

getCrossingLineCountsBuilderList()

public List<OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder> getCrossingLineCountsBuilderList()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<CrossingLineCount>

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder

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()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

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;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<ObjectCount>

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OccupancyCountingPredictionResult.Stats other)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(OccupancyCountingPredictionResult.Stats other)
Parameter
Name Description
other OccupancyCountingPredictionResult.Stats
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OccupancyCountingPredictionResult.Stats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ActiveZoneCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.CrossingLineCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OccupancyCountingPredictionResult.Stats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
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;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ObjectCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

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;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OccupancyCountingPredictionResult.Stats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OccupancyCountingPredictionResult.Stats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OccupancyCountingPredictionResult.Stats.Builder
Overrides