Interface DynamicLineupAttributeMetadataOrBuilder

    • Method Detail

      • hasInventoryCountry

        boolean hasInventoryCountry()
         The national market associated with the lineup.
         
        .google.ads.googleads.v14.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.v14.common.LocationInfo inventory_country = 1;
        Returns:
        The inventoryCountry.
      • getInventoryCountryOrBuilder

        LocationInfoOrBuilder getInventoryCountryOrBuilder()
         The national market associated with the lineup.
         
        .google.ads.googleads.v14.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

        java.util.List<DynamicLineupAttributeMetadata.SampleChannel> getSampleChannelsList()
         Examples of channels that are included in the lineup.
         
        repeated .google.ads.googleads.v14.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
      • getSampleChannels

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

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

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

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