public class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClient : ClientBase<FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClient>Reference documentation and code samples for the Chronicle v1 API class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClient.
Client for FeaturedContentNativeDashboardService
Inheritance
object > ClientBase > ClientBaseFeaturedContentNativeDashboardServiceFeaturedContentNativeDashboardServiceClient > FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClientNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FeaturedContentNativeDashboardServiceClient()
protected FeaturedContentNativeDashboardServiceClient()Protected parameterless constructor to allow creation of test doubles.
FeaturedContentNativeDashboardServiceClient(CallInvoker)
public FeaturedContentNativeDashboardServiceClient(CallInvoker callInvoker)Creates a new client for FeaturedContentNativeDashboardService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
FeaturedContentNativeDashboardServiceClient(ChannelBase)
public FeaturedContentNativeDashboardServiceClient(ChannelBase channel)Creates a new client for FeaturedContentNativeDashboardService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
FeaturedContentNativeDashboardServiceClient(ClientBaseConfiguration)
protected FeaturedContentNativeDashboardServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest, CallOptions)
public virtual FeaturedContentNativeDashboard GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request, CallOptions options)Get a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeaturedContentNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard |
The response received from the server. |
GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual FeaturedContentNativeDashboard GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeaturedContentNativeDashboardRequestThe 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 |
FeaturedContentNativeDashboard |
The response received from the server. |
GetFeaturedContentNativeDashboardAsync(GetFeaturedContentNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<FeaturedContentNativeDashboard> GetFeaturedContentNativeDashboardAsync(GetFeaturedContentNativeDashboardRequest request, CallOptions options)Get a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeaturedContentNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFeaturedContentNativeDashboard |
The call object. |
GetFeaturedContentNativeDashboardAsync(GetFeaturedContentNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FeaturedContentNativeDashboard> GetFeaturedContentNativeDashboardAsync(GetFeaturedContentNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeaturedContentNativeDashboardRequestThe 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 |
AsyncUnaryCallFeaturedContentNativeDashboard |
The call object. |
InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest, CallOptions)
public virtual InstallFeaturedContentNativeDashboardResponse InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request, CallOptions options)Install a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
InstallFeaturedContentNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
InstallFeaturedContentNativeDashboardResponse |
The response received from the server. |
InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual InstallFeaturedContentNativeDashboardResponse InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Install a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
InstallFeaturedContentNativeDashboardRequestThe 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 |
InstallFeaturedContentNativeDashboardResponse |
The response received from the server. |
InstallFeaturedContentNativeDashboardAsync(InstallFeaturedContentNativeDashboardRequest, CallOptions)
public virtual AsyncUnaryCall<InstallFeaturedContentNativeDashboardResponse> InstallFeaturedContentNativeDashboardAsync(InstallFeaturedContentNativeDashboardRequest request, CallOptions options)Install a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
InstallFeaturedContentNativeDashboardRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallInstallFeaturedContentNativeDashboardResponse |
The call object. |
InstallFeaturedContentNativeDashboardAsync(InstallFeaturedContentNativeDashboardRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InstallFeaturedContentNativeDashboardResponse> InstallFeaturedContentNativeDashboardAsync(InstallFeaturedContentNativeDashboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Install a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
InstallFeaturedContentNativeDashboardRequestThe 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 |
AsyncUnaryCallInstallFeaturedContentNativeDashboardResponse |
The call object. |
ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest, CallOptions)
public virtual ListFeaturedContentNativeDashboardsResponse ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request, CallOptions options)List all native dashboards featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeaturedContentNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse |
The response received from the server. |
ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeaturedContentNativeDashboardsResponse ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List all native dashboards featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeaturedContentNativeDashboardsRequestThe 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 |
ListFeaturedContentNativeDashboardsResponse |
The response received from the server. |
ListFeaturedContentNativeDashboardsAsync(ListFeaturedContentNativeDashboardsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeaturedContentNativeDashboardsResponse> ListFeaturedContentNativeDashboardsAsync(ListFeaturedContentNativeDashboardsRequest request, CallOptions options)List all native dashboards featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeaturedContentNativeDashboardsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFeaturedContentNativeDashboardsResponse |
The call object. |
ListFeaturedContentNativeDashboardsAsync(ListFeaturedContentNativeDashboardsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeaturedContentNativeDashboardsResponse> ListFeaturedContentNativeDashboardsAsync(ListFeaturedContentNativeDashboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List all native dashboards featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeaturedContentNativeDashboardsRequestThe 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 |
AsyncUnaryCallListFeaturedContentNativeDashboardsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboardServiceFeaturedContentNativeDashboardServiceClient |
|