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

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

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

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

public interface CustomerLifecycleGoalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.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. Common lifecycle goal settings shared among different types of
   * lifecycle goals.
   * 
* * .google.ads.googleads.v16.resources.CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings lifecycle_goal_customer_definition_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the lifecycleGoalCustomerDefinitionSettings field is set. */ boolean hasLifecycleGoalCustomerDefinitionSettings(); /** *
   * Output only. Common lifecycle goal settings shared among different types of
   * lifecycle goals.
   * 
* * .google.ads.googleads.v16.resources.CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings lifecycle_goal_customer_definition_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The lifecycleGoalCustomerDefinitionSettings. */ com.google.ads.googleads.v16.resources.CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings getLifecycleGoalCustomerDefinitionSettings(); /** *
   * Output only. Common lifecycle goal settings shared among different types of
   * lifecycle goals.
   * 
* * .google.ads.googleads.v16.resources.CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettings lifecycle_goal_customer_definition_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v16.resources.CustomerLifecycleGoal.LifecycleGoalCustomerDefinitionSettingsOrBuilder getLifecycleGoalCustomerDefinitionSettingsOrBuilder(); /** *
   * Output only. Customer acquisition goal customer level value settings.
   * 
* * .google.ads.googleads.v16.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.v16.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The customerAcquisitionGoalValueSettings. */ com.google.ads.googleads.v16.common.LifecycleGoalValueSettings getCustomerAcquisitionGoalValueSettings(); /** *
   * Output only. Customer acquisition goal customer level value settings.
   * 
* * .google.ads.googleads.v16.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v16.common.LifecycleGoalValueSettingsOrBuilder getCustomerAcquisitionGoalValueSettingsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy