Interface Campaign.VideoCampaignSettings.VideoAdInventoryControlOrBuilder

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

public static interface Campaign.VideoCampaignSettings.VideoAdInventoryControlOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine if Video Responsive ads can be used for in-feed video ads.
    boolean
    Determine if Video Responsive ads can be used for in-stream video ads.
    boolean
    Determine if Video Responsive ads can be used as shorts format.
    boolean
    Determine if Video Responsive ads can be used for in-feed video ads.
    boolean
    Determine if Video Responsive ads can be used for in-stream video ads.
    boolean
    Determine if Video Responsive ads can be used as shorts format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAllowInStream

      boolean hasAllowInStream()
       Determine if Video Responsive ads can be used for in-stream video ads.
       
      optional bool allow_in_stream = 1;
      Returns:
      Whether the allowInStream field is set.
    • getAllowInStream

      boolean getAllowInStream()
       Determine if Video Responsive ads can be used for in-stream video ads.
       
      optional bool allow_in_stream = 1;
      Returns:
      The allowInStream.
    • hasAllowInFeed

      boolean hasAllowInFeed()
       Determine if Video Responsive ads can be used for in-feed video ads.
       
      optional bool allow_in_feed = 2;
      Returns:
      Whether the allowInFeed field is set.
    • getAllowInFeed

      boolean getAllowInFeed()
       Determine if Video Responsive ads can be used for in-feed video ads.
       
      optional bool allow_in_feed = 2;
      Returns:
      The allowInFeed.
    • hasAllowShorts

      boolean hasAllowShorts()
       Determine if Video Responsive ads can be used as shorts format.
       
      optional bool allow_shorts = 3;
      Returns:
      Whether the allowShorts field is set.
    • getAllowShorts

      boolean getAllowShorts()
       Determine if Video Responsive ads can be used as shorts format.
       
      optional bool allow_shorts = 3;
      Returns:
      The allowShorts.