Interface Campaign.VideoCampaignSettings.VideoAdFormatControlOrBuilder

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

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

    • getFormatRestrictionValue

      int getFormatRestrictionValue()
       All contained responsive ads are expected to respect this restriction.
       
      .google.ads.googleads.v20.enums.VideoAdFormatRestrictionEnum.VideoAdFormatRestriction format_restriction = 1;
      Returns:
      The enum numeric value on the wire for formatRestriction.
    • getFormatRestriction

       All contained responsive ads are expected to respect this restriction.
       
      .google.ads.googleads.v20.enums.VideoAdFormatRestrictionEnum.VideoAdFormatRestriction format_restriction = 1;
      Returns:
      The formatRestriction.
    • hasNonSkippableInStreamRestrictions

      boolean hasNonSkippableInStreamRestrictions()
       Restrictions for non-skippable format.
       
      .google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;
      Returns:
      Whether the nonSkippableInStreamRestrictions field is set.
    • getNonSkippableInStreamRestrictions

       Restrictions for non-skippable format.
       
      .google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;
      Returns:
      The nonSkippableInStreamRestrictions.
    • getNonSkippableInStreamRestrictionsOrBuilder

      Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictionsOrBuilder getNonSkippableInStreamRestrictionsOrBuilder()
       Restrictions for non-skippable format.
       
      .google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;