public interface TimeWindowOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
End time of the time window (inclusive).
|
TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the time window (inclusive).
|
Timestamp |
getStartTime()
Start time of the time window (exclusive).
|
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, hasOneof
isInitialized
boolean hasStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
Timestamp getStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
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;
Timestamp getEndTime()
End time of the time window (inclusive). Current timestamp if not specified.
.google.protobuf.Timestamp end_time = 2;
TimestampOrBuilder getEndTimeOrBuilder()
End time of the time window (inclusive). Current timestamp if not specified.
.google.protobuf.Timestamp end_time = 2;
Copyright © 2022 Google LLC. All rights reserved.