Class DashboardGrpc.DashboardBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<DashboardGrpc.DashboardBlockingStub>
-
- com.streamlayer.analytics.studio.v2.DashboardGrpc.DashboardBlockingStub
-
- Enclosing class:
- DashboardGrpc
public static final class DashboardGrpc.DashboardBlockingStub extends io.grpc.stub.AbstractBlockingStub<DashboardGrpc.DashboardBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Dashboard.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DashboardGrpc.DashboardBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DashboardOverviewResponsedashboardOverview(DashboardOverviewRequest request)DeviceInteractionsByTimeLineResponsedeviceInteractionsByTimeLine(DeviceInteractionsByTimeLineRequest request)FeaturedGroupsResponsefeaturedGroups(FeaturedGroupsRequest request)ListCountriesResponselistCountries(ListCountriesRequest request)PollsStatsByTimeLineResponsepollsStatsByTimeLine(PollsStatsByTimeLineRequest request)TotalPollsResponsepollsTotal(PollsTotalRequest request)UsersByTimeLineResponseusersByTimeLine(UsersByTimeLineRequest request)WpMetricsByTimeLineResponsewpMetricsByTimeLine(WpMetricsByTimeLineRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected DashboardGrpc.DashboardBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<DashboardGrpc.DashboardBlockingStub>
-
dashboardOverview
public DashboardOverviewResponse dashboardOverview(DashboardOverviewRequest request)
-
featuredGroups
public FeaturedGroupsResponse featuredGroups(FeaturedGroupsRequest request)
-
wpMetricsByTimeLine
public WpMetricsByTimeLineResponse wpMetricsByTimeLine(WpMetricsByTimeLineRequest request)
-
usersByTimeLine
public UsersByTimeLineResponse usersByTimeLine(UsersByTimeLineRequest request)
-
pollsTotal
public TotalPollsResponse pollsTotal(PollsTotalRequest request)
-
pollsStatsByTimeLine
public PollsStatsByTimeLineResponse pollsStatsByTimeLine(PollsStatsByTimeLineRequest request)
-
deviceInteractionsByTimeLine
public DeviceInteractionsByTimeLineResponse deviceInteractionsByTimeLine(DeviceInteractionsByTimeLineRequest request)
-
listCountries
public ListCountriesResponse listCountries(ListCountriesRequest request)
-
-