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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCollection()string collection = 4;com.google.protobuf.ByteStringgetCollectionBytes()string collection = 4;WeaviateProtoBatch.BatchObject.PropertiesgetProperties().weaviate.v1.BatchObject.Properties properties = 3;WeaviateProtoBatch.BatchObject.PropertiesOrBuildergetPropertiesOrBuilder().weaviate.v1.BatchObject.Properties properties = 3;StringgetTenant()string tenant = 5;com.google.protobuf.ByteStringgetTenantBytes()string tenant = 5;StringgetUuid()string uuid = 1;com.google.protobuf.ByteStringgetUuidBytes()string uuid = 1;floatgetVector(int index)Deprecated.weaviate.v1.BatchObject.vector is deprecated.com.google.protobuf.ByteStringgetVectorBytes()bytes vector_bytes = 6;intgetVectorCount()Deprecated.weaviate.v1.BatchObject.vector is deprecated.List<Float>getVectorList()Deprecated.weaviate.v1.BatchObject.vector is deprecated.WeaviateProtoBase.VectorsgetVectors(int index)protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDintgetVectorsCount()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDList<WeaviateProtoBase.Vectors>getVectorsList()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDWeaviateProtoBase.VectorsOrBuildergetVectorsOrBuilder(int index)protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDList<? extends WeaviateProtoBase.VectorsOrBuilder>getVectorsOrBuilderList()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDbooleanhasProperties().weaviate.v1.BatchObject.Properties properties = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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 List<Float> 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 int 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 float getVector(int index)
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
WeaviateProtoBase.Vectors getVectors(int index)
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
WeaviateProtoBase.VectorsOrBuilder getVectorsOrBuilder(int index)
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated .weaviate.v1.Vectors vectors = 23;
-
-