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 Summary
Modifier and TypeMethodDescriptionThe list of marketing goals.The list of marketing goals.The list of products.The list of products.booleanThe list of marketing goals.booleanThe list of products.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
-
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()
-