Class DashboardGrpc
- java.lang.Object
-
- com.streamlayer.analytics.studio.v2.DashboardGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/analytics/v2/studio/dashboard.proto") public final class DashboardGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardGrpc.AsyncServicestatic classDashboardGrpc.DashboardBlockingStubA stub to allow clients to do synchronous rpc calls to service Dashboard.static classDashboardGrpc.DashboardFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Dashboard.static classDashboardGrpc.DashboardImplBaseBase class for the server implementation of the service Dashboard.static classDashboardGrpc.DashboardStubA stub to allow clients to do asynchronous rpc calls to service Dashboard.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDashboardOverviewMethod
public static io.grpc.MethodDescriptor<DashboardOverviewRequest,DashboardOverviewResponse> getDashboardOverviewMethod()
-
getFeaturedGroupsMethod
public static io.grpc.MethodDescriptor<FeaturedGroupsRequest,FeaturedGroupsResponse> getFeaturedGroupsMethod()
-
getWpMetricsByTimeLineMethod
public static io.grpc.MethodDescriptor<WpMetricsByTimeLineRequest,WpMetricsByTimeLineResponse> getWpMetricsByTimeLineMethod()
-
getUsersByTimeLineMethod
public static io.grpc.MethodDescriptor<UsersByTimeLineRequest,UsersByTimeLineResponse> getUsersByTimeLineMethod()
-
getPollsTotalMethod
public static io.grpc.MethodDescriptor<PollsTotalRequest,TotalPollsResponse> getPollsTotalMethod()
-
getPollsStatsByTimeLineMethod
public static io.grpc.MethodDescriptor<PollsStatsByTimeLineRequest,PollsStatsByTimeLineResponse> getPollsStatsByTimeLineMethod()
-
getDeviceInteractionsByTimeLineMethod
public static io.grpc.MethodDescriptor<DeviceInteractionsByTimeLineRequest,DeviceInteractionsByTimeLineResponse> getDeviceInteractionsByTimeLineMethod()
-
getListCountriesMethod
public static io.grpc.MethodDescriptor<ListCountriesRequest,ListCountriesResponse> getListCountriesMethod()
-
newStub
public static DashboardGrpc.DashboardStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DashboardGrpc.DashboardBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DashboardGrpc.DashboardFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DashboardGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-