Uses of Class
io.milvus.grpc.SelectGrantResponse
-
Packages that use SelectGrantResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of SelectGrantResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type SelectGrantResponse Modifier and Type Method Description R<SelectGrantResponse>AbstractMilvusGrpcClient. selectGrantForRole(SelectGrantForRoleParam requestParam)R<SelectGrantResponse>MilvusClient. selectGrantForRole(SelectGrantForRoleParam requestParam)List a grant info for the role and the specific objectR<SelectGrantResponse>MilvusMultiServiceClient. selectGrantForRole(SelectGrantForRoleParam requestParam)R<SelectGrantResponse>AbstractMilvusGrpcClient. selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam)R<SelectGrantResponse>MilvusClient. selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam)List a grant info for the roleR<SelectGrantResponse>MilvusMultiServiceClient. selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) -
Uses of SelectGrantResponse in io.milvus.grpc
Methods in io.milvus.grpc that return SelectGrantResponse Modifier and Type Method Description SelectGrantResponseSelectGrantResponse.Builder. build()SelectGrantResponseSelectGrantResponse.Builder. buildPartial()static SelectGrantResponseSelectGrantResponse. getDefaultInstance()SelectGrantResponseSelectGrantResponse.Builder. getDefaultInstanceForType()SelectGrantResponseSelectGrantResponse. 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)SelectGrantResponseMilvusServiceGrpc.MilvusServiceBlockingStub. selectGrant(SelectGrantRequest request)Methods in io.milvus.grpc that return types with arguments of type SelectGrantResponse Modifier and Type Method Description com.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 SelectGrantResponse Modifier and Type Method Description SelectGrantResponse.BuilderSelectGrantResponse.Builder. mergeFrom(SelectGrantResponse other)static SelectGrantResponse.BuilderSelectGrantResponse. newBuilder(SelectGrantResponse prototype)Method parameters in io.milvus.grpc with type arguments of type SelectGrantResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. selectGrant(SelectGrantRequest request, io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver)
-