Uses of Class
io.milvus.grpc.SelectGrantResponse
Packages that use SelectGrantResponse
-
Uses of SelectGrantResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type SelectGrantResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.selectGrantForRole(SelectGrantForRoleParam requestParam) MilvusClient.selectGrantForRole(SelectGrantForRoleParam requestParam) List a grant info for the role and the specific objectMilvusMultiServiceClient.selectGrantForRole(SelectGrantForRoleParam requestParam) MilvusServiceClient.selectGrantForRole(SelectGrantForRoleParam requestParam) AbstractMilvusGrpcClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) MilvusClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) List a grant info for the roleMilvusMultiServiceClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) MilvusServiceClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) -
Uses of SelectGrantResponse in io.milvus.grpc
Methods in io.milvus.grpc that return SelectGrantResponseModifier and TypeMethodDescriptionSelectGrantResponse.Builder.build()SelectGrantResponse.Builder.buildPartial()static SelectGrantResponseSelectGrantResponse.getDefaultInstance()SelectGrantResponse.Builder.getDefaultInstanceForType()SelectGrantResponse.getDefaultInstanceForType()static SelectGrantResponseSelectGrantResponse.parseDelimitedFrom(InputStream input) static SelectGrantResponseSelectGrantResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantResponseSelectGrantResponse.parseFrom(byte[] data) static SelectGrantResponseSelectGrantResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantResponseSelectGrantResponse.parseFrom(com.google.protobuf.ByteString data) static SelectGrantResponseSelectGrantResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantResponseSelectGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input) static SelectGrantResponseSelectGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantResponseSelectGrantResponse.parseFrom(InputStream input) static SelectGrantResponseSelectGrantResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectGrantResponseSelectGrantResponse.parseFrom(ByteBuffer data) static SelectGrantResponseSelectGrantResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MilvusServiceGrpc.MilvusServiceBlockingStub.selectGrant(SelectGrantRequest request) Methods in io.milvus.grpc that return types with arguments of type SelectGrantResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SelectGrantResponse> SelectGrantResponse.getParserForType()static io.grpc.MethodDescriptor<SelectGrantRequest, SelectGrantResponse> MilvusServiceGrpc.getSelectGrantMethod()static com.google.protobuf.Parser<SelectGrantResponse> SelectGrantResponse.parser()com.google.common.util.concurrent.ListenableFuture<SelectGrantResponse> MilvusServiceGrpc.MilvusServiceFutureStub.selectGrant(SelectGrantRequest request) Methods in io.milvus.grpc with parameters of type SelectGrantResponseModifier and TypeMethodDescriptionSelectGrantResponse.Builder.mergeFrom(SelectGrantResponse other) static SelectGrantResponse.BuilderSelectGrantResponse.newBuilder(SelectGrantResponse prototype) Method parameters in io.milvus.grpc with type arguments of type SelectGrantResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver)