Uses of Class
io.dingodb.document.Document.DocumentBatchQueryResponse.Builder
Packages that use Document.DocumentBatchQueryResponse.Builder
-
Uses of Document.DocumentBatchQueryResponse.Builder in io.dingodb.document
Methods in io.dingodb.document that return Document.DocumentBatchQueryResponse.BuilderModifier and TypeMethodDescriptionDocument.DocumentBatchQueryResponse.Builder.addAllDoucments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(int index, Common.DocumentWithId.Builder builderForValue) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(Common.DocumentWithId.Builder builderForValue) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Document.DocumentBatchQueryResponse.Builder.clear()Document.DocumentBatchQueryResponse.Builder.clearDoucments()repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.clearError().dingodb.pb.error.Error error = 2;Document.DocumentBatchQueryResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Document.DocumentBatchQueryResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Document.DocumentBatchQueryResponse.Builder.clearResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;Document.DocumentBatchQueryResponse.Builder.clone()Document.DocumentBatchQueryResponse.Builder.mergeError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Document.DocumentBatchQueryResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Document.DocumentBatchQueryResponse.Builder.mergeFrom(com.google.protobuf.Message other) Document.DocumentBatchQueryResponse.Builder.mergeFrom(Document.DocumentBatchQueryResponse other) Document.DocumentBatchQueryResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Document.DocumentBatchQueryResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Document.DocumentBatchQueryResponse.newBuilder()Document.DocumentBatchQueryResponse.newBuilder(Document.DocumentBatchQueryResponse prototype) Document.DocumentBatchQueryResponse.newBuilderForType()Document.DocumentBatchQueryResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Document.DocumentBatchQueryResponse.Builder.removeDoucments(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.setDoucments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.setDoucments(int index, Common.DocumentWithId.Builder builderForValue) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.setError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Document.DocumentBatchQueryResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) .dingodb.pb.error.Error error = 2;Document.DocumentBatchQueryResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Document.DocumentBatchQueryResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Document.DocumentBatchQueryResponse.Builder.setResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Document.DocumentBatchQueryResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) .dingodb.pb.common.ResponseInfo response_info = 1;Document.DocumentBatchQueryResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Document.DocumentBatchQueryResponse.toBuilder()