EditChartRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message to edit chart in a dashboard.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The dashboard name to edit chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} |
dashboard_query |
google.cloud.chronicle_v1.types.DashboardQuery
Optional. Query for the edited chart. |
dashboard_chart |
google.cloud.chronicle_v1.types.DashboardChart
Optional. Edited chart. |
edit_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. The list of fields to edit for chart and query. Supported paths in chart are - dashboard_chart.display_name dashboard_chart.description dashboard_chart.chart_datasource.data_sources dashboard_chart.visualization dashboard_chart.visualization.button dashboard_chart.visualization.markdown dashboard_chart.drill_down_config Supported paths in query are - dashboard_query.query dashboard_query.input |
language_features |
MutableSequence[google.cloud.chronicle_v1.types.LanguageFeature]
Optional. Language Features present in the query. |