Class Value (1.3.2)

Value(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Data type and value of a parameter. .. attribute:: int64_value

Represents an int64 value.

:type: int

Attributes

NameDescription
string_value str
Represents a string value.
double_value float
Represents a double value.
proto_value google.protobuf.any_pb2.Any
Represents an 'Any' proto value.
bool_value bool
Represents a boolean value.