Interface ApplyRecommendationOperation.ForecastingSetTargetCpaParametersOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    New campaign budget amount to set for a campaign resource.
    long
    Average CPA to use for Target CPA bidding strategy.
    boolean
    New campaign budget amount to set for a campaign resource.
    boolean
    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 Details

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