Interface ListingGroupFilterDimension.ProductBiddingCategoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingGroupFilterDimension.ProductBiddingCategory,ListingGroupFilterDimension.ProductBiddingCategory.Builder
- Enclosing class:
- ListingGroupFilterDimension
public static interface ListingGroupFilterDimension.ProductBiddingCategoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()ID of the product bidding category.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevelgetLevel()Indicates the level of the category in the taxonomy.intgetLevelValue()Indicates the level of the category in the taxonomy.booleanhasId()ID of the product bidding category.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
ID of the product bidding 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 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()
ID of the product bidding 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 id = 1;- Returns:
- The id.
-
getLevelValue
int getLevelValue()
Indicates the level of the category in the taxonomy.
.google.ads.googleads.v10.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel level = 2;- Returns:
- The enum numeric value on the wire for level.
-
getLevel
ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel getLevel()
Indicates the level of the category in the taxonomy.
.google.ads.googleads.v10.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel level = 2;- Returns:
- The level.
-
-