Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder
Packages that use WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder
-
Uses of WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoBatch.BatchObjectsReply.BatchError.BuilderModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.addErrorsBuilder()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.Builder.addErrorsBuilder(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clear()WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clearError()string error = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clearIndex()int32 index = 1;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.clone()WeaviateProtoBatch.BatchObjectsReply.Builder.getErrorsBuilder(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.mergeFrom(WeaviateProtoBatch.BatchObjectsReply.BatchError other) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoBatch.BatchObjectsReply.BatchError.newBuilder()WeaviateProtoBatch.BatchObjectsReply.BatchError.newBuilder(WeaviateProtoBatch.BatchObjectsReply.BatchError prototype) WeaviateProtoBatch.BatchObjectsReply.BatchError.newBuilderForType()WeaviateProtoBatch.BatchObjectsReply.BatchError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string error = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.setErrorBytes(com.google.protobuf.ByteString value) string error = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.setIndex(int value) int32 index = 1;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoBatch.BatchObjectsReply.BatchError.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoBatch.BatchObjectsReply.BatchError.BuilderModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.getErrorsBuilderList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoBatch.BatchObjectsReply.BatchError.BuilderModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.addErrors(int index, WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder builderForValue) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.Builder.addErrors(WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder builderForValue) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.Builder.setErrors(int index, WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder builderForValue) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;