类 MessagingServiceGrpc


  • public final class MessagingServiceGrpc
    extends Object
     For all the RPCs in MessagingService, the following error handling policies
     apply:
     If the request doesn't bear a valid authentication credential, return a
     response with common.status.code == `UNAUTHENTICATED`. If the authenticated
     user is not granted with sufficient permission to execute the requested
     operation, return a response with common.status.code == `PERMISSION_DENIED`.
     If the per-user-resource-based quota is exhausted, return a response with
     common.status.code == `RESOURCE_EXHAUSTED`. If any unexpected server-side
     errors raise, return a response with common.status.code == `INTERNAL`.