
com.google.ads.googleads.v13.services.DynamicLineupAttributeMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v13 Show documentation
Show all versions of google-ads-stubs-v13 Show documentation
Stubs for GAAPI version google-ads-stubs-v13
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v13/services/audience_insights_service.proto
package com.google.ads.googleads.v13.services;
public interface DynamicLineupAttributeMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v13.services.DynamicLineupAttributeMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v13.common.LocationInfo inventory_country = 1;
* @return Whether the inventoryCountry field is set.
*/
boolean hasInventoryCountry();
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v13.common.LocationInfo inventory_country = 1;
* @return The inventoryCountry.
*/
com.google.ads.googleads.v13.common.LocationInfo getInventoryCountry();
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v13.common.LocationInfo inventory_country = 1;
*/
com.google.ads.googleads.v13.common.LocationInfoOrBuilder getInventoryCountryOrBuilder();
/**
*
* The median number of impressions per month on this lineup.
*
*
* optional int64 median_monthly_inventory = 2;
* @return Whether the medianMonthlyInventory field is set.
*/
boolean hasMedianMonthlyInventory();
/**
*
* The median number of impressions per month on this lineup.
*
*
* optional int64 median_monthly_inventory = 2;
* @return The medianMonthlyInventory.
*/
long getMedianMonthlyInventory();
/**
*
* The lower end of a range containing the number of channels in the lineup.
*
*
* optional int64 channel_count_lower_bound = 3;
* @return Whether the channelCountLowerBound field is set.
*/
boolean hasChannelCountLowerBound();
/**
*
* The lower end of a range containing the number of channels in the lineup.
*
*
* optional int64 channel_count_lower_bound = 3;
* @return The channelCountLowerBound.
*/
long getChannelCountLowerBound();
/**
*
* The upper end of a range containing the number of channels in the lineup.
*
*
* optional int64 channel_count_upper_bound = 4;
* @return Whether the channelCountUpperBound field is set.
*/
boolean hasChannelCountUpperBound();
/**
*
* The upper end of a range containing the number of channels in the lineup.
*
*
* optional int64 channel_count_upper_bound = 4;
* @return The channelCountUpperBound.
*/
long getChannelCountUpperBound();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy