
com.google.ads.googleads.v9.services.ListPlannableLocationsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
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 extends com.google.ads.googleads.v9.services.PlannableLocationOrBuilder>
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