Interface AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannelsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels, AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels.Builder
Enclosing class:
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls

public static interface AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannelsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether to enable ads on the Discover channel.
    boolean
    Whether to enable ads on the Display channel.
    boolean
    Whether to enable ads on the Gmail channel.
    boolean
    Whether to enable ads on the YouTube In-Feed channel.
    boolean
    Whether to enable ads on the YouTube In-Stream channel.
    boolean
    Whether to enable ads on the YouTube Shorts channel.

    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

    • getYoutubeInStream

      boolean getYoutubeInStream()
       Whether to enable ads on the YouTube In-Stream channel.
       
      bool youtube_in_stream = 1;
      Returns:
      The youtubeInStream.
    • getYoutubeInFeed

      boolean getYoutubeInFeed()
       Whether to enable ads on the YouTube In-Feed channel.
       
      bool youtube_in_feed = 2;
      Returns:
      The youtubeInFeed.
    • getYoutubeShorts

      boolean getYoutubeShorts()
       Whether to enable ads on the YouTube Shorts channel.
       
      bool youtube_shorts = 3;
      Returns:
      The youtubeShorts.
    • getDiscover

      boolean getDiscover()
       Whether to enable ads on the Discover channel.
       
      bool discover = 4;
      Returns:
      The discover.
    • getGmail

      boolean getGmail()
       Whether to enable ads on the Gmail channel.
       
      bool gmail = 5;
      Returns:
      The gmail.
    • getDisplay

      boolean getDisplay()
       Whether to enable ads on the Display channel.
       
      bool display = 6;
      Returns:
      The display.