Interface TargetingSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetingSetting,TargetingSetting.Builder
public interface TargetingSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetRestrictionOperationgetTargetRestrictionOperations(int index)The list of operations changing the target restrictions.intgetTargetRestrictionOperationsCount()The list of operations changing the target restrictions.java.util.List<TargetRestrictionOperation>getTargetRestrictionOperationsList()The list of operations changing the target restrictions.TargetRestrictionOperationOrBuildergetTargetRestrictionOperationsOrBuilder(int index)The list of operations changing the target restrictions.java.util.List<? extends TargetRestrictionOperationOrBuilder>getTargetRestrictionOperationsOrBuilderList()The list of operations changing the target restrictions.TargetRestrictiongetTargetRestrictions(int index)The per-targeting-dimension setting to restrict the reach of your campaign or ad group.intgetTargetRestrictionsCount()The per-targeting-dimension setting to restrict the reach of your campaign or ad group.java.util.List<TargetRestriction>getTargetRestrictionsList()The per-targeting-dimension setting to restrict the reach of your campaign or ad group.TargetRestrictionOrBuildergetTargetRestrictionsOrBuilder(int index)The per-targeting-dimension setting to restrict the reach of your campaign or ad group.java.util.List<? extends TargetRestrictionOrBuilder>getTargetRestrictionsOrBuilderList()The per-targeting-dimension setting to restrict the reach of your campaign or ad group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetRestrictionsList
java.util.List<TargetRestriction> getTargetRestrictionsList()
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
-
getTargetRestrictions
TargetRestriction getTargetRestrictions(int index)
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
-
getTargetRestrictionsCount
int getTargetRestrictionsCount()
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
-
getTargetRestrictionsOrBuilderList
java.util.List<? extends TargetRestrictionOrBuilder> getTargetRestrictionsOrBuilderList()
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
-
getTargetRestrictionsOrBuilder
TargetRestrictionOrBuilder getTargetRestrictionsOrBuilder(int index)
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
-
getTargetRestrictionOperationsList
java.util.List<TargetRestrictionOperation> getTargetRestrictionOperationsList()
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
-
getTargetRestrictionOperations
TargetRestrictionOperation getTargetRestrictionOperations(int index)
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
-
getTargetRestrictionOperationsCount
int getTargetRestrictionOperationsCount()
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
-
getTargetRestrictionOperationsOrBuilderList
java.util.List<? extends TargetRestrictionOperationOrBuilder> getTargetRestrictionOperationsOrBuilderList()
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
-
getTargetRestrictionOperationsOrBuilder
TargetRestrictionOperationOrBuilder getTargetRestrictionOperationsOrBuilder(int index)
The list of operations changing the target restrictions. Adding a target restriction with a targeting dimension that already exists causes the existing target restriction to be replaced with the new value.
repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
-
-