public interface TimeSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getEndTimeOffset()
End of the time segment (exclusive), represented as the duration since the
example start.
|
com.google.protobuf.DurationOrBuilder |
getEndTimeOffsetOrBuilder()
End of the time segment (exclusive), represented as the duration since the
example start.
|
com.google.protobuf.Duration |
getStartTimeOffset()
Start of the time segment (inclusive), represented as the duration since
the example start.
|
com.google.protobuf.DurationOrBuilder |
getStartTimeOffsetOrBuilder()
Start of the time segment (inclusive), represented as the duration since
the example start.
|
boolean |
hasEndTimeOffset()
End of the time segment (exclusive), represented as the duration since the
example start.
|
boolean |
hasStartTimeOffset()
Start of the time segment (inclusive), represented as the duration since
the example start.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTimeOffset()
Start of the time segment (inclusive), represented as the duration since the example start.
.google.protobuf.Duration start_time_offset = 1;com.google.protobuf.Duration getStartTimeOffset()
Start of the time segment (inclusive), represented as the duration since the example start.
.google.protobuf.Duration start_time_offset = 1;com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
Start of the time segment (inclusive), represented as the duration since the example start.
.google.protobuf.Duration start_time_offset = 1;boolean hasEndTimeOffset()
End of the time segment (exclusive), represented as the duration since the example start.
.google.protobuf.Duration end_time_offset = 2;com.google.protobuf.Duration getEndTimeOffset()
End of the time segment (exclusive), represented as the duration since the example start.
.google.protobuf.Duration end_time_offset = 2;com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder()
End of the time segment (exclusive), represented as the duration since the example start.
.google.protobuf.Duration end_time_offset = 2;Copyright © 2019 Google LLC. All rights reserved.