Value

A generic data container.

Fields
Union field

value

value. A value. value can be only one of the following:

boolean_value

bool

A boolean.

int64_value

int64

An int64.

float_value

float

A float.

double_value

double

A double.

string_value

string

A string.