Uses of Class
io.milvus.grpc.GrantEntity
-
Packages that use GrantEntity Package Description io.milvus.grpc -
-
Uses of GrantEntity in io.milvus.grpc
Methods in io.milvus.grpc that return GrantEntity Modifier and Type Method Description GrantEntityGrantEntity.Builder. build()GrantEntityGrantEntity.Builder. buildPartial()static GrantEntityGrantEntity. getDefaultInstance()GrantEntityGrantEntity.Builder. getDefaultInstanceForType()GrantEntityGrantEntity. getDefaultInstanceForType()GrantEntitySelectGrantResponse.Builder. getEntities(int index)grant info arrayGrantEntitySelectGrantResponse. getEntities(int index)grant info arrayGrantEntitySelectGrantResponseOrBuilder. getEntities(int index)grant info arrayGrantEntityOperatePrivilegeRequest.Builder. getEntity()grantGrantEntityOperatePrivilegeRequest. getEntity()grantGrantEntityOperatePrivilegeRequestOrBuilder. getEntity()grantGrantEntitySelectGrantRequest.Builder. getEntity()grantGrantEntitySelectGrantRequest. getEntity()grantGrantEntitySelectGrantRequestOrBuilder. 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 GrantEntity Modifier and Type Method Description List<GrantEntity>SelectGrantResponse.Builder. getEntitiesList()grant info arrayList<GrantEntity>SelectGrantResponse. getEntitiesList()grant info arrayList<GrantEntity>SelectGrantResponseOrBuilder. 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 GrantEntity Modifier and Type Method Description SelectGrantResponse.BuilderSelectGrantResponse.Builder. addEntities(int index, GrantEntity value)grant info arraySelectGrantResponse.BuilderSelectGrantResponse.Builder. addEntities(GrantEntity value)grant info arrayOperatePrivilegeRequest.BuilderOperatePrivilegeRequest.Builder. mergeEntity(GrantEntity value)grantSelectGrantRequest.BuilderSelectGrantRequest.Builder. mergeEntity(GrantEntity value)grantGrantEntity.BuilderGrantEntity.Builder. mergeFrom(GrantEntity other)static GrantEntity.BuilderGrantEntity. newBuilder(GrantEntity prototype)SelectGrantResponse.BuilderSelectGrantResponse.Builder. setEntities(int index, GrantEntity value)grant info arrayOperatePrivilegeRequest.BuilderOperatePrivilegeRequest.Builder. setEntity(GrantEntity value)grantSelectGrantRequest.BuilderSelectGrantRequest.Builder. setEntity(GrantEntity value)grantMethod parameters in io.milvus.grpc with type arguments of type GrantEntity Modifier and Type Method Description SelectGrantResponse.BuilderSelectGrantResponse.Builder. addAllEntities(Iterable<? extends GrantEntity> values)grant info array
-