Interface CampaignGoalConfigOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the campaign goal config.
       campaign goal config resource names have the form:
       `customers/{customer_id}/campaignGoalConfigs/{campaign_id}~{goal_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 campaign goal config.
       campaign goal config resource names have the form:
       `customers/{customer_id}/campaignGoalConfigs/{campaign_id}~{goal_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getCampaign

      String getCampaign()
       Immutable. The resource name of the campaign for this link.
       
      string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The campaign.
    • getCampaignBytes

      com.google.protobuf.ByteString getCampaignBytes()
       Immutable. The resource name of the campaign for this link.
       
      string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for campaign.
    • getGoal

      String getGoal()
       Immutable. The resource name of the goal this link is attached to.
       
      string goal = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The goal.
    • getGoalBytes

      com.google.protobuf.ByteString getGoalBytes()
       Immutable. The resource name of the goal this link is attached to.
       
      string goal = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for goal.
    • getGoalTypeValue

      int getGoalTypeValue()
       Output only. The goal type this link is attached to.
       
      .google.ads.googleads.v22.enums.GoalTypeEnum.GoalType goal_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for goalType.
    • getGoalType

      GoalTypeEnum.GoalType getGoalType()
       Output only. The goal type this link is attached to.
       
      .google.ads.googleads.v22.enums.GoalTypeEnum.GoalType goal_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The goalType.
    • hasCampaignRetentionSettings

      boolean hasCampaignRetentionSettings()
       Retention goal campaign settings.
       
      .google.ads.googleads.v22.common.CampaignGoalSettings.CampaignRetentionGoalSettings campaign_retention_settings = 5;
      Returns:
      Whether the campaignRetentionSettings field is set.
    • getCampaignRetentionSettings

       Retention goal campaign settings.
       
      .google.ads.googleads.v22.common.CampaignGoalSettings.CampaignRetentionGoalSettings campaign_retention_settings = 5;
      Returns:
      The campaignRetentionSettings.
    • getCampaignRetentionSettingsOrBuilder

      CampaignGoalSettings.CampaignRetentionGoalSettingsOrBuilder getCampaignRetentionSettingsOrBuilder()
       Retention goal campaign settings.
       
      .google.ads.googleads.v22.common.CampaignGoalSettings.CampaignRetentionGoalSettings campaign_retention_settings = 5;
    • getCampaignGoalConfigSettingsCase

      CampaignGoalConfig.CampaignGoalConfigSettingsCase getCampaignGoalConfigSettingsCase()