Interface CriterionCategoryAvailabilityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CriterionCategoryAvailability,CriterionCategoryAvailability.Builder
public interface CriterionCategoryAvailabilityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CriterionCategoryChannelAvailabilitygetChannel()Channel types and subtypes that are available to the category.CriterionCategoryChannelAvailabilityOrBuildergetChannelOrBuilder()Channel types and subtypes that are available to the category.CriterionCategoryLocaleAvailabilitygetLocale(int index)Locales that are available to the category for the channel.intgetLocaleCount()Locales that are available to the category for the channel.java.util.List<CriterionCategoryLocaleAvailability>getLocaleList()Locales that are available to the category for the channel.CriterionCategoryLocaleAvailabilityOrBuildergetLocaleOrBuilder(int index)Locales that are available to the category for the channel.java.util.List<? extends CriterionCategoryLocaleAvailabilityOrBuilder>getLocaleOrBuilderList()Locales that are available to the category for the channel.booleanhasChannel()Channel types and subtypes that are available to the category.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasChannel
boolean hasChannel()
Channel types and subtypes that are available to the category.
.google.ads.googleads.v10.common.CriterionCategoryChannelAvailability channel = 1;- Returns:
- Whether the channel field is set.
-
getChannel
CriterionCategoryChannelAvailability getChannel()
Channel types and subtypes that are available to the category.
.google.ads.googleads.v10.common.CriterionCategoryChannelAvailability channel = 1;- Returns:
- The channel.
-
getChannelOrBuilder
CriterionCategoryChannelAvailabilityOrBuilder getChannelOrBuilder()
Channel types and subtypes that are available to the category.
.google.ads.googleads.v10.common.CriterionCategoryChannelAvailability channel = 1;
-
getLocaleList
java.util.List<CriterionCategoryLocaleAvailability> getLocaleList()
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v10.common.CriterionCategoryLocaleAvailability locale = 2;
-
getLocale
CriterionCategoryLocaleAvailability getLocale(int index)
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v10.common.CriterionCategoryLocaleAvailability locale = 2;
-
getLocaleCount
int getLocaleCount()
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v10.common.CriterionCategoryLocaleAvailability locale = 2;
-
getLocaleOrBuilderList
java.util.List<? extends CriterionCategoryLocaleAvailabilityOrBuilder> getLocaleOrBuilderList()
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v10.common.CriterionCategoryLocaleAvailability locale = 2;
-
getLocaleOrBuilder
CriterionCategoryLocaleAvailabilityOrBuilder getLocaleOrBuilder(int index)
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v10.common.CriterionCategoryLocaleAvailability locale = 2;
-
-