public class NativeDashboardService.NativeDashboardServiceClient : ClientBase<NativeDashboardService.NativeDashboardServiceClient>Reference documentation and code samples for the Chronicle v1 API class NativeDashboardService.NativeDashboardServiceClient.
Client for NativeDashboardService
Inheritance
object > ClientBase > ClientBaseNativeDashboardServiceNativeDashboardServiceClient > NativeDashboardService.NativeDashboardServiceClientNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
NativeDashboardServiceClient()
protected NativeDashboardServiceClient()Protected parameterless constructor to allow creation of test doubles.
NativeDashboardServiceClient(CallInvoker)
public NativeDashboardServiceClient(CallInvoker callInvoker)Creates a new client for NativeDashboardService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
NativeDashboardServiceClient(ChannelBase)
public NativeDashboardServiceClient(ChannelBase channel)Creates a new client for NativeDashboardService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
NativeDashboardServiceClient(ClientBaseConfiguration)
protected NativeDashboardServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
AddChart(AddChartRequest, CallOptions)
public virtual AddChartResponse AddChart(AddChartRequest request, CallOptions options)Add chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
AddChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AddChartResponse |
The response received from the server. |
AddChart(AddChartRequest, Metadata, DateTime?, CancellationToken)
public virtual AddChartResponse AddChart(AddChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Add chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
AddChartRequestThe 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 |
AddChartResponse |
The response received from the server. |
AddChartAsync(AddChartRequest, CallOptions)
public virtual AsyncUnaryCall<AddChartResponse> AddChartAsync(AddChartRequest request, CallOptions options)Add chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
AddChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAddChartResponse |
The call object. |
AddChartAsync(AddChartRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AddChartResponse> AddChartAsync(AddChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Add chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
AddChartRequestThe 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 |
AsyncUnaryCallAddChartResponse |
The call object. |
CreateNativeDashboard(CreateNativeDashboardRequest, CallOptions)
public virtual NativeDashboard CreateNativeDashboard(CreateNativeDashboardRequest request, CallOptions options)Create a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The response received from the server. |
CreateNativeDashboard(CreateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual NativeDashboard CreateNativeDashboard(CreateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNativeDashboardRequestThe 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 |
NativeDashboard |
The response received from the server. |
CreateNativeDashboardAsync(CreateNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<NativeDashboard> CreateNativeDashboardAsync(CreateNativeDashboardRequest request, CallOptions options)Create a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNativeDashboard |
The call object. |
CreateNativeDashboardAsync(CreateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NativeDashboard> CreateNativeDashboardAsync(CreateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNativeDashboardRequestThe 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 |
AsyncUnaryCallNativeDashboard |
The call object. |
DeleteNativeDashboard(DeleteNativeDashboardRequest, CallOptions)
public virtual Empty DeleteNativeDashboard(DeleteNativeDashboardRequest request, CallOptions options)Delete a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteNativeDashboard(DeleteNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteNativeDashboard(DeleteNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNativeDashboardRequestThe 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 |
Empty |
The response received from the server. |
DeleteNativeDashboardAsync(DeleteNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteNativeDashboardAsync(DeleteNativeDashboardRequest request, CallOptions options)Delete a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteNativeDashboardAsync(DeleteNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteNativeDashboardAsync(DeleteNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNativeDashboardRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DuplicateChart(DuplicateChartRequest, CallOptions)
public virtual DuplicateChartResponse DuplicateChart(DuplicateChartRequest request, CallOptions options)Duplicate chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
DuplicateChartResponse |
The response received from the server. |
DuplicateChart(DuplicateChartRequest, Metadata, DateTime?, CancellationToken)
public virtual DuplicateChartResponse DuplicateChart(DuplicateChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Duplicate chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateChartRequestThe 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 |
DuplicateChartResponse |
The response received from the server. |
DuplicateChartAsync(DuplicateChartRequest, CallOptions)
public virtual AsyncUnaryCall<DuplicateChartResponse> DuplicateChartAsync(DuplicateChartRequest request, CallOptions options)Duplicate chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDuplicateChartResponse |
The call object. |
DuplicateChartAsync(DuplicateChartRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DuplicateChartResponse> DuplicateChartAsync(DuplicateChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Duplicate chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateChartRequestThe 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 |
AsyncUnaryCallDuplicateChartResponse |
The call object. |
DuplicateNativeDashboard(DuplicateNativeDashboardRequest, CallOptions)
public virtual NativeDashboard DuplicateNativeDashboard(DuplicateNativeDashboardRequest request, CallOptions options)Duplicate a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The response received from the server. |
DuplicateNativeDashboard(DuplicateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual NativeDashboard DuplicateNativeDashboard(DuplicateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Duplicate a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateNativeDashboardRequestThe 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 |
NativeDashboard |
The response received from the server. |
DuplicateNativeDashboardAsync(DuplicateNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<NativeDashboard> DuplicateNativeDashboardAsync(DuplicateNativeDashboardRequest request, CallOptions options)Duplicate a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNativeDashboard |
The call object. |
DuplicateNativeDashboardAsync(DuplicateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NativeDashboard> DuplicateNativeDashboardAsync(DuplicateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Duplicate a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
DuplicateNativeDashboardRequestThe 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 |
AsyncUnaryCallNativeDashboard |
The call object. |
EditChart(EditChartRequest, CallOptions)
public virtual EditChartResponse EditChart(EditChartRequest request, CallOptions options)Edit chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
EditChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
The response received from the server. |
EditChart(EditChartRequest, Metadata, DateTime?, CancellationToken)
public virtual EditChartResponse EditChart(EditChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Edit chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
EditChartRequestThe 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 |
EditChartResponse |
The response received from the server. |
EditChartAsync(EditChartRequest, CallOptions)
public virtual AsyncUnaryCall<EditChartResponse> EditChartAsync(EditChartRequest request, CallOptions options)Edit chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
EditChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEditChartResponse |
The call object. |
EditChartAsync(EditChartRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EditChartResponse> EditChartAsync(EditChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Edit chart in a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
EditChartRequestThe 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 |
AsyncUnaryCallEditChartResponse |
The call object. |
ExportNativeDashboards(ExportNativeDashboardsRequest, CallOptions)
public virtual ExportNativeDashboardsResponse ExportNativeDashboards(ExportNativeDashboardsRequest request, CallOptions options)Exports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ExportNativeDashboardsResponse |
The response received from the server. |
ExportNativeDashboards(ExportNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual ExportNativeDashboardsResponse ExportNativeDashboards(ExportNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Exports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportNativeDashboardsRequestThe 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 |
ExportNativeDashboardsResponse |
The response received from the server. |
ExportNativeDashboardsAsync(ExportNativeDashboardsRequest, CallOptions)
public virtual AsyncUnaryCall<ExportNativeDashboardsResponse> ExportNativeDashboardsAsync(ExportNativeDashboardsRequest request, CallOptions options)Exports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallExportNativeDashboardsResponse |
The call object. |
ExportNativeDashboardsAsync(ExportNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ExportNativeDashboardsResponse> ExportNativeDashboardsAsync(ExportNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Exports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportNativeDashboardsRequestThe 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 |
AsyncUnaryCallExportNativeDashboardsResponse |
The call object. |
GetNativeDashboard(GetNativeDashboardRequest, CallOptions)
public virtual NativeDashboard GetNativeDashboard(GetNativeDashboardRequest request, CallOptions options)Get a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The response received from the server. |
GetNativeDashboard(GetNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual NativeDashboard GetNativeDashboard(GetNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNativeDashboardRequestThe 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 |
NativeDashboard |
The response received from the server. |
GetNativeDashboardAsync(GetNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<NativeDashboard> GetNativeDashboardAsync(GetNativeDashboardRequest request, CallOptions options)Get a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNativeDashboard |
The call object. |
GetNativeDashboardAsync(GetNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NativeDashboard> GetNativeDashboardAsync(GetNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNativeDashboardRequestThe 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 |
AsyncUnaryCallNativeDashboard |
The call object. |
ImportNativeDashboards(ImportNativeDashboardsRequest, CallOptions)
public virtual ImportNativeDashboardsResponse ImportNativeDashboards(ImportNativeDashboardsRequest request, CallOptions options)Imports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ImportNativeDashboardsResponse |
The response received from the server. |
ImportNativeDashboards(ImportNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual ImportNativeDashboardsResponse ImportNativeDashboards(ImportNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Imports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportNativeDashboardsRequestThe 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 |
ImportNativeDashboardsResponse |
The response received from the server. |
ImportNativeDashboardsAsync(ImportNativeDashboardsRequest, CallOptions)
public virtual AsyncUnaryCall<ImportNativeDashboardsResponse> ImportNativeDashboardsAsync(ImportNativeDashboardsRequest request, CallOptions options)Imports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallImportNativeDashboardsResponse |
The call object. |
ImportNativeDashboardsAsync(ImportNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ImportNativeDashboardsResponse> ImportNativeDashboardsAsync(ImportNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Imports the dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportNativeDashboardsRequestThe 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 |
AsyncUnaryCallImportNativeDashboardsResponse |
The call object. |
ListNativeDashboards(ListNativeDashboardsRequest, CallOptions)
public virtual ListNativeDashboardsResponse ListNativeDashboards(ListNativeDashboardsRequest request, CallOptions options)List all dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListNativeDashboardsResponse |
The response received from the server. |
ListNativeDashboards(ListNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNativeDashboardsResponse ListNativeDashboards(ListNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List all dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNativeDashboardsRequestThe 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 |
ListNativeDashboardsResponse |
The response received from the server. |
ListNativeDashboardsAsync(ListNativeDashboardsRequest, CallOptions)
public virtual AsyncUnaryCall<ListNativeDashboardsResponse> ListNativeDashboardsAsync(ListNativeDashboardsRequest request, CallOptions options)List all dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListNativeDashboardsResponse |
The call object. |
ListNativeDashboardsAsync(ListNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNativeDashboardsResponse> ListNativeDashboardsAsync(ListNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List all dashboards.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNativeDashboardsRequestThe 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 |
AsyncUnaryCallListNativeDashboardsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override NativeDashboardService.NativeDashboardServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardServiceNativeDashboardServiceClient |
|
RemoveChart(RemoveChartRequest, CallOptions)
public virtual NativeDashboard RemoveChart(RemoveChartRequest request, CallOptions options)Remove chart from a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The response received from the server. |
RemoveChart(RemoveChartRequest, Metadata, DateTime?, CancellationToken)
public virtual NativeDashboard RemoveChart(RemoveChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove chart from a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveChartRequestThe 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 |
NativeDashboard |
The response received from the server. |
RemoveChartAsync(RemoveChartRequest, CallOptions)
public virtual AsyncUnaryCall<NativeDashboard> RemoveChartAsync(RemoveChartRequest request, CallOptions options)Remove chart from a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveChartRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNativeDashboard |
The call object. |
RemoveChartAsync(RemoveChartRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NativeDashboard> RemoveChartAsync(RemoveChartRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove chart from a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveChartRequestThe 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 |
AsyncUnaryCallNativeDashboard |
The call object. |
UpdateNativeDashboard(UpdateNativeDashboardRequest, CallOptions)
public virtual NativeDashboard UpdateNativeDashboard(UpdateNativeDashboardRequest request, CallOptions options)Update a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The response received from the server. |
UpdateNativeDashboard(UpdateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual NativeDashboard UpdateNativeDashboard(UpdateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNativeDashboardRequestThe 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 |
NativeDashboard |
The response received from the server. |
UpdateNativeDashboardAsync(UpdateNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<NativeDashboard> UpdateNativeDashboardAsync(UpdateNativeDashboardRequest request, CallOptions options)Update a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNativeDashboard |
The call object. |
UpdateNativeDashboardAsync(UpdateNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NativeDashboard> UpdateNativeDashboardAsync(UpdateNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a dashboard.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNativeDashboardRequestThe 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 |
AsyncUnaryCallNativeDashboard |
The call object. |