public interface InterstitialsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| VodSessionAdBreak |
getAdBreaksCount()
public abstract int getAdBreaksCount()List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
| Type | Description |
| int |
getAdBreaksList()
public abstract List<VodSessionAdBreak> getAdBreaksList()List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| VodSessionContentOrBuilder |
hasSessionContent()
public abstract boolean hasSessionContent()Information related to the content of the VOD session.
.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;
| Type | Description |
| boolean | Whether the sessionContent field is set. |