Interface CustomerAcquisitionGoalSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerAcquisitionGoalSettings,CustomerAcquisitionGoalSettings.Builder
public interface CustomerAcquisitionGoalSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.Output only.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
-
getOptimizationModeValue
int getOptimizationModeValue()Output only. Customer acquisition optimization mode of this campaign.
.google.ads.googleads.v18.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for optimizationMode.
-
getOptimizationMode
CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode getOptimizationMode()Output only. Customer acquisition optimization mode of this campaign.
.google.ads.googleads.v18.enums.CustomerAcquisitionOptimizationModeEnum.CustomerAcquisitionOptimizationMode optimization_mode = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The optimizationMode.
-
hasValueSettings
boolean hasValueSettings()Output only. Campaign specific values for the customer acquisition goal.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the valueSettings field is set.
-
getValueSettings
LifecycleGoalValueSettings getValueSettings()Output only. Campaign specific values for the customer acquisition goal.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The valueSettings.
-
getValueSettingsOrBuilder
LifecycleGoalValueSettingsOrBuilder getValueSettingsOrBuilder()Output only. Campaign specific values for the customer acquisition goal.
.google.ads.googleads.v18.common.LifecycleGoalValueSettings value_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-