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 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

      TargetRestriction getTargetRestrictions(int index)
       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

      TargetRestrictionOrBuilder getTargetRestrictionsOrBuilder(int index)
       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

      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.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

      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.v18.common.TargetRestrictionOperation target_restriction_operations = 2;