Interface CampaignLifecycleGoalOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the customer lifecycle goal of a campaign.
      
       `customers/{customer_id}/campaignLifecycleGoal/{campaign_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the customer lifecycle goal of a campaign.
      
       `customers/{customer_id}/campaignLifecycleGoal/{campaign_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getCampaign

      String getCampaign()
       Output only. The campaign where the goal is attached.
       
      string campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The campaign.
    • getCampaignBytes

      com.google.protobuf.ByteString getCampaignBytes()
       Output only. The campaign where the goal is attached.
       
      string campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for campaign.
    • hasCustomerAcquisitionGoalSettings

      boolean hasCustomerAcquisitionGoalSettings()
       Output only. The customer acquisition goal settings for the campaign. The
       customer acquisition goal is described in this article:
       https://support.google.com/google-ads/answer/12080169
       
      .google.ads.googleads.v18.resources.CustomerAcquisitionGoalSettings customer_acquisition_goal_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the customerAcquisitionGoalSettings field is set.
    • getCustomerAcquisitionGoalSettings

      CustomerAcquisitionGoalSettings getCustomerAcquisitionGoalSettings()
       Output only. The customer acquisition goal settings for the campaign. The
       customer acquisition goal is described in this article:
       https://support.google.com/google-ads/answer/12080169
       
      .google.ads.googleads.v18.resources.CustomerAcquisitionGoalSettings customer_acquisition_goal_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The customerAcquisitionGoalSettings.
    • getCustomerAcquisitionGoalSettingsOrBuilder

      CustomerAcquisitionGoalSettingsOrBuilder getCustomerAcquisitionGoalSettingsOrBuilder()
       Output only. The customer acquisition goal settings for the campaign. The
       customer acquisition goal is described in this article:
       https://support.google.com/google-ads/answer/12080169
       
      .google.ads.googleads.v18.resources.CustomerAcquisitionGoalSettings customer_acquisition_goal_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];