[BindServiceMethod(typeof(DashboardChartService), "BindService")]
public abstract class DashboardChartService.DashboardChartServiceBaseReference documentation and code samples for the Chronicle v1 API class DashboardChartService.DashboardChartServiceBase.
Base class for server-side implementations of DashboardChartService
Namespace
Google.Cloud.Chronicle.V1Assembly
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 |
BatchGetDashboardChartsRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetDashboardChartRequestThe request received from the client. |
context |
ServerCallContextThe 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). |