RepositoryWebrefCompactKgValue

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue


Table of Contents ▼

Jump to a specific part of the page:

Description

Analog to freebase::Value TODO(b/144526840) This representation has several quality and performance issues. Next available tag number: 12

Attributes List

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

View Attributes

Attributes

  1. boolValue (type: boolean(), default: nil)
    - Present when value is bool.
  2. compoundValue (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgTopic, default: nil)
    - Compound values are those that contain either a number of simple valued facets (such as a latitude/longitude pair), or "mediator" topics representing multi-dimensional relationships between topics. See metaweb/data/topictable/topic.proto for more details.
  3. datetimeValue (type: String.t, default: nil)
    - Present when value is datetime.
  4. enumValue (type: String.t, default: nil)
    - Present when value is enum.
  5. floatValue (type: float(), default: nil)
    - Present when value is float.
  6. idValue (type: String.t, default: nil)
    - Present when value is an id.
  7. intValue (type: String.t, default: nil)
    - Present when value is int.
  8. serializedProtoValue (type: String.t, default: nil)
    - Present when value is a serialized protocol buffer.
  9. textValue (type: String.t, default: nil)
    - Present when value is text.
  10. uriValue (type: String.t, default: nil)
    - Present when value is URI.
  11. uriValueFprint32 (type: integer(), default: nil)
    - 32-bit fprint of uri. Can be used instead of uri_value to save space. See GetNormalizedUriFprint32().

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue{
boolValue: boolean() | nil,
compoundValue: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgTopic.t() | nil,
datetimeValue: String.t() | nil,
enumValue: String.t() | nil,
floatValue: float() | nil,
idValue: String.t() | nil,
intValue: String.t() | nil,
serializedProtoValue: String.t() | nil,
textValue: String.t() | nil,
uriValue: String.t() | nil,
uriValueFprint32: integer() | nil
}

Function

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

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