Interface ApplyRecommendationOperation.TargetCpaOptInParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNewCampaignBudgetAmountMicros()
      Optional, budget amount to set for the campaign.
      long getTargetCpaMicros()
      Average CPA to use for Target CPA bidding strategy.
      boolean hasNewCampaignBudgetAmountMicros()
      Optional, budget amount to set for the campaign.
      boolean hasTargetCpaMicros()
      Average CPA to use for Target CPA 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

      • hasTargetCpaMicros

        boolean hasTargetCpaMicros()
         Average CPA to use for Target CPA bidding strategy. This is a required
         field.
         
        optional int64 target_cpa_micros = 3;
        Returns:
        Whether the targetCpaMicros field is set.
      • getTargetCpaMicros

        long getTargetCpaMicros()
         Average CPA to use for Target CPA bidding strategy. This is a required
         field.
         
        optional int64 target_cpa_micros = 3;
        Returns:
        The targetCpaMicros.
      • hasNewCampaignBudgetAmountMicros

        boolean hasNewCampaignBudgetAmountMicros()
         Optional, budget amount to set for the campaign.
         
        optional int64 new_campaign_budget_amount_micros = 4;
        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 = 4;
        Returns:
        The newCampaignBudgetAmountMicros.