com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.services.PlannableLocationOrBuilder>
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