public interface VodSessionContentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDuration()
public abstract Duration getDuration()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
Returns | |
---|---|
Type | Description |
Duration |
The duration. |
getDurationOrBuilder()
public abstract DurationOrBuilder getDurationOrBuilder()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasDuration()
public abstract boolean hasDuration()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the duration field is set. |