[BindServiceMethod(typeof(FeaturedContentNativeDashboardService), "BindService")]
public abstract class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBaseReference documentation and code samples for the Chronicle v1 API class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBase.
Base class for server-side implementations of FeaturedContentNativeDashboardService
Inheritance
object > FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBaseNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Methods
GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest, ServerCallContext)
public virtual Task<FeaturedContentNativeDashboard> GetFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request, ServerCallContext context)Get a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeaturedContentNativeDashboardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFeaturedContentNativeDashboard |
The response to send back to the client (wrapped by a task). |
InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest, ServerCallContext)
public virtual Task<InstallFeaturedContentNativeDashboardResponse> InstallFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request, ServerCallContext context)Install a native dashboard featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
InstallFeaturedContentNativeDashboardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInstallFeaturedContentNativeDashboardResponse |
The response to send back to the client (wrapped by a task). |
ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest, ServerCallContext)
public virtual Task<ListFeaturedContentNativeDashboardsResponse> ListFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request, ServerCallContext context)List all native dashboards featured content.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeaturedContentNativeDashboardsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListFeaturedContentNativeDashboardsResponse |
The response to send back to the client (wrapped by a task). |