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 Summary
Modifier and TypeMethodDescriptionlongThe lower end of a range containing the number of channels in the lineup.longThe upper end of a range containing the number of channels in the lineup.The national market associated with the lineup.The national market associated with the lineup.longThe median number of impressions per month on this lineup.getSampleChannels(int index) Examples of channels that are included in the lineup.intExamples of channels that are included in the lineup.Examples of channels that are included in the lineup.getSampleChannelsOrBuilder(int index) Examples of channels that are included in the lineup.Examples of channels that are included in the lineup.booleanThe lower end of a range containing the number of channels in the lineup.booleanThe upper end of a range containing the number of channels in the lineup.booleanThe national market associated with the lineup.booleanThe median number of impressions per month on this lineup.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<DynamicLineupAttributeMetadata.SampleChannel> getSampleChannelsList()Examples of channels that are included in the lineup.
repeated .google.ads.googleads.v18.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5; -
getSampleChannels
Examples of channels that are included in the lineup.
repeated .google.ads.googleads.v18.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5; -
getSampleChannelsCount
int getSampleChannelsCount()Examples of channels that are included in the lineup.
repeated .google.ads.googleads.v18.services.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.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5; -
getSampleChannelsOrBuilder
Examples of channels that are included in the lineup.
repeated .google.ads.googleads.v18.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
-