Class OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount (0.2.0)

public static final class OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount extends GeneratedMessageV3 implements OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder

The object info and accumulated count for annotations from occupancy counting operator.

Protobuf type google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount

Static Fields

OBJECT_COUNT_FIELD_NUMBER

public static final int OBJECT_COUNT_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount getDefaultInstance()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount

getDescriptor()

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

newBuilder()

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder newBuilder()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder

newBuilder(OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount prototype)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder newBuilder(OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount prototype)
Parameter
Name Description
prototype OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder

parseDelimitedFrom(InputStream input)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount> parser()
Returns
Type Description
Parser<AccumulatedObjectCount>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount getDefaultInstanceForType()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount

getObjectCount()

public OccupancyCountingPredictionResult.Stats.ObjectCount getObjectCount()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount

The objectCount.

getObjectCountOrBuilder()

public OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getObjectCountOrBuilder()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder

getParserForType()

public Parser<OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount> getParserForType()
Returns
Type Description
Parser<AccumulatedObjectCount>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

public Timestamp getStartTime()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasObjectCount()

public boolean hasObjectCount()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
boolean

Whether the objectCount field is set.

hasStartTime()

public boolean hasStartTime()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder newBuilderForType()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder toBuilder()
Returns
Type Description
OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException