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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CAPTURE |
Use the timestamp when the data is captured. Clients need to sync the clock. |
CAPTURE_VALUE |
Use the timestamp when the data is captured. Clients need to sync the clock. |
CLOCK_UNSPECIFIED |
Clock is not specified. |
CLOCK_UNSPECIFIED_VALUE |
Clock is not specified. |
INGEST |
Use the timestamp when the data is received. |
INGEST_VALUE |
Use the timestamp when the data is received. |
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() |