Interface ProductFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProductFilter, ProductFilter.Builder

public interface ProductFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasProductList

      boolean hasProductList()
       The list of products.
       
      .google.ads.googleads.v23.services.ProductFilter.ProductList product_list = 1;
      Returns:
      Whether the productList field is set.
    • getProductList

      ProductFilter.ProductList getProductList()
       The list of products.
       
      .google.ads.googleads.v23.services.ProductFilter.ProductList product_list = 1;
      Returns:
      The productList.
    • getProductListOrBuilder

      ProductFilter.ProductListOrBuilder getProductListOrBuilder()
       The list of products.
       
      .google.ads.googleads.v23.services.ProductFilter.ProductList product_list = 1;
    • hasMarketingObjectiveList

      boolean hasMarketingObjectiveList()
       The list of marketing goals. Marketing objective is a broader product
       classification of products.
       
      .google.ads.googleads.v23.services.ProductFilter.MarketingObjectiveList marketing_objective_list = 2;
      Returns:
      Whether the marketingObjectiveList field is set.
    • getMarketingObjectiveList

      ProductFilter.MarketingObjectiveList getMarketingObjectiveList()
       The list of marketing goals. Marketing objective is a broader product
       classification of products.
       
      .google.ads.googleads.v23.services.ProductFilter.MarketingObjectiveList marketing_objective_list = 2;
      Returns:
      The marketingObjectiveList.
    • getMarketingObjectiveListOrBuilder

      ProductFilter.MarketingObjectiveListOrBuilder getMarketingObjectiveListOrBuilder()
       The list of marketing goals. Marketing objective is a broader product
       classification of products.
       
      .google.ads.googleads.v23.services.ProductFilter.MarketingObjectiveList marketing_objective_list = 2;
    • getFilterSettingsCase

      ProductFilter.FilterSettingsCase getFilterSettingsCase()