Uses of Class
io.milvus.grpc.SelectGrantResponse.Builder
Packages that use SelectGrantResponse.Builder
-
Uses of SelectGrantResponse.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return SelectGrantResponse.BuilderModifier and TypeMethodDescriptionSelectGrantResponse.Builder.addAllEntities(Iterable<? extends GrantEntity> values) grant info arraySelectGrantResponse.Builder.addEntities(int index, GrantEntity value) grant info arraySelectGrantResponse.Builder.addEntities(int index, GrantEntity.Builder builderForValue) grant info arraySelectGrantResponse.Builder.addEntities(GrantEntity value) grant info arraySelectGrantResponse.Builder.addEntities(GrantEntity.Builder builderForValue) grant info arraySelectGrantResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelectGrantResponse.Builder.clear()SelectGrantResponse.Builder.clearEntities()grant info arraySelectGrantResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SelectGrantResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SelectGrantResponse.Builder.clearStatus()Not useful for nowSelectGrantResponse.Builder.clone()SelectGrantResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SelectGrantResponse.Builder.mergeFrom(com.google.protobuf.Message other) SelectGrantResponse.Builder.mergeFrom(SelectGrantResponse other) SelectGrantResponse.Builder.mergeStatus(Status value) Not useful for nowSelectGrantResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SelectGrantResponse.BuilderSelectGrantResponse.newBuilder()static SelectGrantResponse.BuilderSelectGrantResponse.newBuilder(SelectGrantResponse prototype) SelectGrantResponse.newBuilderForType()protected SelectGrantResponse.BuilderSelectGrantResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SelectGrantResponse.Builder.removeEntities(int index) grant info arraySelectGrantResponse.Builder.setEntities(int index, GrantEntity value) grant info arraySelectGrantResponse.Builder.setEntities(int index, GrantEntity.Builder builderForValue) grant info arraySelectGrantResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelectGrantResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Not useful for nowSelectGrantResponse.Builder.setStatus(Status.Builder builderForValue) Not useful for nowSelectGrantResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SelectGrantResponse.toBuilder()