Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoBatch.BatchObjectsReply.BatchError
Packages that use WeaviateProtoBatch.BatchObjectsReply.BatchError
-
Uses of WeaviateProtoBatch.BatchObjectsReply.BatchError in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoBatch.BatchObjectsReply.BatchErrorModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.build()WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.buildPartial()WeaviateProtoBatch.BatchObjectsReply.BatchError.getDefaultInstance()WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.getDefaultInstanceForType()WeaviateProtoBatch.BatchObjectsReply.BatchError.getDefaultInstanceForType()WeaviateProtoBatch.BatchObjectsReply.Builder.getErrors(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.getErrors(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReplyOrBuilder.getErrors(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.parseDelimitedFrom(InputStream input) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(byte[] data) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(InputStream input) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(ByteBuffer data) WeaviateProtoBatch.BatchObjectsReply.BatchError.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoBatch.BatchObjectsReply.BatchErrorModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.getErrorsList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.getErrorsList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReplyOrBuilder.getErrorsList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;com.google.protobuf.Parser<WeaviateProtoBatch.BatchObjectsReply.BatchError>WeaviateProtoBatch.BatchObjectsReply.BatchError.getParserForType()static com.google.protobuf.Parser<WeaviateProtoBatch.BatchObjectsReply.BatchError>WeaviateProtoBatch.BatchObjectsReply.BatchError.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoBatch.BatchObjectsReply.BatchErrorModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.addErrors(int index, WeaviateProtoBatch.BatchObjectsReply.BatchError value) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.Builder.addErrors(WeaviateProtoBatch.BatchObjectsReply.BatchError value) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder.mergeFrom(WeaviateProtoBatch.BatchObjectsReply.BatchError other) WeaviateProtoBatch.BatchObjectsReply.BatchError.newBuilder(WeaviateProtoBatch.BatchObjectsReply.BatchError prototype) WeaviateProtoBatch.BatchObjectsReply.Builder.setErrors(int index, WeaviateProtoBatch.BatchObjectsReply.BatchError value) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoBatch.BatchObjectsReply.BatchErrorModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsReply.Builder.addAllErrors(Iterable<? extends WeaviateProtoBatch.BatchObjectsReply.BatchError> values) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;