Interface WeaviateProtoBatch.BatchObject.MultiTargetRefPropsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBatch.BatchObject.MultiTargetRefProps,WeaviateProtoBatch.BatchObject.MultiTargetRefProps.Builder
- Enclosing class:
- WeaviateProtoBatch.BatchObject
public static interface WeaviateProtoBatch.BatchObject.MultiTargetRefPropsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropName()string prop_name = 2;com.google.protobuf.ByteStringgetPropNameBytes()string prop_name = 2;StringgetTargetCollection()string target_collection = 3;com.google.protobuf.ByteStringgetTargetCollectionBytes()string target_collection = 3;StringgetUuids(int index)repeated string uuids = 1;com.google.protobuf.ByteStringgetUuidsBytes(int index)repeated string uuids = 1;intgetUuidsCount()repeated string uuids = 1;List<String>getUuidsList()repeated string uuids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUuidsList
List<String> getUuidsList()
repeated string uuids = 1;- Returns:
- A list containing the uuids.
-
getUuidsCount
int getUuidsCount()
repeated string uuids = 1;- Returns:
- The count of uuids.
-
getUuids
String getUuids(int index)
repeated string uuids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The uuids at the given index.
-
getUuidsBytes
com.google.protobuf.ByteString getUuidsBytes(int index)
repeated string uuids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uuids at the given index.
-
getPropName
String getPropName()
string prop_name = 2;- Returns:
- The propName.
-
getPropNameBytes
com.google.protobuf.ByteString getPropNameBytes()
string prop_name = 2;- Returns:
- The bytes for propName.
-
getTargetCollection
String getTargetCollection()
string target_collection = 3;- Returns:
- The targetCollection.
-
getTargetCollectionBytes
com.google.protobuf.ByteString getTargetCollectionBytes()
string target_collection = 3;- Returns:
- The bytes for targetCollection.
-
-