public interface TimestampRangeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
End of the period (exclusive).
|
TimestampOrBuilder |
getEndTimeOrBuilder()
End of the period (exclusive).
|
Timestamp |
getStartTime()
Begin of the period (inclusive).
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Begin of the period (inclusive).
|
boolean |
hasEndTime()
End of the period (exclusive).
|
boolean |
hasStartTime()
Begin of the period (inclusive).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Timestamp getStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
TimestampOrBuilder getStartTimeOrBuilder()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
boolean hasEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Timestamp getEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
TimestampOrBuilder getEndTimeOrBuilder()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Copyright © 2022 Google LLC. All rights reserved.