Interface Recommendation.TargetAdjustmentInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCurrentAverageTargetMicros()
      Output only.
      double getRecommendedTargetMultiplier()
      Output only.
      java.lang.String getSharedSet()
      Output only.
      com.google.protobuf.ByteString getSharedSetBytes()
      Output only.
      boolean hasSharedSet()
      Output only.
      • 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

      • hasSharedSet

        boolean hasSharedSet()
         Output only. The shared set resource name of the portfolio bidding
         strategy where the target is defined. Only populated if the
         recommendation is portfolio level.
         
        optional string shared_set = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the sharedSet field is set.
      • getSharedSet

        java.lang.String getSharedSet()
         Output only. The shared set resource name of the portfolio bidding
         strategy where the target is defined. Only populated if the
         recommendation is portfolio level.
         
        optional string shared_set = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The sharedSet.
      • getSharedSetBytes

        com.google.protobuf.ByteString getSharedSetBytes()
         Output only. The shared set resource name of the portfolio bidding
         strategy where the target is defined. Only populated if the
         recommendation is portfolio level.
         
        optional string shared_set = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for sharedSet.
      • getRecommendedTargetMultiplier

        double getRecommendedTargetMultiplier()
         Output only. The factor by which we recommend the target to be adjusted
         by.
         
        double recommended_target_multiplier = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The recommendedTargetMultiplier.
      • getCurrentAverageTargetMicros

        long getCurrentAverageTargetMicros()
         Output only. The current average target of the campaign or portfolio
         targeted by this recommendation.
         
        int64 current_average_target_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The currentAverageTargetMicros.