
com.google.ads.googleads.v13.services.SuggestGeoTargetConstantsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v13 Show documentation
Show all versions of google-ads-stubs-v13 Show documentation
Stubs for GAAPI version google-ads-stubs-v13
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v13/services/geo_target_constant_service.proto
package com.google.ads.googleads.v13.services;
public interface SuggestGeoTargetConstantsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v13.services.SuggestGeoTargetConstantsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Geo target constant suggestions.
*
*
* repeated .google.ads.googleads.v13.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
*/
java.util.List
getGeoTargetConstantSuggestionsList();
/**
*
* Geo target constant suggestions.
*
*
* repeated .google.ads.googleads.v13.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
*/
com.google.ads.googleads.v13.services.GeoTargetConstantSuggestion getGeoTargetConstantSuggestions(int index);
/**
*
* Geo target constant suggestions.
*
*
* repeated .google.ads.googleads.v13.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
*/
int getGeoTargetConstantSuggestionsCount();
/**
*
* Geo target constant suggestions.
*
*
* repeated .google.ads.googleads.v13.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
*/
java.util.List extends com.google.ads.googleads.v13.services.GeoTargetConstantSuggestionOrBuilder>
getGeoTargetConstantSuggestionsOrBuilderList();
/**
*
* Geo target constant suggestions.
*
*
* repeated .google.ads.googleads.v13.services.GeoTargetConstantSuggestion geo_target_constant_suggestions = 1;
*/
com.google.ads.googleads.v13.services.GeoTargetConstantSuggestionOrBuilder getGeoTargetConstantSuggestionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy