class
MinknowApi::Notifications::NotificationsService::Client
- MinknowApi::Notifications::NotificationsService::Client
- Reference
- Object
Overview
Client is the generated type-safe client stub. Create one per GRPC::Channel and reuse across calls.
Defined in:
generated/minknow_api/notifications.grpc.crConstructors
Instance Method Summary
- #create_notification(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : CreateNotificationResponse
- #create_notification_response(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(CreateNotificationResponse)
- #mark_notifications_as_read(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : MarkNotificationsAsReadResponse
- #mark_notifications_as_read_response(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(MarkNotificationsAsReadResponse)
- #stream_notifications(request : StreamNotificationsRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::ServerStream(StreamNotificationsResponse)
Constructor Detail
Instance Method Detail
def create_notification(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : CreateNotificationResponse
#
def create_notification_response(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(CreateNotificationResponse)
#
def mark_notifications_as_read(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : MarkNotificationsAsReadResponse
#
def mark_notifications_as_read_response(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(MarkNotificationsAsReadResponse)
#
def stream_notifications(request : StreamNotificationsRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::ServerStream(StreamNotificationsResponse)
#