Interface Campaign.VideoCampaignSettings.VideoAdSequenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.VideoCampaignSettings.VideoAdSequence, Campaign.VideoCampaignSettings.VideoAdSequence.Builder
Enclosing class:
Campaign.VideoCampaignSettings

public static interface Campaign.VideoCampaignSettings.VideoAdSequenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStepsList

       The list of sequence steps and data associated with them.
       
      repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1;
    • getSteps

       The list of sequence steps and data associated with them.
       
      repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1;
    • getStepsCount

      int getStepsCount()
       The list of sequence steps and data associated with them.
       
      repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1;
    • getStepsOrBuilderList

       The list of sequence steps and data associated with them.
       
      repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1;
    • getStepsOrBuilder

       The list of sequence steps and data associated with them.
       
      repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1;
    • getMinimumDurationValue

      int getMinimumDurationValue()
       Users are eligible to repeat sequence after this period. Defaults to
       WEEK if not specified.
       
      .google.ads.googleads.v21.enums.VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration minimum_duration = 2;
      Returns:
      The enum numeric value on the wire for minimumDuration.
    • getMinimumDuration

       Users are eligible to repeat sequence after this period. Defaults to
       WEEK if not specified.
       
      .google.ads.googleads.v21.enums.VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration minimum_duration = 2;
      Returns:
      The minimumDuration.