Reference documentation and code samples for the Google Cloud Chronicle V1 Client class TimeUnit.
TimeUnit supported for PAST filter operator.
Protobuf type google.cloud.chronicle.v1.TimeUnit
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
TIME_UNIT_UNSPECIFIED
Value: 0
Default unspecified.
Generated from protobuf enum TIME_UNIT_UNSPECIFIED = 0;
SECOND
Value: 1
Generated from protobuf enum SECOND = 1;
MINUTE
Value: 2
Generated from protobuf enum MINUTE = 2;
HOUR
Value: 3
Generated from protobuf enum HOUR = 3;
DAY
Value: 4
Generated from protobuf enum DAY = 4;
WEEK
Value: 5
Generated from protobuf enum WEEK = 5;
MONTH
Value: 6
Generated from protobuf enum MONTH = 6;
YEAR
Value: 7
Generated from protobuf enum YEAR = 7;

