Class FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub (0.31.0)

public static final class FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub extends AbstractFutureStub<FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service FeaturedContentNativeDashboardService.

This service provides functionality for managing FeaturedContentNativeDashboard.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

getFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request)

public ListenableFuture<FeaturedContentNativeDashboard> getFeaturedContentNativeDashboard(GetFeaturedContentNativeDashboardRequest request)

Get a native dashboard featured content.

Parameter
Name Description
request GetFeaturedContentNativeDashboardRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<FeaturedContentNativeDashboard>

installFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request)

public ListenableFuture<InstallFeaturedContentNativeDashboardResponse> installFeaturedContentNativeDashboard(InstallFeaturedContentNativeDashboardRequest request)

Install a native dashboard featured content.

Parameter
Name Description
request InstallFeaturedContentNativeDashboardRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<InstallFeaturedContentNativeDashboardResponse>

listFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request)

public ListenableFuture<ListFeaturedContentNativeDashboardsResponse> listFeaturedContentNativeDashboards(ListFeaturedContentNativeDashboardsRequest request)

List all native dashboards featured content.

Parameter
Name Description
request ListFeaturedContentNativeDashboardsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListFeaturedContentNativeDashboardsResponse>