GeoTargetConstant

  • A geo target constant is a resource with several fields including resource name, status, ID, name, country code, target type, canonical name, and parent geo target.

  • Key information for a geo target constant such as its name, ID, country code, and status are output only fields.

  • The resource name and parent geo target resource name follow the format geoTargetConstants/{id}.

A geo target constant.

Fields

resource_name

string

Output only. The resource name of the geo target constant. Geo target constant resource names have the form:

geoTargetConstants/{geo_target_constant_id}

status

GeoTargetConstantStatus

Output only. Geo target constant status.

id

int64

Output only. The ID of the geo target constant.

name

string

Output only. Geo target constant English name.

country_code

string

Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.

target_type

string

Output only. Geo target constant target type.

canonical_name

string

Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.

parent_geo_target

string

Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form:

geoTargetConstants/{parent_geo_target_constant_id}