All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.CustomerAcquisitionGoalSettingsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/campaign_lifecycle_goal.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CustomerAcquisitionGoalSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerAcquisitionGoalSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Customer acquisition optimization mode of this campaign.
   * 
* * .google.ads.googleads.v17.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for optimizationMode. */ int getOptimizationModeValue(); /** *
   * Output only. Customer acquisition optimization mode of this campaign.
   * 
* * .google.ads.googleads.v17.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The optimizationMode. */ com.google.ads.googleads.v17.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode getOptimizationMode(); /** *
   * Output only. Campaign specific values for the customer acquisition goal.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the valueSettings field is set. */ boolean hasValueSettings(); /** *
   * Output only. Campaign specific values for the customer acquisition goal.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The valueSettings. */ com.google.ads.googleads.v17.common.LifecycleGoalValueSettings getValueSettings(); /** *
   * Output only. Campaign specific values for the customer acquisition goal.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.LifecycleGoalValueSettingsOrBuilder getValueSettingsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy