Interface ListingGroupFilterDimension.ProductCategoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingGroupFilterDimension.ProductCategory,ListingGroupFilterDimension.ProductCategory.Builder
- Enclosing class:
- ListingGroupFilterDimension
public static interface ListingGroupFilterDimension.ProductCategoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCategoryId()ID of the product category.ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevelgetLevel()Indicates the level of the category in the taxonomy.intgetLevelValue()Indicates the level of the category in the taxonomy.booleanhasCategoryId()ID of the product category.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCategoryId
boolean hasCategoryId()
ID of the product category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436
optional int64 category_id = 1;- Returns:
- Whether the categoryId field is set.
-
getCategoryId
long getCategoryId()
ID of the product category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436
optional int64 category_id = 1;- Returns:
- The categoryId.
-
getLevelValue
int getLevelValue()
Indicates the level of the category in the taxonomy.
.google.ads.googleads.v15.enums.ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel level = 2;- Returns:
- The enum numeric value on the wire for level.
-
getLevel
ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel getLevel()
Indicates the level of the category in the taxonomy.
.google.ads.googleads.v15.enums.ListingGroupFilterProductCategoryLevelEnum.ListingGroupFilterProductCategoryLevel level = 2;- Returns:
- The level.
-
-