Interface VodSessionContentOrBuilder (0.12.0)

public interface VodSessionContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract Duration getDuration()

The total duration in seconds of the content including the ads stitched in.

.google.protobuf.Duration duration = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the duration field is set.