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.DashboardChartServiceClientNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
CallInvokerThe callInvoker to use to make remote calls. |
DashboardChartServiceClient(ChannelBase)
public DashboardChartServiceClient(ChannelBase channel)Creates a new client for DashboardChartService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe 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 |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
BatchGetDashboardCharts(BatchGetDashboardChartsRequest, CallOptions)
public virtual BatchGetDashboardChartsResponse BatchGetDashboardCharts(BatchGetDashboardChartsRequest request, CallOptions options)Get dashboard charts in batches.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchGetDashboardChartsRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
BatchGetDashboardChartsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
BatchGetDashboardChartsRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
BatchGetDashboardChartsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
GetDashboardChartRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
GetDashboardChartRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
GetDashboardChartRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
GetDashboardChartRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
|