ColumnValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)LINT.IfChange(stats_data) Value of the column based on data type.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
null_val |
bool
True if the value is NULL. This field is a member of oneof_ value.
|
bool_val |
bool
Boolean value. This field is a member of oneof_ value.
|
bytes_val |
bytes
Bytes value. This field is a member of oneof_ value.
|
double_val |
float
Double value. This field is a member of oneof_ value.
|
int64_val |
int
Integer value (signed). This field is a member of oneof_ value.
|
uint64_val |
int
Un-signed integer value. This field is a member of oneof_ value.
|
string_val |
str
String value. Enum values are returned as strings. This field is a member of oneof_ value.
|
timestamp_val |
google.protobuf.timestamp_pb2.Timestamp
Timestamp values. Does not handle interval.
This field is a member of oneof_ value.
|
date_val |
google.type.date_pb2.Date
Date values. This field is a member of oneof_ value.
|
proto_val |
google.protobuf.any_pb2.Any
For any proto values that are not any of the above. This field is a member of oneof_ value.
|
Classes
ValueMetadata
ValueMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)