[BindServiceMethod(typeof(DashboardQueryService), "BindService")]
public abstract class DashboardQueryService.DashboardQueryServiceBaseReference documentation and code samples for the Chronicle v1 API class DashboardQueryService.DashboardQueryServiceBase.
Base class for server-side implementations of DashboardQueryService
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Methods
ExecuteDashboardQuery(ExecuteDashboardQueryRequest, ServerCallContext)
public virtual Task<ExecuteDashboardQueryResponse> ExecuteDashboardQuery(ExecuteDashboardQueryRequest request, ServerCallContext context)Execute a query and return the data.
| Parameters | |
|---|---|
| Name | Description |
request |
ExecuteDashboardQueryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskExecuteDashboardQueryResponse |
The response to send back to the client (wrapped by a task). |
GetDashboardQuery(GetDashboardQueryRequest, ServerCallContext)
public virtual Task<DashboardQuery> GetDashboardQuery(GetDashboardQueryRequest request, ServerCallContext context)Get a dashboard query.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDashboardQueryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDashboardQuery |
The response to send back to the client (wrapped by a task). |