| 程序包 | 说明 |
|---|---|
| io.milvus.client | |
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
R<SelectGrantResponse> |
MilvusClient.selectGrantForRole(SelectGrantForRoleParam requestParam)
List a grant info for the role and the specific object
|
R<SelectGrantResponse> |
MilvusMultiServiceClient.selectGrantForRole(SelectGrantForRoleParam requestParam) |
R<SelectGrantResponse> |
AbstractMilvusGrpcClient.selectGrantForRole(SelectGrantForRoleParam requestParam) |
R<SelectGrantResponse> |
MilvusClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam)
List a grant info for the role
|
R<SelectGrantResponse> |
MilvusMultiServiceClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) |
R<SelectGrantResponse> |
AbstractMilvusGrpcClient.selectGrantForRoleAndObject(SelectGrantForRoleAndObjectParam requestParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
SelectGrantResponse |
SelectGrantResponse.Builder.build() |
SelectGrantResponse |
SelectGrantResponse.Builder.buildPartial() |
static SelectGrantResponse |
SelectGrantResponse.getDefaultInstance() |
SelectGrantResponse |
SelectGrantResponse.getDefaultInstanceForType() |
SelectGrantResponse |
SelectGrantResponse.Builder.getDefaultInstanceForType() |
static SelectGrantResponse |
SelectGrantResponse.parseDelimitedFrom(InputStream input) |
static SelectGrantResponse |
SelectGrantResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(byte[] data) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(ByteBuffer data) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(com.google.protobuf.ByteString data) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(InputStream input) |
static SelectGrantResponse |
SelectGrantResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SelectGrantResponse |
MilvusServiceGrpc.MilvusServiceBlockingStub.selectGrant(SelectGrantRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
SelectGrantResponse.Builder |
SelectGrantResponse.Builder.mergeFrom(SelectGrantResponse other) |
static SelectGrantResponse.Builder |
SelectGrantResponse.newBuilder(SelectGrantResponse prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MilvusServiceGrpc.MilvusServiceImplBase.selectGrant(SelectGrantRequest request,
io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver) |
void |
MilvusServiceGrpc.MilvusServiceStub.selectGrant(SelectGrantRequest request,
io.grpc.stub.StreamObserver<SelectGrantResponse> responseObserver) |
Copyright © 2023. All rights reserved.