Interface ListingGroupFilterDimension.ProductConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListingGroupFilterDimension.ProductCondition, ListingGroupFilterDimension.ProductCondition.Builder
Enclosing class:
ListingGroupFilterDimension

public static interface ListingGroupFilterDimension.ProductConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Value of the condition.
    int
    Value of the condition.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getConditionValue

      int getConditionValue()
       Value of the condition.
       
      .google.ads.googleads.v18.enums.ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition condition = 1;
      Returns:
      The enum numeric value on the wire for condition.
    • getCondition

       Value of the condition.
       
      .google.ads.googleads.v18.enums.ListingGroupFilterProductConditionEnum.ListingGroupFilterProductCondition condition = 1;
      Returns:
      The condition.