Uses of Class
io.github.xezzon.zeroweb.attachment.FileUploadResponse
Packages that use FileUploadResponse
-
Uses of FileUploadResponse in io.github.xezzon.zeroweb.attachment
Methods in io.github.xezzon.zeroweb.attachment that return FileUploadResponseModifier and TypeMethodDescriptionFileUploadResponse.Builder.build()FileUploadResponse.Builder.buildPartial()static FileUploadResponseFileUploadResponse.getDefaultInstance()FileUploadResponse.Builder.getDefaultInstanceForType()FileUploadResponse.getDefaultInstanceForType()static FileUploadResponseFileUploadResponse.parseDelimitedFrom(InputStream input) static FileUploadResponseFileUploadResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileUploadResponseFileUploadResponse.parseFrom(byte[] data) static FileUploadResponseFileUploadResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileUploadResponseFileUploadResponse.parseFrom(com.google.protobuf.ByteString data) static FileUploadResponseFileUploadResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileUploadResponseFileUploadResponse.parseFrom(com.google.protobuf.CodedInputStream input) static FileUploadResponseFileUploadResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileUploadResponseFileUploadResponse.parseFrom(InputStream input) static FileUploadResponseFileUploadResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileUploadResponseFileUploadResponse.parseFrom(ByteBuffer data) static FileUploadResponseFileUploadResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.attachment that return types with arguments of type FileUploadResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FileUploadResponse> FileUploadResponse.getParserForType()static io.grpc.MethodDescriptor<FileUploadRequest, FileUploadResponse> AttachmentGrpc.getUploadFileMethod()static com.google.protobuf.Parser<FileUploadResponse> FileUploadResponse.parser()io.grpc.stub.BlockingClientCall<FileUploadRequest, FileUploadResponse> AttachmentGrpc.AttachmentBlockingV2Stub.uploadFile()文件上传Methods in io.github.xezzon.zeroweb.attachment with parameters of type FileUploadResponseModifier and TypeMethodDescriptionFileUploadResponse.Builder.mergeFrom(FileUploadResponse other) static FileUploadResponse.BuilderFileUploadResponse.newBuilder(FileUploadResponse prototype) Method parameters in io.github.xezzon.zeroweb.attachment with type arguments of type FileUploadResponseModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<FileUploadRequest> AttachmentGrpc.AsyncService.uploadFile(io.grpc.stub.StreamObserver<FileUploadResponse> responseObserver) 文件上传io.grpc.stub.StreamObserver<FileUploadRequest> AttachmentGrpc.AttachmentStub.uploadFile(io.grpc.stub.StreamObserver<FileUploadResponse> responseObserver) 文件上传