Uses of Class
io.github.xezzon.zeroweb.attachment.AttachmentList
Packages that use AttachmentList
-
Uses of AttachmentList in io.github.xezzon.zeroweb.attachment
Methods in io.github.xezzon.zeroweb.attachment that return AttachmentListModifier and TypeMethodDescriptionAttachmentList.Builder.build()AttachmentList.Builder.buildPartial()static AttachmentListAttachmentList.getDefaultInstance()AttachmentList.Builder.getDefaultInstanceForType()AttachmentList.getDefaultInstanceForType()static AttachmentListAttachmentList.parseDelimitedFrom(InputStream input) static AttachmentListAttachmentList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentListAttachmentList.parseFrom(byte[] data) static AttachmentListAttachmentList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentListAttachmentList.parseFrom(com.google.protobuf.ByteString data) static AttachmentListAttachmentList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentListAttachmentList.parseFrom(com.google.protobuf.CodedInputStream input) static AttachmentListAttachmentList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentListAttachmentList.parseFrom(InputStream input) static AttachmentListAttachmentList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentListAttachmentList.parseFrom(ByteBuffer data) static AttachmentListAttachmentList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttachmentGrpc.AttachmentBlockingStub.queryAttachment(QueryAttachmentListRequest request) 查询文件列表AttachmentGrpc.AttachmentBlockingV2Stub.queryAttachment(QueryAttachmentListRequest request) 查询文件列表Methods in io.github.xezzon.zeroweb.attachment that return types with arguments of type AttachmentListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AttachmentList> AttachmentList.getParserForType()static io.grpc.MethodDescriptor<QueryAttachmentListRequest, AttachmentList> AttachmentGrpc.getQueryAttachmentMethod()static com.google.protobuf.Parser<AttachmentList> AttachmentList.parser()com.google.common.util.concurrent.ListenableFuture<AttachmentList> AttachmentGrpc.AttachmentFutureStub.queryAttachment(QueryAttachmentListRequest request) 查询文件列表Methods in io.github.xezzon.zeroweb.attachment with parameters of type AttachmentListModifier and TypeMethodDescriptionAttachmentList.Builder.mergeFrom(AttachmentList other) static AttachmentList.BuilderAttachmentList.newBuilder(AttachmentList prototype) Method parameters in io.github.xezzon.zeroweb.attachment with type arguments of type AttachmentListModifier and TypeMethodDescriptiondefault voidAttachmentGrpc.AsyncService.queryAttachment(QueryAttachmentListRequest request, io.grpc.stub.StreamObserver<AttachmentList> responseObserver) 查询文件列表voidAttachmentGrpc.AttachmentStub.queryAttachment(QueryAttachmentListRequest request, io.grpc.stub.StreamObserver<AttachmentList> responseObserver) 查询文件列表