Voting helps other researchers find interesting modules.
Feature ID forwardings. There are many different types of ID forwardings, some of which are attached to live features, others to removed features. This information is available in multiple forms (with different completeness guarantees): (1) in RPC responses to read requests to the live Geo repository; (2) on disk, as part of the metadata section of features found in the (inactive) features snapshots; (3) on disk, as part of a separate feature_id_forwardings side table.
duplicateOf
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
nil
forwardedId
inactiveDuplicate
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t)
replacedBy
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdListProto.t
transitivelyDuplicateOf
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdForwardingsProto{ duplicateOf: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, forwardedId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, inactiveDuplicate: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil, replacedBy: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdListProto.t() | nil, transitivelyDuplicateOf: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil }
@spec decode(struct(), keyword()) :: struct()