Interface ProductConditionInfoOrBuilder

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

    public interface ProductConditionInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProductConditionEnum.ProductCondition getCondition()
      Value of the condition.
      int getConditionValue()
      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 Detail

      • getConditionValue

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

        ProductConditionEnum.ProductCondition getCondition()
         Value of the condition.
         
        .google.ads.googleads.v10.enums.ProductConditionEnum.ProductCondition condition = 1;
        Returns:
        The condition.