Class OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub>
-
- com.streamlayer.sdkSettings.organization.sportsdata.OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub
-
- Enclosing class:
- OrganizationSportsdataGrpc
public static final class OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub>
A stub to allow clients to do synchronous rpc calls to service OrganizationSportsdata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)LeaguesListResponseleaguesList(LeaguesListRequest request)LeaguesListClientResponseleaguesListClient(LeaguesListClientRequest request)UpdateLeaguesResponseupdateLeagues(UpdateLeaguesRequest 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 OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationSportsdataGrpc.OrganizationSportsdataBlockingStub>
-
leaguesList
public LeaguesListResponse leaguesList(LeaguesListRequest request)
-
updateLeagues
public UpdateLeaguesResponse updateLeagues(UpdateLeaguesRequest request)
-
leaguesListClient
public LeaguesListClientResponse leaguesListClient(LeaguesListClientRequest request)
-
-