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 Summary
Modifier and TypeMethodDescriptionImmutable.com.google.protobuf.ByteStringImmutable.Retention goal campaign settings.Retention goal campaign settings.getGoal()Immutable.com.google.protobuf.ByteStringImmutable.Output only.intOutput only.Immutable.com.google.protobuf.ByteStringImmutable.booleanRetention goal campaign settings.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
CampaignGoalSettings.CampaignRetentionGoalSettings 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()
-