Voting helps other researchers find interesting modules.
Every data source used to construct a data repository has an associated feature that provides more information about it. The standard feature properties have the following interpretations: bound - The bounds must includes all features that refer to this data source, so that bucketing MapReduce passes work correctly. name - The provider name associated with this data source. It is expected to remain constant from release to release, and between datasets. address - should be empty. point, polyline, polygon - should be empty. source_info - should not be set. child - should be empty.
attributionUrl
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.t)
nil
copyrightOwner
String.t
copyrightYear
integer()
description
importerBuildInfo
importerBuildTarget
importerClientInfo
importerMpmVersion
importerTimestamp
provider
rawMetadata
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto.t)
release
releaseDate
GoogleApi.ContentWarehouse.V1.Model.GeostoreDateTimeProto.t
sourceDataset
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreDataSourceProto{ attributionUrl: [GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.t()] | nil, copyrightOwner: String.t() | nil, copyrightYear: integer() | nil, description: String.t() | nil, importerBuildInfo: String.t() | nil, importerBuildTarget: String.t() | nil, importerClientInfo: String.t() | nil, importerMpmVersion: String.t() | nil, importerTimestamp: String.t() | nil, provider: String.t() | nil, rawMetadata: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto.t()] | nil, release: String.t() | nil, releaseDate: GoogleApi.ContentWarehouse.V1.Model.GeostoreDateTimeProto.t() | nil, sourceDataset: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()