com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequestOrBuilder 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/geo_target_constant_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SuggestGeoTargetConstantsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* If possible, returned geo targets are translated using this locale. If not,
* en is used by default. This is also used as a hint for returned geo
* targets.
*
*
* optional string locale = 6;
* @return Whether the locale field is set.
*/
boolean hasLocale();
/**
*
* If possible, returned geo targets are translated using this locale. If not,
* en is used by default. This is also used as a hint for returned geo
* targets.
*
*
* optional string locale = 6;
* @return The locale.
*/
java.lang.String getLocale();
/**
*
* If possible, returned geo targets are translated using this locale. If not,
* en is used by default. This is also used as a hint for returned geo
* targets.
*
*
* optional string locale = 6;
* @return The bytes for locale.
*/
com.google.protobuf.ByteString
getLocaleBytes();
/**
*
* Returned geo targets are restricted to this country code.
*
*
* optional string country_code = 7;
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* Returned geo targets are restricted to this country code.
*
*
* optional string country_code = 7;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Returned geo targets are restricted to this country code.
*
*
* optional string country_code = 7;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* The location names to search by. At most 25 names can be set.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
* @return Whether the locationNames field is set.
*/
boolean hasLocationNames();
/**
*
* The location names to search by. At most 25 names can be set.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
* @return The locationNames.
*/
com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.LocationNames getLocationNames();
/**
*
* The location names to search by. At most 25 names can be set.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
*/
com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.LocationNamesOrBuilder getLocationNamesOrBuilder();
/**
*
* The geo target constant resource names to filter by.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
* @return Whether the geoTargets field is set.
*/
boolean hasGeoTargets();
/**
*
* The geo target constant resource names to filter by.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
* @return The geoTargets.
*/
com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.GeoTargets getGeoTargets();
/**
*
* The geo target constant resource names to filter by.
*
*
* .google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
*/
com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.GeoTargetsOrBuilder getGeoTargetsOrBuilder();
com.google.ads.googleads.v17.services.SuggestGeoTargetConstantsRequest.QueryCase getQueryCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy