Interface Campaign.OptimizationGoalSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.OptimizationGoalSetting,Campaign.OptimizationGoalSetting.Builder
- Enclosing class:
- Campaign
public static interface Campaign.OptimizationGoalSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOptimizationGoalTypes(int index) The list of optimization goal types.intThe list of optimization goal types.The list of optimization goal types.intgetOptimizationGoalTypesValue(int index) The list of optimization goal types.The list of optimization goal types.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
-
getOptimizationGoalTypesList
List<OptimizationGoalTypeEnum.OptimizationGoalType> getOptimizationGoalTypesList()The list of optimization goal types.
repeated .google.ads.googleads.v18.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;- Returns:
- A list containing the optimizationGoalTypes.
-
getOptimizationGoalTypesCount
int getOptimizationGoalTypesCount()The list of optimization goal types.
repeated .google.ads.googleads.v18.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;- Returns:
- The count of optimizationGoalTypes.
-
getOptimizationGoalTypes
The list of optimization goal types.
repeated .google.ads.googleads.v18.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The optimizationGoalTypes at the given index.
-
getOptimizationGoalTypesValueList
The list of optimization goal types.
repeated .google.ads.googleads.v18.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;- Returns:
- A list containing the enum numeric values on the wire for optimizationGoalTypes.
-
getOptimizationGoalTypesValue
int getOptimizationGoalTypesValue(int index) The list of optimization goal types.
repeated .google.ads.googleads.v18.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of optimizationGoalTypes at the given index.
-