public interface TimeWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End time of the time window (inclusive).
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the time window (inclusive).
|
com.google.protobuf.Timestamp |
getStartTime()
Start time of the time window (exclusive).
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the time window (exclusive).
|
boolean |
hasEndTime()
End time of the time window (inclusive).
|
boolean |
hasStartTime()
Start time of the time window (exclusive).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
End time of the time window (inclusive). Current timestamp if not specified.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
End time of the time window (inclusive). Current timestamp if not specified.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of the time window (inclusive). Current timestamp if not specified.
.google.protobuf.Timestamp end_time = 2;Copyright © 2020 Google LLC. All rights reserved.