Interface ApplyRecommendationOperation.ForecastingSetTargetCpaParametersOrBuilder

    • 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.
      long getTargetCpaMicros()
      Average CPA to use for Target CPA bidding strategy.
      boolean hasCampaignBudgetAmountMicros()
      New campaign budget amount to set for a campaign resource.
      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.
         
        optional int64 target_cpa_micros = 1;
        Returns:
        Whether the targetCpaMicros field is set.
      • getTargetCpaMicros

        long getTargetCpaMicros()
         Average CPA to use for Target CPA bidding strategy.
         
        optional int64 target_cpa_micros = 1;
        Returns:
        The targetCpaMicros.
      • 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.