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
Modifier and TypeMethodDescriptionChannel types and subtypes that are available to the category.Channel types and subtypes that are available to the category.getLocale(int index) Locales that are available to the category for the channel.intLocales that are available to the category for the channel.Locales that are available to the category for the channel.getLocaleOrBuilder(int index) Locales that are available to the category for the channel.List<? extends CriterionCategoryLocaleAvailabilityOrBuilder>Locales that are available to the category for the channel.booleanChannel types and subtypes that are available to the category.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
-
hasChannel
boolean hasChannel()Channel types and subtypes that are available to the category.
.google.ads.googleads.v18.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.v18.common.CriterionCategoryChannelAvailability channel = 1;- Returns:
- The channel.
-
getChannelOrBuilder
CriterionCategoryChannelAvailabilityOrBuilder getChannelOrBuilder()Channel types and subtypes that are available to the category.
.google.ads.googleads.v18.common.CriterionCategoryChannelAvailability channel = 1; -
getLocaleList
List<CriterionCategoryLocaleAvailability> getLocaleList()Locales that are available to the category for the channel.
repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2; -
getLocale
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2; -
getLocaleCount
int getLocaleCount()Locales that are available to the category for the channel.
repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2; -
getLocaleOrBuilderList
List<? extends CriterionCategoryLocaleAvailabilityOrBuilder> getLocaleOrBuilderList()Locales that are available to the category for the channel.
repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2; -
getLocaleOrBuilder
Locales that are available to the category for the channel.
repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2;
-