Class FeaturedContentNativeDashboardServiceGrpc (0.31.0)

public final class FeaturedContentNativeDashboardServiceGrpc

This service provides functionality for managing FeaturedContentNativeDashboard.

Inheritance

java.lang.Object > FeaturedContentNativeDashboardServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(FeaturedContentNativeDashboardServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(FeaturedContentNativeDashboardServiceGrpc.AsyncService service)
Parameter
Name Description
service FeaturedContentNativeDashboardServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetFeaturedContentNativeDashboardMethod()

public static MethodDescriptor<GetFeaturedContentNativeDashboardRequest,FeaturedContentNativeDashboard> getGetFeaturedContentNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetFeaturedContentNativeDashboardRequest,FeaturedContentNativeDashboard>

getInstallFeaturedContentNativeDashboardMethod()

public static MethodDescriptor<InstallFeaturedContentNativeDashboardRequest,InstallFeaturedContentNativeDashboardResponse> getInstallFeaturedContentNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InstallFeaturedContentNativeDashboardRequest,InstallFeaturedContentNativeDashboardResponse>

getListFeaturedContentNativeDashboardsMethod()

public static MethodDescriptor<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse> getListFeaturedContentNativeDashboardsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceBlockingV2Stub

newFutureStub(Channel channel)

public static FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceFutureStub

newStub(Channel channel)

public static FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FeaturedContentNativeDashboardServiceGrpc.FeaturedContentNativeDashboardServiceStub