Interface CustomerAcquisitionGoalSettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomerAcquisitionGoalSettings, CustomerAcquisitionGoalSettings.Builder

public interface CustomerAcquisitionGoalSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOptimizationModeValue

      int getOptimizationModeValue()
       Output only. Customer acquisition optimization mode of this campaign.
       
      .google.ads.googleads.v18.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for optimizationMode.
    • getOptimizationMode

       Output only. Customer acquisition optimization mode of this campaign.
       
      .google.ads.googleads.v18.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The optimizationMode.
    • hasValueSettings

      boolean hasValueSettings()
       Output only. Campaign specific values for the customer acquisition goal.
       
      .google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the valueSettings field is set.
    • getValueSettings

      LifecycleGoalValueSettings getValueSettings()
       Output only. Campaign specific values for the customer acquisition goal.
       
      .google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The valueSettings.
    • getValueSettingsOrBuilder

      LifecycleGoalValueSettingsOrBuilder getValueSettingsOrBuilder()
       Output only. Campaign specific values for the customer acquisition goal.
       
      .google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];