Enum Event.Clock (0.2.0)

public enum Event.Clock extends Enum<Event.Clock> implements ProtocolMessageEnum

Clock that will be used for joining streams.

Protobuf enum google.cloud.visionai.v1.Event.Clock

Implements

ProtocolMessageEnum

Static Fields

Name Description
CAPTURE

Use the timestamp when the data is captured. Clients need to sync the clock.

CAPTURE = 1;

CAPTURE_VALUE

Use the timestamp when the data is captured. Clients need to sync the clock.

CAPTURE = 1;

CLOCK_UNSPECIFIED

Clock is not specified.

CLOCK_UNSPECIFIED = 0;

CLOCK_UNSPECIFIED_VALUE

Clock is not specified.

CLOCK_UNSPECIFIED = 0;

INGEST

Use the timestamp when the data is received.

INGEST = 2;

INGEST_VALUE

Use the timestamp when the data is received.

INGEST = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()