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
Modifier and TypeMethodDescriptiongetTargetRestrictionOperations(int index) The list of operations changing the target restrictions.intThe list of operations changing the target restrictions.The list of operations changing the target restrictions.getTargetRestrictionOperationsOrBuilder(int index) The list of operations changing the target restrictions.List<? extends TargetRestrictionOperationOrBuilder>The list of operations changing the target restrictions.getTargetRestrictions(int index) The per-targeting-dimension setting to restrict the reach of your campaign or ad group.intThe per-targeting-dimension setting to restrict the reach of your campaign or ad group.The per-targeting-dimension setting to restrict the reach of your campaign or ad group.getTargetRestrictionsOrBuilder(int index) The per-targeting-dimension setting to restrict the reach of your campaign or ad group.List<? extends TargetRestrictionOrBuilder>The per-targeting-dimension setting to restrict the reach of your campaign or ad group.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
-
getTargetRestrictionsList
List<TargetRestriction> getTargetRestrictionsList()The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v18.common.TargetRestriction target_restrictions = 1; -
getTargetRestrictions
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v18.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.v18.common.TargetRestriction target_restrictions = 1; -
getTargetRestrictionsOrBuilderList
List<? extends TargetRestrictionOrBuilder> getTargetRestrictionsOrBuilderList()The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v18.common.TargetRestriction target_restrictions = 1; -
getTargetRestrictionsOrBuilder
The per-targeting-dimension setting to restrict the reach of your campaign or ad group.
repeated .google.ads.googleads.v18.common.TargetRestriction target_restrictions = 1; -
getTargetRestrictionOperationsList
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.v18.common.TargetRestrictionOperation target_restriction_operations = 2; -
getTargetRestrictionOperations
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.v18.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.v18.common.TargetRestrictionOperation target_restriction_operations = 2; -
getTargetRestrictionOperationsOrBuilderList
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.v18.common.TargetRestrictionOperation target_restriction_operations = 2; -
getTargetRestrictionOperationsOrBuilder
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.v18.common.TargetRestrictionOperation target_restriction_operations = 2;
-