Input(mapping=None, *, ignore_unknown_fields=False, **kwargs)Input to the query like time window.
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 |
time_window |
google.type.interval_pb2.Interval
time range to fetch the data for. This field is a member of oneof_ time_input.
|
relative_time |
google.cloud.chronicle_v1.types.DashboardQuery.Input.RelativeTime
time range for last x units. This field is a member of oneof_ time_input.
|
Classes
RelativeTime
RelativeTime(mapping=None, *, ignore_unknown_fields=False, **kwargs)time representation for last x units.