GeostoreRawMetadataProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. conflationMethod (type: String.t, default: nil)
    - Method to use when conflating together RawDataProto values at the same key NB: If you add a new ConflationMethod, then you must add the corresponding logic to MergeRawData to conflate the RawDataProto values using this method.
  2. description (type: String.t, default: nil)
    - Self-contained documentation about what this field represents and how its values are encoded.
  3. key (type: String.t, default: nil)
    - The key being described.
  4. label (type: String.t, default: nil)
    - A longer, human-readable name associated with this key. The label might be used in a data explorer tool, for example.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto{
conflationMethod: String.t() | nil,
description: String.t() | nil,
key: String.t() | nil,
label: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto