Interface InterstitialsOrBuilder (0.12.0)

public interface InterstitialsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdBreaks(int index)

public abstract VodSessionAdBreak getAdBreaks(int index)

List of ad breaks ordered by time.

repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VodSessionAdBreak

getAdBreaksCount()

public abstract int getAdBreaksCount()

List of ad breaks ordered by time.

repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;

Returns
TypeDescription
int

getAdBreaksList()

public abstract List<VodSessionAdBreak> getAdBreaksList()

List of ad breaks ordered by time.

repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;

Returns
TypeDescription
List<VodSessionAdBreak>

getAdBreaksOrBuilder(int index)

public abstract VodSessionAdBreakOrBuilder getAdBreaksOrBuilder(int index)

List of ad breaks ordered by time.

repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VodSessionAdBreakOrBuilder

getAdBreaksOrBuilderList()

public abstract List<? extends VodSessionAdBreakOrBuilder> getAdBreaksOrBuilderList()

List of ad breaks ordered by time.

repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;

Returns
TypeDescription
List<? extends com.google.cloud.video.stitcher.v1.VodSessionAdBreakOrBuilder>

getSessionContent()

public abstract VodSessionContent getSessionContent()

Information related to the content of the VOD session.

.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;

Returns
TypeDescription
VodSessionContent

The sessionContent.

getSessionContentOrBuilder()

public abstract VodSessionContentOrBuilder getSessionContentOrBuilder()

Information related to the content of the VOD session.

.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;

Returns
TypeDescription
VodSessionContentOrBuilder

hasSessionContent()

public abstract boolean hasSessionContent()

Information related to the content of the VOD session.

.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;

Returns
TypeDescription
boolean

Whether the sessionContent field is set.