GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureReplacementInfoProto
Table of Contents ▼
Jump to a specific part of the page:
Description
Metadata to track feature derivations and replacements. This is used to track feature provenance (particularly for road segments).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
derivedFrom
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto)
, default:nil
)
- This feature was created to replace other features that are referenced by this field. -
replacedBy
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto)
, default:nil
)
- This feature was replaced by other features that are referenced by this this field.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureReplacementInfoProto{
derivedFrom: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil,
replacedBy: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}
derivedFrom: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil,
replacedBy: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureReplacementInfoProto