public interface TimeWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The time that the window ends.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time that the window ends.
|
com.google.protobuf.Timestamp |
getStartTime()
The time that the window first starts.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time that the window first starts.
|
boolean |
hasEndTime()
The time that the window ends.
|
boolean |
hasStartTime()
The time that the window first starts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
The time that the window ends. The end time must take place after the start time.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
The time that the window ends. The end time must take place after the start time.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time that the window ends. The end time must take place after the start time.
.google.protobuf.Timestamp end_time = 2;Copyright © 2024 Google LLC. All rights reserved.