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

    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.ProductConditionEnum.ProductCondition condition = 1;
      Returns:
      The enum numeric value on the wire for condition.
    • getCondition

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