public interface VideoMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndOffset()
public abstract Duration getEndOffset()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The endOffset. |
getEndOffsetOrBuilder()
public abstract DurationOrBuilder getEndOffsetOrBuilder()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getStartOffset()
public abstract Duration getStartOffset()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The startOffset. |
getStartOffsetOrBuilder()
public abstract DurationOrBuilder getStartOffsetOrBuilder()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasEndOffset()
public abstract boolean hasEndOffset()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endOffset field is set. |
hasStartOffset()
public abstract boolean hasStartOffset()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startOffset field is set. |