All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.SurfaceTargetingCombinationsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/reach_plan_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface SurfaceTargetingCombinationsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SurfaceTargetingCombinations)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Default surface targeting applied to the ad product.
   * 
* * .google.ads.googleads.v17.services.SurfaceTargeting default_targeting = 1; * @return Whether the defaultTargeting field is set. */ boolean hasDefaultTargeting(); /** *
   * Default surface targeting applied to the ad product.
   * 
* * .google.ads.googleads.v17.services.SurfaceTargeting default_targeting = 1; * @return The defaultTargeting. */ com.google.ads.googleads.v17.services.SurfaceTargeting getDefaultTargeting(); /** *
   * Default surface targeting applied to the ad product.
   * 
* * .google.ads.googleads.v17.services.SurfaceTargeting default_targeting = 1; */ com.google.ads.googleads.v17.services.SurfaceTargetingOrBuilder getDefaultTargetingOrBuilder(); /** *
   * Available surface target combinations for the ad product.
   * 
* * repeated .google.ads.googleads.v17.services.SurfaceTargeting available_targeting_combinations = 2; */ java.util.List getAvailableTargetingCombinationsList(); /** *
   * Available surface target combinations for the ad product.
   * 
* * repeated .google.ads.googleads.v17.services.SurfaceTargeting available_targeting_combinations = 2; */ com.google.ads.googleads.v17.services.SurfaceTargeting getAvailableTargetingCombinations(int index); /** *
   * Available surface target combinations for the ad product.
   * 
* * repeated .google.ads.googleads.v17.services.SurfaceTargeting available_targeting_combinations = 2; */ int getAvailableTargetingCombinationsCount(); /** *
   * Available surface target combinations for the ad product.
   * 
* * repeated .google.ads.googleads.v17.services.SurfaceTargeting available_targeting_combinations = 2; */ java.util.List getAvailableTargetingCombinationsOrBuilderList(); /** *
   * Available surface target combinations for the ad product.
   * 
* * repeated .google.ads.googleads.v17.services.SurfaceTargeting available_targeting_combinations = 2; */ com.google.ads.googleads.v17.services.SurfaceTargetingOrBuilder getAvailableTargetingCombinationsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy