public interface TimestampRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End of the period (exclusive).
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End of the period (exclusive).
|
com.google.protobuf.Timestamp |
getStartTime()
Begin of the period (inclusive).
|
com.google.protobuf.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, hasOneofboolean hasStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.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;com.google.protobuf.Timestamp getEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;Copyright © 2019 Google LLC. All rights reserved.