Package com.streamlayer.sports.events
Class EventsGrpc
- java.lang.Object
-
- com.streamlayer.sports.events.EventsGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/sports/events/events.proto") public final class EventsGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventsGrpc.AsyncServicestatic classEventsGrpc.EventsBlockingStubA stub to allow clients to do synchronous rpc calls to service Events.static classEventsGrpc.EventsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Events.static classEventsGrpc.EventsImplBaseBase class for the server implementation of the service Events.static classEventsGrpc.EventsStubA stub to allow clients to do asynchronous rpc calls to service Events.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(EventsGrpc.AsyncService service)static io.grpc.MethodDescriptor<AdminSummaryRequest,AdminSummaryResponse>getAdminSummaryMethod()static io.grpc.MethodDescriptor<BoxscoreRequest,BoxscoreResponse>getBoxscoreMethod()static io.grpc.MethodDescriptor<DemoListRequest,DemoListResponse>getDemoListMethod()static io.grpc.MethodDescriptor<LastGamesRequest,LastGamesResponse>getLastGamesMethod()static io.grpc.MethodDescriptor<LineupRequest,LineupResponse>getLineupMethod()static io.grpc.MethodDescriptor<ListRequest,ListResponse>getListMethod()static io.grpc.MethodDescriptor<PlayByPlayRequest,PlayByPlayResponse>getPlayByPlayMethod()static io.grpc.MethodDescriptor<RetrieveEventIdRequest,RetrieveEventIdResponse>getRetrieveEventIdMethod()static io.grpc.MethodDescriptor<ScheduleDatesRequest,ScheduleDatesResponse>getScheduleDatesMethod()static io.grpc.MethodDescriptor<ScheduleRequest,ScheduleResponse>getScheduleMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<StandingsRequest,StandingsResponse>getStandingsMethod()static io.grpc.MethodDescriptor<SummaryRequest,SummaryResponse>getSummaryMethod()static io.grpc.MethodDescriptor<SummaryRequest,SummaryResponse>getSummarySubscriptionMethod()static EventsGrpc.EventsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EventsGrpc.EventsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EventsGrpc.EventsStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListMethod
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
-
getDemoListMethod
public static io.grpc.MethodDescriptor<DemoListRequest,DemoListResponse> getDemoListMethod()
-
getSummaryMethod
public static io.grpc.MethodDescriptor<SummaryRequest,SummaryResponse> getSummaryMethod()
-
getAdminSummaryMethod
public static io.grpc.MethodDescriptor<AdminSummaryRequest,AdminSummaryResponse> getAdminSummaryMethod()
-
getBoxscoreMethod
public static io.grpc.MethodDescriptor<BoxscoreRequest,BoxscoreResponse> getBoxscoreMethod()
-
getStandingsMethod
public static io.grpc.MethodDescriptor<StandingsRequest,StandingsResponse> getStandingsMethod()
-
getPlayByPlayMethod
public static io.grpc.MethodDescriptor<PlayByPlayRequest,PlayByPlayResponse> getPlayByPlayMethod()
-
getScheduleMethod
public static io.grpc.MethodDescriptor<ScheduleRequest,ScheduleResponse> getScheduleMethod()
-
getScheduleDatesMethod
public static io.grpc.MethodDescriptor<ScheduleDatesRequest,ScheduleDatesResponse> getScheduleDatesMethod()
-
getLineupMethod
public static io.grpc.MethodDescriptor<LineupRequest,LineupResponse> getLineupMethod()
-
getRetrieveEventIdMethod
public static io.grpc.MethodDescriptor<RetrieveEventIdRequest,RetrieveEventIdResponse> getRetrieveEventIdMethod()
-
getLastGamesMethod
public static io.grpc.MethodDescriptor<LastGamesRequest,LastGamesResponse> getLastGamesMethod()
-
getSummarySubscriptionMethod
public static io.grpc.MethodDescriptor<SummaryRequest,SummaryResponse> getSummarySubscriptionMethod()
-
newStub
public static EventsGrpc.EventsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EventsGrpc.EventsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EventsGrpc.EventsFutureStub 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(EventsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-