Uses of Class
io.milvus.grpc.SelectGrantRequest
Packages that use SelectGrantRequest
-
Uses of SelectGrantRequest in io.milvus.grpc
Methods in io.milvus.grpc that return SelectGrantRequestModifier and TypeMethodDescriptionSelectGrantRequest.Builder.build()SelectGrantRequest.Builder.buildPartial()static SelectGrantRequestSelectGrantRequest.getDefaultInstance()SelectGrantRequest.Builder.getDefaultInstanceForType()SelectGrantRequest.getDefaultInstanceForType()static SelectGrantRequestSelectGrantRequest.parseDelimitedFrom(InputStream input) static SelectGrantRequestSelectGrantRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantRequestSelectGrantRequest.parseFrom(byte[] data) static SelectGrantRequestSelectGrantRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantRequestSelectGrantRequest.parseFrom(com.google.protobuf.ByteString data) static SelectGrantRequestSelectGrantRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantRequestSelectGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input) static SelectGrantRequestSelectGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantRequestSelectGrantRequest.parseFrom(InputStream input) static SelectGrantRequestSelectGrantRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantRequestSelectGrantRequest.parseFrom(ByteBuffer data) static SelectGrantRequestSelectGrantRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type SelectGrantRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SelectGrantRequest> SelectGrantRequest.getParserForType()static io.grpc.MethodDescriptor<SelectGrantRequest, SelectGrantResponse> MilvusServiceGrpc.getSelectGrantMethod()static com.google.protobuf.Parser<SelectGrantRequest> SelectGrantRequest.parser()Methods in io.milvus.grpc with parameters of type SelectGrantRequestModifier and TypeMethodDescriptionSelectGrantRequest.Builder.mergeFrom(SelectGrantRequest other) static SelectGrantRequest.BuilderSelectGrantRequest.newBuilder(SelectGrantRequest prototype) default voidMilvusServiceGrpc.AsyncService.selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.selectGrant(SelectGrantRequest request) com.google.common.util.concurrent.ListenableFuture<SelectGrantResponse> MilvusServiceGrpc.MilvusServiceFutureStub.selectGrant(SelectGrantRequest request) voidMilvusServiceGrpc.MilvusServiceStub.selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver)