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):
Attributes
-
boolValue
(type:boolean()
, default:nil
)
- Present when value is bool. -
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. -
datetimeValue
(type:String.t
, default:nil
)
- Present when value is datetime. -
enumValue
(type:String.t
, default:nil
)
- Present when value is enum. -
floatValue
(type:float()
, default:nil
)
- Present when value is float. -
idValue
(type:String.t
, default:nil
)
- Present when value is an id. -
intValue
(type:String.t
, default:nil
)
- Present when value is int. -
serializedProtoValue
(type:String.t
, default:nil
)
- Present when value is a serialized protocol buffer. -
textValue
(type:String.t
, default:nil
)
- Present when value is text. -
uriValue
(type:String.t
, default:nil
)
- Present when value is URI. -
uriValueFprint32
(type:integer()
, default:nil
)
- 32-bit fprint of uri. Can be used instead ofuri_value
to save space. SeeGetNormalizedUriFprint32()
.
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
}
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