SqlResultValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A single value in a row from a sql result.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
value |
str
The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format. This field is a member of oneof _ _value .
|
null_value |
bool
Set to true if cell value is null. This field is a member of oneof _ _null_value .
|