Interface ConversionValueRule.ValueRuleActionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ValueRuleOperationEnum.ValueRuleOperation getOperation()
      Specifies applied operation.
      int getOperationValue()
      Specifies applied operation.
      double getValue()
      Specifies applied value.
      • 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

      • getOperationValue

        int getOperationValue()
         Specifies applied operation.
         
        .google.ads.googleads.v10.enums.ValueRuleOperationEnum.ValueRuleOperation operation = 1;
        Returns:
        The enum numeric value on the wire for operation.
      • getOperation

        ValueRuleOperationEnum.ValueRuleOperation getOperation()
         Specifies applied operation.
         
        .google.ads.googleads.v10.enums.ValueRuleOperationEnum.ValueRuleOperation operation = 1;
        Returns:
        The operation.
      • getValue

        double getValue()
         Specifies applied value.
         
        double value = 2;
        Returns:
        The value.