Chronicle v1 API - Class AddChartRequest (1.0.0-beta05)

public sealed class AddChartRequest : IMessage<AddChartRequest>, IEquatable<AddChartRequest>, IDeepCloneable<AddChartRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class AddChartRequest.

Request message to add chart in a dashboard.

Inheritance

object > AddChartRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

AddChartRequest()

public AddChartRequest()

AddChartRequest(AddChartRequest)

public AddChartRequest(AddChartRequest other)
Parameter
Name Description
other AddChartRequest

Properties

ChartLayout

public DashboardDefinition.Types.ChartConfig.Types.ChartLayout ChartLayout { get; set; }

Required. ChartLayout for newly added chart.

Property Value
Type Description
DashboardDefinitionTypesChartConfigTypesChartLayout

DashboardChart

public DashboardChart DashboardChart { get; set; }

Required. Chart to be added to the dashboard.

Property Value
Type Description
DashboardChart

DashboardQuery

public DashboardQuery DashboardQuery { get; set; }

Optional. Query used to create the chart.

Property Value
Type Description
DashboardQuery

Name

public string Name { get; set; }

Required. The dashboard name to add 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