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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChannelCountLowerBound()The lower end of a range containing the number of channels in the lineup.longgetChannelCountUpperBound()The upper end of a range containing the number of channels in the lineup.LocationInfogetInventoryCountry()The national market associated with the lineup.LocationInfoOrBuildergetInventoryCountryOrBuilder()The national market associated with the lineup.longgetMedianMonthlyInventory()The median number of impressions per month on this lineup.DynamicLineupAttributeMetadata.SampleChannelgetSampleChannels(int index)Examples of channels that are included in the lineup.intgetSampleChannelsCount()Examples of channels that are included in the lineup.java.util.List<DynamicLineupAttributeMetadata.SampleChannel>getSampleChannelsList()Examples of channels that are included in the lineup.DynamicLineupAttributeMetadata.SampleChannelOrBuildergetSampleChannelsOrBuilder(int index)Examples of channels that are included in the lineup.java.util.List<? extends DynamicLineupAttributeMetadata.SampleChannelOrBuilder>getSampleChannelsOrBuilderList()Examples of channels that are included in the lineup.booleanhasChannelCountLowerBound()The lower end of a range containing the number of channels in the lineup.booleanhasChannelCountUpperBound()The upper end of a range containing the number of channels in the lineup.booleanhasInventoryCountry()The national market associated with the lineup.booleanhasMedianMonthlyInventory()The median number of impressions per month on this lineup.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInventoryCountry
boolean hasInventoryCountry()
The national market associated with the lineup.
.google.ads.googleads.v15.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.v15.common.LocationInfo inventory_country = 1;- Returns:
- The inventoryCountry.
-
getInventoryCountryOrBuilder
LocationInfoOrBuilder getInventoryCountryOrBuilder()
The national market associated with the lineup.
.google.ads.googleads.v15.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.v15.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.v15.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
-
getSampleChannelsCount
int getSampleChannelsCount()
Examples of channels that are included in the lineup.
repeated .google.ads.googleads.v15.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.v15.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.v15.services.DynamicLineupAttributeMetadata.SampleChannel sample_channels = 5;
-
-