Class FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub (0.31.0)

public static final class FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub extends AbstractAsyncStub<FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub>

A stub to allow clients to do asynchronous rpc calls to service FeaturedContentNativeDashboardService.

This service provides functionality for managing FeaturedContentNativeDashboard.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request, StreamObserver<FeaturedContentNativeDashboard> responseObserver)

public void getFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request, StreamObserver<FeaturedContentNativeDashboard> responseObserver)

Get a native dashboard featured content.

Parameters
Name Description
request GetFeaturedContentNativeDashboardRequest
responseObserver io.grpc.stub.StreamObserver<FeaturedContentNativeDashboard>

installFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request, StreamObserver<InstallFeaturedContentNativeDashboardResponse> responseObserver)

public void installFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request, StreamObserver<InstallFeaturedContentNativeDashboardResponse> responseObserver)

Install a native dashboard featured content.

Parameters
Name Description
request InstallFeaturedContentNativeDashboardRequest
responseObserver io.grpc.stub.StreamObserver<InstallFeaturedContentNativeDashboardResponse>

listFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request, StreamObserver<ListFeaturedContentNativeDashboardsResponse> responseObserver)

public void listFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request, StreamObserver<ListFeaturedContentNativeDashboardsResponse> responseObserver)

List all native dashboards featured content.

Parameters
Name Description
request ListFeaturedContentNativeDashboardsRequest
responseObserver io.grpc.stub.StreamObserver<ListFeaturedContentNativeDashboardsResponse>