Interface SurfaceTargetingCombinationsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SurfaceTargetingCombinations, SurfaceTargetingCombinations.Builder

public interface SurfaceTargetingCombinationsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDefaultTargeting

      boolean hasDefaultTargeting()
       Default surface targeting applied to the ad product.
       
      .google.ads.googleads.v18.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.v18.services.SurfaceTargeting default_targeting = 1;
      Returns:
      The defaultTargeting.
    • getDefaultTargetingOrBuilder

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

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

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

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

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

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