Interface CustomerLifecycleGoalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerLifecycleGoal,CustomerLifecycleGoal.Builder
public interface CustomerLifecycleGoalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.Immutable.com.google.protobuf.ByteStringImmutable.booleanOutput only.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 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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()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) = { ... }- Returns:
- The bytes for resourceName.
-
hasCustomerAcquisitionGoalValueSettings
boolean hasCustomerAcquisitionGoalValueSettings()Output only. Customer acquisition goal customer level value settings.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the customerAcquisitionGoalValueSettings field is set.
-
getCustomerAcquisitionGoalValueSettings
LifecycleGoalValueSettings getCustomerAcquisitionGoalValueSettings()Output only. Customer acquisition goal customer level value settings.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The customerAcquisitionGoalValueSettings.
-
getCustomerAcquisitionGoalValueSettingsOrBuilder
LifecycleGoalValueSettingsOrBuilder getCustomerAcquisitionGoalValueSettingsOrBuilder()Output only. Customer acquisition goal customer level value settings.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-