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 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;