Chronicle v1 API - Class DashboardQueryServiceClientImpl (1.0.0-beta05)

public sealed class DashboardQueryServiceClientImpl : DashboardQueryServiceClient

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

DashboardQueryService client wrapper implementation, for convenient use.

Inheritance

object > DashboardQueryServiceClient > DashboardQueryServiceClientImpl

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Remarks

A service providing functionality for managing dashboards' queries.

Constructors

DashboardQueryServiceClientImpl(DashboardQueryServiceClient, DashboardQueryServiceSettings, ILogger)

public DashboardQueryServiceClientImpl(DashboardQueryService.DashboardQueryServiceClient grpcClient, DashboardQueryServiceSettings settings, ILogger logger)

Constructs a client wrapper for the DashboardQueryService service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient DashboardQueryServiceDashboardQueryServiceClient

The underlying gRPC client.

settings DashboardQueryServiceSettings

The base DashboardQueryServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override DashboardQueryService.DashboardQueryServiceClient GrpcClient { get; }

The underlying gRPC DashboardQueryService client

Property Value
Type Description
DashboardQueryServiceDashboardQueryServiceClient
Overrides

Methods

ExecuteDashboardQuery(ExecuteDashboardQueryRequest, CallSettings)

public override ExecuteDashboardQueryResponse ExecuteDashboardQuery(ExecuteDashboardQueryRequest request, CallSettings callSettings = null)

Execute a query and return the data.

Parameters
Name Description
request ExecuteDashboardQueryRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
ExecuteDashboardQueryResponse

The RPC response.

Overrides

ExecuteDashboardQueryAsync(ExecuteDashboardQueryRequest, CallSettings)

public override Task<ExecuteDashboardQueryResponse> ExecuteDashboardQueryAsync(ExecuteDashboardQueryRequest request, CallSettings callSettings = null)

Execute a query and return the data.

Parameters
Name Description
request ExecuteDashboardQueryRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskExecuteDashboardQueryResponse

A Task containing the RPC response.

Overrides

GetDashboardQuery(GetDashboardQueryRequest, CallSettings)

public override DashboardQuery GetDashboardQuery(GetDashboardQueryRequest request, CallSettings callSettings = null)

Get a dashboard query.

Parameters
Name Description
request GetDashboardQueryRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
DashboardQuery

The RPC response.

Overrides

GetDashboardQueryAsync(GetDashboardQueryRequest, CallSettings)

public override Task<DashboardQuery> GetDashboardQueryAsync(GetDashboardQueryRequest request, CallSettings callSettings = null)

Get a dashboard query.

Parameters
Name Description
request GetDashboardQueryRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskDashboardQuery

A Task containing the RPC response.

Overrides