Class ColumnType (0.6.0)

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

Singular vs list of values in a column.

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
value google.cloud.chronicle_v1.types.ExecuteDashboardQueryResponse.ColumnValue
Single value in a column. This field is a member of oneof_ type.
list_ google.cloud.chronicle_v1.types.ExecuteDashboardQueryResponse.ColumnType.List
List of values in a column e.g. IPs This field is a member of oneof_ type.

Classes

List

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

Store list of values in a column.