Value

google.protobuf.Value

type Value

google.protobuf.Value

Field

Type

Description

null_value

NullValue

enum

FieldNumberDescription
NULL_VALUE0Represents a null value.Null value.

kind

oneof

FieldTypeDescription
null_valueNullValueRepresents a null value.
number_valuedoubleRepresents a double value.
string_valuestringRepresents a string value.
bool_valueboolRepresents a boolean value.
struct_valueStructRepresents a structured value.
list_valueListValueRepresents a repeated Value.
GOOGLE EXAMPLE