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