Interface SurfaceTargetingCombinationsOrBuilder

    • Method Detail

      • hasDefaultTargeting

        boolean hasDefaultTargeting()
         Default surface targeting applied to the ad product.
         
        .google.ads.googleads.v15.services.SurfaceTargeting default_targeting = 1;
        Returns:
        Whether the defaultTargeting field is set.
      • getDefaultTargeting

        SurfaceTargeting getDefaultTargeting()
         Default surface targeting applied to the ad product.
         
        .google.ads.googleads.v15.services.SurfaceTargeting default_targeting = 1;
        Returns:
        The defaultTargeting.
      • getDefaultTargetingOrBuilder

        SurfaceTargetingOrBuilder getDefaultTargetingOrBuilder()
         Default surface targeting applied to the ad product.
         
        .google.ads.googleads.v15.services.SurfaceTargeting default_targeting = 1;
      • getAvailableTargetingCombinationsList

        java.util.List<SurfaceTargeting> getAvailableTargetingCombinationsList()
         Available surface target combinations for the ad product.
         
        repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
      • getAvailableTargetingCombinations

        SurfaceTargeting getAvailableTargetingCombinations​(int index)
         Available surface target combinations for the ad product.
         
        repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
      • getAvailableTargetingCombinationsCount

        int getAvailableTargetingCombinationsCount()
         Available surface target combinations for the ad product.
         
        repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
      • getAvailableTargetingCombinationsOrBuilderList

        java.util.List<? extends SurfaceTargetingOrBuilder> getAvailableTargetingCombinationsOrBuilderList()
         Available surface target combinations for the ad product.
         
        repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
      • getAvailableTargetingCombinationsOrBuilder

        SurfaceTargetingOrBuilder getAvailableTargetingCombinationsOrBuilder​(int index)
         Available surface target combinations for the ad product.
         
        repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;