SuggestGeoTargetConstantsRequest

  • This is the request message for the GeoTargetConstantService.SuggestGeoTargetConstants method.

  • Key fields include locale for translation and hinting, and country_code for restricting returned targets.

  • A required query field, which can be location_names or geo_targets, selects the geo target constants.

  • location_names allows searching by up to 25 names, while geo_targets filters by resource names.

Request message for GeoTargetConstantService.SuggestGeoTargetConstants.

Proto definition

Fields

country_code

string

Returned geo targets are restricted to this country code.

locale

string

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.

query

Union field. Required. A selector of geo target constants.

query can be only one of the following:

geo_targets

GeoTargets

The geo target constant resource names to filter by.

location_names

LocationNames

The location names to search by. At most 25 names can be set.