KnowledgeGraphTripleObj

GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj


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. boolValue (type: boolean(), default: nil)
    -
  2. datetimeValue (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto, default: nil)
    -
  3. doubleValue (type: float(), default: nil)
    -
  4. durationValue (type: String.t, default: nil)
    - seconds
  5. idValue (type: String.t, default: nil)
    - An id representing an entity (mid or hrid)
  6. int64Value (type: String.t, default: nil)
    -
  7. locale (type: String.t, default: nil)
    - The language code for the object value. It must be a BCP 47-compliant language tag (b/10005172). See also go/kg-data-l10n.
  8. nestedStructValue (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct, default: nil)
    -
  9. protoValue (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObjProto, default: nil)
    -
  10. s2cellId (type: String.t, default: nil)
    -
  11. stringValue (type: String.t, default: nil)
    - A UTF-8 string value to be used for the following expected schema types: - /type/rawstring - /type/text - /type/key
  12. uint64Value (type: String.t, default: nil)
    -
  13. uriValue (type: String.t, default: nil)
    - A UTF-8 string value to be used for expected type /type/uri - b/68760994.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj{
boolValue: boolean() | nil,
datetimeValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto.t() | nil,
doubleValue: float() | nil,
durationValue: String.t() | nil,
idValue: String.t() | nil,
int64Value: String.t() | nil,
locale: String.t() | nil,
nestedStructValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct.t() | nil,
protoValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObjProto.t() | nil,
s2cellId: String.t() | nil,
stringValue: String.t() | nil,
uint64Value: String.t() | nil,
uriValue: String.t() | nil
}

Function

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

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