Interface DynamicLineupAttributeMetadataOrBuilder

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

public interface DynamicLineupAttributeMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInventoryCountry

      boolean hasInventoryCountry()
       The national market associated with the lineup.
       
      .google.ads.googleads.v18.common.LocationInfo inventory_country = 1;
      Returns:
      Whether the inventoryCountry field is set.
    • getInventoryCountry

      LocationInfo getInventoryCountry()
       The national market associated with the lineup.
       
      .google.ads.googleads.v18.common.LocationInfo inventory_country = 1;
      Returns:
      The inventoryCountry.
    • getInventoryCountryOrBuilder

      LocationInfoOrBuilder getInventoryCountryOrBuilder()
       The national market associated with the lineup.
       
      .google.ads.googleads.v18.common.LocationInfo inventory_country = 1;
    • hasMedianMonthlyInventory

      boolean hasMedianMonthlyInventory()
       The median number of impressions per month on this lineup.
       
      optional int64 median_monthly_inventory = 2;
      Returns:
      Whether the medianMonthlyInventory field is set.
    • getMedianMonthlyInventory

      long getMedianMonthlyInventory()
       The median number of impressions per month on this lineup.
       
      optional int64 median_monthly_inventory = 2;
      Returns:
      The medianMonthlyInventory.
    • hasChannelCountLowerBound

      boolean hasChannelCountLowerBound()
       The lower end of a range containing the number of channels in the lineup.
       
      optional int64 channel_count_lower_bound = 3;
      Returns:
      Whether the channelCountLowerBound field is set.
    • getChannelCountLowerBound

      long getChannelCountLowerBound()
       The lower end of a range containing the number of channels in the lineup.
       
      optional int64 channel_count_lower_bound = 3;
      Returns:
      The channelCountLowerBound.
    • hasChannelCountUpperBound

      boolean hasChannelCountUpperBound()
       The upper end of a range containing the number of channels in the lineup.
       
      optional int64 channel_count_upper_bound = 4;
      Returns:
      Whether the channelCountUpperBound field is set.
    • getChannelCountUpperBound

      long getChannelCountUpperBound()
       The upper end of a range containing the number of channels in the lineup.
       
      optional int64 channel_count_upper_bound = 4;
      Returns:
      The channelCountUpperBound.
    • getSampleChannelsList

       Examples of channels that are included in the lineup.
       
      repeated .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
    • getSampleChannels

      DynamicLineupAttributeMetadata.SampleChannel getSampleChannels(int index)
       Examples of channels that are included in the lineup.
       
      repeated .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
    • getSampleChannelsCount

      int getSampleChannelsCount()
       Examples of channels that are included in the lineup.
       
      repeated .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
    • getSampleChannelsOrBuilderList

      List<? extends DynamicLineupAttributeMetadata.SampleChannelOrBuilder> getSampleChannelsOrBuilderList()
       Examples of channels that are included in the lineup.
       
      repeated .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
    • getSampleChannelsOrBuilder

      DynamicLineupAttributeMetadata.SampleChannelOrBuilder getSampleChannelsOrBuilder(int index)
       Examples of channels that are included in the lineup.
       
      repeated .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;