public sealed class EditChartRequest : IMessage<EditChartRequest>, IEquatable<EditChartRequest>, IDeepCloneable<EditChartRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class EditChartRequest.
Request message to edit chart in a dashboard.
Implements
IMessageEditChartRequest, IEquatableEditChartRequest, IDeepCloneableEditChartRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
EditChartRequest()
public EditChartRequest()EditChartRequest(EditChartRequest)
public EditChartRequest(EditChartRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
EditChartRequest |
Properties
DashboardChart
public DashboardChart DashboardChart { get; set; }Optional. Edited chart.
| Property Value | |
|---|---|
| Type | Description |
DashboardChart |
|
DashboardQuery
public DashboardQuery DashboardQuery { get; set; }Optional. Query for the edited chart.
| Property Value | |
|---|---|
| Type | Description |
DashboardQuery |
|
EditMask
public FieldMask EditMask { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
LanguageFeatures
public RepeatedField<LanguageFeature> LanguageFeatures { get; }Optional. Language Features present in the query.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLanguageFeature |
|
Name
public string Name { get; set; }Required. The dashboard name to edit chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NativeDashboardName
public NativeDashboardName NativeDashboardName { get; set; }NativeDashboardName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboardName |
|