com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface DynamicLineupAttributeMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.DynamicLineupAttributeMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v17.common.LocationInfo inventory_country = 1;
* @return Whether the inventoryCountry field is set.
*/
boolean hasInventoryCountry();
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v17.common.LocationInfo inventory_country = 1;
* @return The inventoryCountry.
*/
com.google.ads.googleads.v17.common.LocationInfo getInventoryCountry();
/**
*
* The national market associated with the lineup.
*
*
* .google.ads.googleads.v17.common.LocationInfo inventory_country = 1;
*/
com.google.ads.googleads.v17.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();
/**
*
* Examples of channels that are included in the lineup.
*
*
* repeated .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
*/
java.util.List
getSampleChannelsList();
/**
*
* Examples of channels that are included in the lineup.
*
*
* repeated .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
*/
com.google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel getSampleChannels(int index);
/**
*
* Examples of channels that are included in the lineup.
*
*
* repeated .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
*/
int getSampleChannelsCount();
/**
*
* Examples of channels that are included in the lineup.
*
*
* repeated .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
*/
java.util.List extends com.google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannelOrBuilder>
getSampleChannelsOrBuilderList();
/**
*
* Examples of channels that are included in the lineup.
*
*
* repeated .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
*/
com.google.ads.googleads.v17.services.DynamicLineupAttributeMetadata.SampleChannelOrBuilder getSampleChannelsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy