Interface ApplyRecommendationOperation.RaiseTargetCpaBidTooLowParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getTargetMultiplier()
      Required.
      • 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

      • getTargetMultiplier

        double getTargetMultiplier()
         Required. A number greater than 1.0 indicating the factor by which to
         increase the target CPA. This is a required field.
         
        double target_multiplier = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The targetMultiplier.