Chronicle v1 API - Class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBase (1.0.0-beta05)

[BindServiceMethod(typeof(FeaturedContentNativeDashboardService), "BindService")]
public abstract class FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBase

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

Base class for server-side implementations of FeaturedContentNativeDashboardService

Inheritance

object > FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

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 GetFeaturedContentNativeDashboardRequest

The request received from the client.

context ServerCallContext

The 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 InstallFeaturedContentNativeDashboardRequest

The request received from the client.

context ServerCallContext

The 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 ListFeaturedContentNativeDashboardsRequest

The request received from the client.

context ServerCallContext

The 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).