public static interface Condition.TimeRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End of time range.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End of time range.
|
com.google.protobuf.Timestamp |
getStartTime()
Start of time range.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start of time range.
|
boolean |
hasEndTime()
End of time range.
|
boolean |
hasStartTime()
Start of time range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Start of time range. Range is inclusive.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Start of time range. Range is inclusive.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start of time range. Range is inclusive.
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
End of time range. Range is inclusive. Must be in the future.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
End of time range. Range is inclusive. Must be in the future.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End of time range. Range is inclusive. Must be in the future.
.google.protobuf.Timestamp end_time = 2;Copyright © 2025 Google LLC. All rights reserved.