ColumnMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata of the column.
Attributes |
|
|---|---|
| Name | Description |
column |
str
Name of the column. |
field_path |
str
Field path of the queried field, if any. |
function_name |
str
Name of the function used to query the field, if any. |
function_module |
str
Module of the function used to query the field, if any. |
data_source |
google.cloud.chronicle_v1.types.DataSource
Data source queried. |
timestamp_metadata |
google.cloud.chronicle_v1.types.TimestampMetadata
Timestamp Metadata |
longitude |
bool
Whether the column is a longitude field. |
latitude |
bool
Whether the column is a latitude field. |
selected |
bool
Whether the column is selected in the final response. |
unselected |
bool
Whether the column is unselected in the final response. |