Interface VideoSegmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoSegment
,VideoSegment.Builder
public interface VideoSegmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).com.google.protobuf.DurationOrBuilder
getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).com.google.protobuf.Duration
getStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).com.google.protobuf.DurationOrBuilder
getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).boolean
hasEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).boolean
hasStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTimeOffset
boolean hasStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
- Returns:
- Whether the startTimeOffset field is set.
-
getStartTimeOffset
com.google.protobuf.Duration getStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
- Returns:
- The startTimeOffset.
-
getStartTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
-
hasEndTimeOffset
boolean hasEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
- Returns:
- Whether the endTimeOffset field is set.
-
getEndTimeOffset
com.google.protobuf.Duration getEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
- Returns:
- The endTimeOffset.
-
getEndTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
-
-