public static interface Pdpb.TimeIntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndTimestamp()
The unix timestamp in seconds of the end of this period.
|
long |
getStartTimestamp()
The unix timestamp in seconds of the start of this period.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getStartTimestamp()
The unix timestamp in seconds of the start of this period.
uint64 start_timestamp = 1;
long getEndTimestamp()
The unix timestamp in seconds of the end of this period.
uint64 end_timestamp = 2;
Copyright © 2024 PingCAP. All rights reserved.