Chronicle v1 API - Class DashboardChartService.DashboardChartServiceClient (1.0.0-beta05)

public class DashboardChartService.DashboardChartServiceClient : ClientBase<DashboardChartService.DashboardChartServiceClient>

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

Client for DashboardChartService

Inheritance

object > ClientBase > ClientBaseDashboardChartServiceDashboardChartServiceClient > DashboardChartService.DashboardChartServiceClient

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DashboardChartServiceClient()

protected DashboardChartServiceClient()

Protected parameterless constructor to allow creation of test doubles.

DashboardChartServiceClient(CallInvoker)

public DashboardChartServiceClient(CallInvoker callInvoker)

Creates a new client for DashboardChartService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

DashboardChartServiceClient(ChannelBase)

public DashboardChartServiceClient(ChannelBase channel)

Creates a new client for DashboardChartService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

DashboardChartServiceClient(ClientBaseConfiguration)

protected DashboardChartServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

BatchGetDashboardCharts(BatchGetDashboardChartsRequest, CallOptions)

public virtual BatchGetDashboardChartsResponse BatchGetDashboardCharts(BatchGetDashboardChartsRequest request, CallOptions options)

Get dashboard charts in batches.

Parameters
Name Description
request BatchGetDashboardChartsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BatchGetDashboardChartsResponse

The response received from the server.

BatchGetDashboardCharts(BatchGetDashboardChartsRequest, Metadata, DateTime?, CancellationToken)

public virtual BatchGetDashboardChartsResponse BatchGetDashboardCharts(BatchGetDashboardChartsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get dashboard charts in batches.

Parameters
Name Description
request BatchGetDashboardChartsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchGetDashboardChartsResponse

The response received from the server.

BatchGetDashboardChartsAsync(BatchGetDashboardChartsRequest, CallOptions)

public virtual AsyncUnaryCall<BatchGetDashboardChartsResponse> BatchGetDashboardChartsAsync(BatchGetDashboardChartsRequest request, CallOptions options)

Get dashboard charts in batches.

Parameters
Name Description
request BatchGetDashboardChartsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBatchGetDashboardChartsResponse

The call object.

BatchGetDashboardChartsAsync(BatchGetDashboardChartsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BatchGetDashboardChartsResponse> BatchGetDashboardChartsAsync(BatchGetDashboardChartsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get dashboard charts in batches.

Parameters
Name Description
request BatchGetDashboardChartsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBatchGetDashboardChartsResponse

The call object.

GetDashboardChart(GetDashboardChartRequest, CallOptions)

public virtual DashboardChart GetDashboardChart(GetDashboardChartRequest request, CallOptions options)

Get a dashboard chart.

Parameters
Name Description
request GetDashboardChartRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DashboardChart

The response received from the server.

GetDashboardChart(GetDashboardChartRequest, Metadata, DateTime?, CancellationToken)

public virtual DashboardChart GetDashboardChart(GetDashboardChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get a dashboard chart.

Parameters
Name Description
request GetDashboardChartRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
DashboardChart

The response received from the server.

GetDashboardChartAsync(GetDashboardChartRequest, CallOptions)

public virtual AsyncUnaryCall<DashboardChart> GetDashboardChartAsync(GetDashboardChartRequest request, CallOptions options)

Get a dashboard chart.

Parameters
Name Description
request GetDashboardChartRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDashboardChart

The call object.

GetDashboardChartAsync(GetDashboardChartRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DashboardChart> GetDashboardChartAsync(GetDashboardChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get a dashboard chart.

Parameters
Name Description
request GetDashboardChartRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallDashboardChart

The call object.

NewInstance(ClientBaseConfiguration)

protected override DashboardChartService.DashboardChartServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
DashboardChartServiceDashboardChartServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Chronicle.V1.DashboardChartService.DashboardChartServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)