Interface WeaviateProtoBatch.BatchObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBatch.BatchObject,WeaviateProtoBatch.BatchObject.Builder
- Enclosing class:
- WeaviateProtoBatch
public static interface WeaviateProtoBatch.BatchObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collection = 4;com.google.protobuf.ByteStringstring collection = 4;.weaviate.v1.BatchObject.Properties properties = 3;.weaviate.v1.BatchObject.Properties properties = 3;string tenant = 5;com.google.protobuf.ByteStringstring tenant = 5;getUuid()string uuid = 1;com.google.protobuf.ByteStringstring uuid = 1;floatgetVector(int index) Deprecated.weaviate.v1.BatchObject.vector is deprecated.com.google.protobuf.ByteStringbytes vector_bytes = 6;intDeprecated.weaviate.v1.BatchObject.vector is deprecated.Deprecated.weaviate.v1.BatchObject.vector is deprecated.getVectors(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDintprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDgetVectorsOrBuilder(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDList<? extends WeaviateProtoBase.VectorsOrBuilder>protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDboolean.weaviate.v1.BatchObject.Properties properties = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUuid
String getUuid()string uuid = 1;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 1;- Returns:
- The bytes for uuid.
-
getVectorList
Deprecated.weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated float vector = 2 [deprecated = true];- Returns:
- A list containing the vector.
-
getVectorCount
Deprecated.weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated float vector = 2 [deprecated = true];- Returns:
- The count of vector.
-
getVector
Deprecated.weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated float vector = 2 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The vector at the given index.
-
hasProperties
boolean hasProperties().weaviate.v1.BatchObject.Properties properties = 3;- Returns:
- Whether the properties field is set.
-
getProperties
WeaviateProtoBatch.BatchObject.Properties getProperties().weaviate.v1.BatchObject.Properties properties = 3;- Returns:
- The properties.
-
getPropertiesOrBuilder
WeaviateProtoBatch.BatchObject.PropertiesOrBuilder getPropertiesOrBuilder().weaviate.v1.BatchObject.Properties properties = 3; -
getCollection
String getCollection()string collection = 4;- Returns:
- The collection.
-
getCollectionBytes
com.google.protobuf.ByteString getCollectionBytes()string collection = 4;- Returns:
- The bytes for collection.
-
getTenant
String getTenant()string tenant = 5;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()string tenant = 5;- Returns:
- The bytes for tenant.
-
getVectorBytes
com.google.protobuf.ByteString getVectorBytes()bytes vector_bytes = 6;- Returns:
- The vectorBytes.
-
getVectorsList
List<WeaviateProtoBase.Vectors> getVectorsList()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23; -
getVectors
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23; -
getVectorsCount
int getVectorsCount()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23; -
getVectorsOrBuilderList
List<? extends WeaviateProtoBase.VectorsOrBuilder> getVectorsOrBuilderList()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23; -
getVectorsOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23;
-