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

com.google.ads.googleads.v17.services.ListPlannableLocationsResponseOrBuilder 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 ListPlannableLocationsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ListPlannableLocationsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of locations available for planning.
   * See
   * https://developers.google.com/google-ads/api/reference/data/geotargets
   * for sample locations.
   * 
* * repeated .google.ads.googleads.v17.services.PlannableLocation plannable_locations = 1; */ java.util.List getPlannableLocationsList(); /** *
   * The list of locations available for planning.
   * See
   * https://developers.google.com/google-ads/api/reference/data/geotargets
   * for sample locations.
   * 
* * repeated .google.ads.googleads.v17.services.PlannableLocation plannable_locations = 1; */ com.google.ads.googleads.v17.services.PlannableLocation getPlannableLocations(int index); /** *
   * The list of locations available for planning.
   * See
   * https://developers.google.com/google-ads/api/reference/data/geotargets
   * for sample locations.
   * 
* * repeated .google.ads.googleads.v17.services.PlannableLocation plannable_locations = 1; */ int getPlannableLocationsCount(); /** *
   * The list of locations available for planning.
   * See
   * https://developers.google.com/google-ads/api/reference/data/geotargets
   * for sample locations.
   * 
* * repeated .google.ads.googleads.v17.services.PlannableLocation plannable_locations = 1; */ java.util.List getPlannableLocationsOrBuilderList(); /** *
   * The list of locations available for planning.
   * See
   * https://developers.google.com/google-ads/api/reference/data/geotargets
   * for sample locations.
   * 
* * repeated .google.ads.googleads.v17.services.PlannableLocation plannable_locations = 1; */ com.google.ads.googleads.v17.services.PlannableLocationOrBuilder getPlannableLocationsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy