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