public interface VideoSegmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTimeOffset()
public abstract 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;
| Type | Description |
| Duration | The endTimeOffset. |
getEndTimeOffsetOrBuilder()
public abstract 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;
| Type | Description |
| DurationOrBuilder |
getStartTimeOffset()
public abstract 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;
| Type | Description |
| Duration | The startTimeOffset. |
getStartTimeOffsetOrBuilder()
public abstract 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;
| Type | Description |
| DurationOrBuilder |
hasEndTimeOffset()
public abstract 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;
| Type | Description |
| boolean | Whether the endTimeOffset field is set. |
hasStartTimeOffset()
public abstract 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;
| Type | Description |
| boolean | Whether the startTimeOffset field is set. |