Interface CompanionAdsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CompanionAds, CompanionAds.Builder

    public interface CompanionAdsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDisplayRequirementValue

        int getDisplayRequirementValue()
         Indicates how many of the companions should be displayed with the ad.
         
        .google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement display_requirement = 1;
        Returns:
        The enum numeric value on the wire for displayRequirement.
      • getDisplayRequirement

        CompanionAds.DisplayRequirement getDisplayRequirement()
         Indicates how many of the companions should be displayed with the ad.
         
        .google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement display_requirement = 1;
        Returns:
        The displayRequirement.
      • getCompanionsList

        List<Companion> getCompanionsList()
         List of companion ads.
         
        repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
      • getCompanions

        Companion getCompanions​(int index)
         List of companion ads.
         
        repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
      • getCompanionsCount

        int getCompanionsCount()
         List of companion ads.
         
        repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
      • getCompanionsOrBuilderList

        List<? extends CompanionOrBuilder> getCompanionsOrBuilderList()
         List of companion ads.
         
        repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
      • getCompanionsOrBuilder

        CompanionOrBuilder getCompanionsOrBuilder​(int index)
         List of companion ads.
         
        repeated .google.cloud.video.stitcher.v1.Companion companions = 2;