GoogleApi.ContentWarehouse.V1.Model.GeostoreRegionSpecificNameProto
Table of Contents ▼
Jump to a specific part of the page:
Description
This protocol buffer supports a name per region per language, allowing it to represent the name of a given feature in different regions and languages. For example, the Persian Gulf has different English names in UAE versus Lebanon; each would need to be represented as distinct RegionSpecificNameProtos.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
displayableAsAlternativeName
(type:boolean()
, default:nil
)
- If true, this region specific name should be appended, in parentheses, to the appropriate name from FeatureProto.name, for the default rest of world behavior. -
name
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto
, default:nil
)
- Name to be used for this feature in a specific region and language. -
regionCode
(type:String.t
, default:nil
)
- Region code (or other identifier) for the region.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRegionSpecificNameProto{
displayableAsAlternativeName: boolean() | nil,
name: GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t() | nil,
regionCode: String.t() | nil
}
displayableAsAlternativeName: boolean() | nil,
name: GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t() | nil,
regionCode: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreRegionSpecificNameProto