Interface ApplyRecommendationOperation.TargetRoasOptInParametersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApplyRecommendationOperation.TargetRoasOptInParameters, ApplyRecommendationOperation.TargetRoasOptInParameters.Builder
Enclosing class:
ApplyRecommendationOperation

public static interface ApplyRecommendationOperation.TargetRoasOptInParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Optional, budget amount to set for the campaign.
    double
    Average ROAS (revenue per unit of spend) to use for Target ROAS bidding strategy.
    boolean
    Optional, budget amount to set for the campaign.
    boolean
    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 Details

    • 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.