Interface ApplyRecommendationOperation.TargetRoasOptInParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNewCampaignBudgetAmountMicros()
      Optional, budget amount to set for the campaign.
      double getTargetRoas()
      Average ROAS (revenue per unit of spend) to use for Target ROAS bidding strategy.
      boolean hasNewCampaignBudgetAmountMicros()
      Optional, budget amount to set for the campaign.
      boolean hasTargetRoas()
      Average ROAS (revenue per unit of spend) to use for Target ROAS bidding strategy.
      • 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()
         Average ROAS (revenue per unit of spend) to use for Target ROAS bidding
         strategy. The value is between 0.01 and 1000.0, inclusive. This is a
         required field, unless new_campaign_budget_amount_micros is set.
         
        optional double target_roas = 1;
        Returns:
        Whether the targetRoas field is set.
      • getTargetRoas

        double getTargetRoas()
         Average ROAS (revenue per unit of spend) to use for Target ROAS bidding
         strategy. The value is between 0.01 and 1000.0, inclusive. This is a
         required field, unless new_campaign_budget_amount_micros is set.
         
        optional double target_roas = 1;
        Returns:
        The targetRoas.
      • hasNewCampaignBudgetAmountMicros

        boolean hasNewCampaignBudgetAmountMicros()
         Optional, budget amount to set for the campaign.
         
        optional int64 new_campaign_budget_amount_micros = 2;
        Returns:
        Whether the newCampaignBudgetAmountMicros field is set.
      • getNewCampaignBudgetAmountMicros

        long getNewCampaignBudgetAmountMicros()
         Optional, budget amount to set for the campaign.
         
        optional int64 new_campaign_budget_amount_micros = 2;
        Returns:
        The newCampaignBudgetAmountMicros.