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

[BindServiceMethod(typeof(DashboardChartService), "BindService")]
public abstract class DashboardChartService.DashboardChartServiceBase

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

Base class for server-side implementations of DashboardChartService

Inheritance

object > DashboardChartService.DashboardChartServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Methods

BatchGetDashboardCharts(BatchGetDashboardChartsRequest, ServerCallContext)

public virtual Task<BatchGetDashboardChartsResponse> BatchGetDashboardCharts(BatchGetDashboardChartsRequest request, ServerCallContext context)

Get dashboard charts in batches.

Parameters
Name Description
request BatchGetDashboardChartsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskBatchGetDashboardChartsResponse

The response to send back to the client (wrapped by a task).

GetDashboardChart(GetDashboardChartRequest, ServerCallContext)

public virtual Task<DashboardChart> GetDashboardChart(GetDashboardChartRequest request, ServerCallContext context)

Get a dashboard chart.

Parameters
Name Description
request GetDashboardChartRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskDashboardChart

The response to send back to the client (wrapped by a task).