Interface ApplyRecommendationOperation.ForecastingSetTargetRoasParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCampaignBudgetAmountMicros()
      New campaign budget amount to set for a campaign resource.
      double getTargetRoas()
      New target ROAS (revenue per unit of spend) to set for a campaign resource.
      boolean hasCampaignBudgetAmountMicros()
      New campaign budget amount to set for a campaign resource.
      boolean hasTargetRoas()
      New target ROAS (revenue per unit of spend) to set for a campaign resource.
      • 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

      • hasTargetRoas

        boolean hasTargetRoas()
         New target ROAS (revenue per unit of spend) to set for a campaign
         resource.
         The value is between 0.01 and 1000.0, inclusive.
         
        optional double target_roas = 1;
        Returns:
        Whether the targetRoas field is set.
      • getTargetRoas

        double getTargetRoas()
         New target ROAS (revenue per unit of spend) to set for a campaign
         resource.
         The value is between 0.01 and 1000.0, inclusive.
         
        optional double target_roas = 1;
        Returns:
        The targetRoas.
      • hasCampaignBudgetAmountMicros

        boolean hasCampaignBudgetAmountMicros()
         New campaign budget amount to set for a campaign resource.
         
        optional int64 campaign_budget_amount_micros = 2;
        Returns:
        Whether the campaignBudgetAmountMicros field is set.
      • getCampaignBudgetAmountMicros

        long getCampaignBudgetAmountMicros()
         New campaign budget amount to set for a campaign resource.
         
        optional int64 campaign_budget_amount_micros = 2;
        Returns:
        The campaignBudgetAmountMicros.