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 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

       Channel types and subtypes that are available to the category.
       
      .google.ads.googleads.v18.common.CriterionCategoryChannelAvailability channel = 1;
      Returns:
      The channel.
    • getChannelOrBuilder

       Channel types and subtypes that are available to the category.
       
      .google.ads.googleads.v18.common.CriterionCategoryChannelAvailability channel = 1;
    • 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

      CriterionCategoryLocaleAvailabilityOrBuilder getLocaleOrBuilder(int index)
       Locales that are available to the category for the channel.
       
      repeated .google.ads.googleads.v18.common.CriterionCategoryLocaleAvailability locale = 2;