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

com.google.ads.googleads.v17.common.LifecycleGoalValueSettingsOrBuilder Maven / Gradle / Ivy

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

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

public interface LifecycleGoalValueSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.LifecycleGoalValueSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Value of the lifecycle goal. For example, for customer acquisition goal,
   * value is the incremental conversion value for new customers who are not of
   * high value.
   * 
* * optional double value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * Value of the lifecycle goal. For example, for customer acquisition goal,
   * value is the incremental conversion value for new customers who are not of
   * high value.
   * 
* * optional double value = 1; * @return The value. */ double getValue(); /** *
   * High lifetime value of the lifecycle goal. For example, for customer
   * acquisition goal, high lifetime value is the incremental conversion value
   * for new customers who are of high value. High lifetime value should be
   * greater than value, if set.
   * In current stage, high lifetime value feature is in beta and this field
   * is read-only.
   * 
* * optional double high_lifetime_value = 2; * @return Whether the highLifetimeValue field is set. */ boolean hasHighLifetimeValue(); /** *
   * High lifetime value of the lifecycle goal. For example, for customer
   * acquisition goal, high lifetime value is the incremental conversion value
   * for new customers who are of high value. High lifetime value should be
   * greater than value, if set.
   * In current stage, high lifetime value feature is in beta and this field
   * is read-only.
   * 
* * optional double high_lifetime_value = 2; * @return The highLifetimeValue. */ double getHighLifetimeValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy