Uses of Class
io.milvus.grpc.GrantEntity
Packages that use GrantEntity
-
Uses of GrantEntity in io.milvus.grpc
Methods in io.milvus.grpc that return GrantEntityModifier and TypeMethodDescriptionGrantEntity.Builder.build()GrantEntity.Builder.buildPartial()static GrantEntityGrantEntity.getDefaultInstance()GrantEntity.Builder.getDefaultInstanceForType()GrantEntity.getDefaultInstanceForType()SelectGrantResponse.Builder.getEntities(int index) grant info arraySelectGrantResponse.getEntities(int index) grant info arraySelectGrantResponseOrBuilder.getEntities(int index) grant info arrayOperatePrivilegeRequest.Builder.getEntity()grantOperatePrivilegeRequest.getEntity()grantOperatePrivilegeRequestOrBuilder.getEntity()grantSelectGrantRequest.Builder.getEntity()grantSelectGrantRequest.getEntity()grantSelectGrantRequestOrBuilder.getEntity()grantstatic GrantEntityGrantEntity.parseDelimitedFrom(InputStream input) static GrantEntityGrantEntity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrantEntityGrantEntity.parseFrom(byte[] data) static GrantEntityGrantEntity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrantEntityGrantEntity.parseFrom(com.google.protobuf.ByteString data) static GrantEntityGrantEntity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrantEntityGrantEntity.parseFrom(com.google.protobuf.CodedInputStream input) static GrantEntityGrantEntity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrantEntityGrantEntity.parseFrom(InputStream input) static GrantEntityGrantEntity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrantEntityGrantEntity.parseFrom(ByteBuffer data) static GrantEntityGrantEntity.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type GrantEntityModifier and TypeMethodDescriptionSelectGrantResponse.Builder.getEntitiesList()grant info arraySelectGrantResponse.getEntitiesList()grant info arraySelectGrantResponseOrBuilder.getEntitiesList()grant info arraycom.google.protobuf.Parser<GrantEntity> GrantEntity.getParserForType()static com.google.protobuf.Parser<GrantEntity> GrantEntity.parser()Methods in io.milvus.grpc with parameters of type GrantEntityModifier and TypeMethodDescriptionSelectGrantResponse.Builder.addEntities(int index, GrantEntity value) grant info arraySelectGrantResponse.Builder.addEntities(GrantEntity value) grant info arrayOperatePrivilegeRequest.Builder.mergeEntity(GrantEntity value) grantSelectGrantRequest.Builder.mergeEntity(GrantEntity value) grantGrantEntity.Builder.mergeFrom(GrantEntity other) static GrantEntity.BuilderGrantEntity.newBuilder(GrantEntity prototype) SelectGrantResponse.Builder.setEntities(int index, GrantEntity value) grant info arrayOperatePrivilegeRequest.Builder.setEntity(GrantEntity value) grantSelectGrantRequest.Builder.setEntity(GrantEntity value) grantMethod parameters in io.milvus.grpc with type arguments of type GrantEntityModifier and TypeMethodDescriptionSelectGrantResponse.Builder.addAllEntities(Iterable<? extends GrantEntity> values) grant info array