Class DrillDown (0.6.0)

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

Drill down config.

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
default_settings google.cloud.chronicle_v1.types.DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings
Default drill down settings. This field is a member of oneof_ settings.
custom_settings google.cloud.chronicle_v1.types.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings
Custom drill down settings. This field is a member of oneof_ settings.
id str
Required. ID of the drill down.
display_name str
Required. Display name of the drill down.

Classes

CustomDrillDownSettings

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

Custom drill down settings.

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

DefaultDrillDownSettings

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

Default drill down settings.