public interface WindowOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getDuration()
duration
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
duration
|
com.google.protobuf.Timestamp |
getEndTime()
End time of the aggregation window.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the aggregation window.
|
com.google.protobuf.Timestamp |
getStartTime()
Start time of the aggregation window.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the aggregation window.
|
boolean |
hasDuration()
duration
|
boolean |
hasEndTime()
End time of the aggregation window.
|
boolean |
hasStartTime()
Start time of the aggregation window.
|
boolean hasStartTime()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;boolean hasDuration()
duration
.google.protobuf.Duration duration = 3;com.google.protobuf.Duration getDuration()
duration
.google.protobuf.Duration duration = 3;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
duration
.google.protobuf.Duration duration = 3;