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):
Attributes
-
boolValue
(type:boolean()
, default:nil
)
- -
datetimeValue
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto
, default:nil
)
- -
doubleValue
(type:float()
, default:nil
)
- -
durationValue
(type:String.t
, default:nil
)
- seconds -
idValue
(type:String.t
, default:nil
)
- An id representing an entity (mid or hrid) -
int64Value
(type:String.t
, default:nil
)
- -
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. -
nestedStructValue
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct
, default:nil
)
- -
protoValue
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObjProto
, default:nil
)
- -
s2cellId
(type:String.t
, default:nil
)
- -
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 -
uint64Value
(type:String.t
, default:nil
)
- -
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
}
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