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

com.google.ads.googleads.v9.services.ListPlannableLocationsResponseOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v9.services;

public interface ListPlannableLocationsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.services.ListPlannableLocationsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of locations available for planning (Countries, DMAs,
   * sub-countries).
   * For locations like Countries and DMAs see
   * https://developers.google.com/google-ads/api/reference/data/geotargets for
   * more information.
   * 
* * repeated .google.ads.googleads.v9.services.PlannableLocation plannable_locations = 1; */ java.util.List getPlannableLocationsList(); /** *
   * The list of locations available for planning (Countries, DMAs,
   * sub-countries).
   * For locations like Countries and DMAs see
   * https://developers.google.com/google-ads/api/reference/data/geotargets for
   * more information.
   * 
* * repeated .google.ads.googleads.v9.services.PlannableLocation plannable_locations = 1; */ com.google.ads.googleads.v9.services.PlannableLocation getPlannableLocations(int index); /** *
   * The list of locations available for planning (Countries, DMAs,
   * sub-countries).
   * For locations like Countries and DMAs see
   * https://developers.google.com/google-ads/api/reference/data/geotargets for
   * more information.
   * 
* * repeated .google.ads.googleads.v9.services.PlannableLocation plannable_locations = 1; */ int getPlannableLocationsCount(); /** *
   * The list of locations available for planning (Countries, DMAs,
   * sub-countries).
   * For locations like Countries and DMAs see
   * https://developers.google.com/google-ads/api/reference/data/geotargets for
   * more information.
   * 
* * repeated .google.ads.googleads.v9.services.PlannableLocation plannable_locations = 1; */ java.util.List getPlannableLocationsOrBuilderList(); /** *
   * The list of locations available for planning (Countries, DMAs,
   * sub-countries).
   * For locations like Countries and DMAs see
   * https://developers.google.com/google-ads/api/reference/data/geotargets for
   * more information.
   * 
* * repeated .google.ads.googleads.v9.services.PlannableLocation plannable_locations = 1; */ com.google.ads.googleads.v9.services.PlannableLocationOrBuilder getPlannableLocationsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy