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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the customer lifecycle goal.
   * Customer lifecycle resource names have the form:
   *
   * `customers/{customer_id}/customerLifecycleGoal`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the customer lifecycle goal.
   * Customer lifecycle resource names have the form:
   *
   * `customers/{customer_id}/customerLifecycleGoal`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. Customer acquisition goal customer level value settings.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the customerAcquisitionGoalValueSettings field is set. */ boolean hasCustomerAcquisitionGoalValueSettings(); /** *
   * Output only. Customer acquisition goal customer level value settings.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The customerAcquisitionGoalValueSettings. */ com.google.ads.googleads.v17.common.LifecycleGoalValueSettings getCustomerAcquisitionGoalValueSettings(); /** *
   * Output only. Customer acquisition goal customer level value settings.
   * 
* * .google.ads.googleads.v17.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.LifecycleGoalValueSettingsOrBuilder getCustomerAcquisitionGoalValueSettingsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy