View Source GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint (google_api_content_warehouse v0.4.0)

Used for storing fingerprints, along with meta-data that expresses how the fingerprint was computed. The metadata can be anything that fits in an uint64.

Attributes

  • metadata (type: String.t, default: nil) -
  • value (type: list(String.t), default: nil) - Repeated to allow for fingerprints larger than 64-bits.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint{
  metadata: String.t() | nil,
  value: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.