Class UserDataServiceGrpc.UserDataServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    UserDataServiceGrpc

    public abstract static class UserDataServiceGrpc.UserDataServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage user data uploads.
     
    • Constructor Detail

      • UserDataServiceImplBase

        public UserDataServiceImplBase()
    • Method Detail

      • uploadUserData

        public void uploadUserData​(UploadUserDataRequest request,
                                   io.grpc.stub.StreamObserver<UploadUserDataResponse> responseObserver)
         Uploads the given user data.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [OfflineUserDataJobError]()
           [QuotaError]()
           [RequestError]()
           [UserDataError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService