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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sessionContent field is set. |