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
Attributes |
|
|---|---|
| Name | Description |
query |
google.cloud.chronicle_v1.types.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery
Drill down query action config. This field is a member of oneof_ action.
|
filter |
google.cloud.chronicle_v1.types.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter
Drill down filter action config. This field is a member of oneof_ action.
|
external_link |
google.cloud.chronicle_v1.types.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink
Drill down external link action config. This field is a member of oneof_ action.
|
new_tab |
bool
Required. Whether to open the drill down action in a new tab. |
left_click_column |
str
Optional. Table chart column name to associate the custom drill down action on left click. |
Classes
DrillDownExternalLink
DrillDownExternalLink(mapping=None, *, ignore_unknown_fields=False, **kwargs)Drill down external link config.
DrillDownFilter
DrillDownFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)Drill down filter config.
DrillDownQuery
DrillDownQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)Drill down query config.