Chronicle v1 API - Class BatchGetDashboardChartsRequest (1.0.0-beta05)

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

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

Request message to get dashboard charts in batch.

Inheritance

object > BatchGetDashboardChartsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

BatchGetDashboardChartsRequest()

public BatchGetDashboardChartsRequest()

BatchGetDashboardChartsRequest(BatchGetDashboardChartsRequest)

public BatchGetDashboardChartsRequest(BatchGetDashboardChartsRequest other)
Parameter
Name Description
other BatchGetDashboardChartsRequest

Properties

DashboardChartNames

public ResourceNameList<DashboardChartName> DashboardChartNames { get; }

DashboardChartName-typed view over the Names resource name property.

Property Value
Type Description
ResourceNameListDashboardChartName

Names

public RepeatedField<string> Names { get; }

Required. The names of the dashboard charts to get.

Property Value
Type Description
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{location}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field.

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName