Interface InterstitialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Interstitials,Interstitials.Builder
public interface InterstitialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VodSessionAdBreakgetAdBreaks(int index)List of ad breaks ordered by time.intgetAdBreaksCount()List of ad breaks ordered by time.List<VodSessionAdBreak>getAdBreaksList()List of ad breaks ordered by time.VodSessionAdBreakOrBuildergetAdBreaksOrBuilder(int index)List of ad breaks ordered by time.List<? extends VodSessionAdBreakOrBuilder>getAdBreaksOrBuilderList()List of ad breaks ordered by time.VodSessionContentgetSessionContent()Information related to the content of the VOD session.VodSessionContentOrBuildergetSessionContentOrBuilder()Information related to the content of the VOD session.booleanhasSessionContent()Information related to the content of the VOD session.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAdBreaksList
List<VodSessionAdBreak> getAdBreaksList()
List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
-
getAdBreaks
VodSessionAdBreak getAdBreaks(int index)
List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
-
getAdBreaksCount
int getAdBreaksCount()
List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
-
getAdBreaksOrBuilderList
List<? extends VodSessionAdBreakOrBuilder> getAdBreaksOrBuilderList()
List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
-
getAdBreaksOrBuilder
VodSessionAdBreakOrBuilder getAdBreaksOrBuilder(int index)
List of ad breaks ordered by time.
repeated .google.cloud.video.stitcher.v1.VodSessionAdBreak ad_breaks = 1;
-
hasSessionContent
boolean hasSessionContent()
Information related to the content of the VOD session.
.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;- Returns:
- Whether the sessionContent field is set.
-
getSessionContent
VodSessionContent getSessionContent()
Information related to the content of the VOD session.
.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;- Returns:
- The sessionContent.
-
getSessionContentOrBuilder
VodSessionContentOrBuilder getSessionContentOrBuilder()
Information related to the content of the VOD session.
.google.cloud.video.stitcher.v1.VodSessionContent session_content = 2;
-
-