Interface Points.SetPayloadPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.SetPayloadPoints,Points.SetPayloadPoints.Builder
- Enclosing class:
- Points
public static interface Points.SetPayloadPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPayload(String key) New payload valuesname of the collectioncom.google.protobuf.ByteStringname of the collectionDeprecated.intNew payload valuesNew payload valuesgetPayloadOrDefault(String key, JsonWithInt.Value defaultValue) New payload valuesgetPayloadOrThrow(String key) New payload valuesgetPoints(int index) List of point to modify, deprecatedintList of point to modify, deprecatedList of point to modify, deprecatedgetPointsOrBuilder(int index) List of point to modify, deprecatedList<? extends Points.PointIdOrBuilder>List of point to modify, deprecatedAffected pointsAffected pointsbooleangetWait()Wait until the changes have been applied?booleanAffected pointsbooleanhasWait()Wait until the changes have been applied?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
-
getCollectionName
String getCollectionName()name of the collection
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()name of the collection
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
hasWait
boolean hasWait()Wait until the changes have been applied?
optional bool wait = 2;- Returns:
- Whether the wait field is set.
-
getWait
boolean getWait()Wait until the changes have been applied?
optional bool wait = 2;- Returns:
- The wait.
-
getPayloadCount
int getPayloadCount()New payload values
map<string, .qdrant.Value> payload = 3; -
containsPayload
New payload values
map<string, .qdrant.Value> payload = 3; -
getPayload
Deprecated.UsegetPayloadMap()instead. -
getPayloadMap
Map<String,JsonWithInt.Value> getPayloadMap()New payload values
map<string, .qdrant.Value> payload = 3; -
getPayloadOrDefault
New payload values
map<string, .qdrant.Value> payload = 3; -
getPayloadOrThrow
New payload values
map<string, .qdrant.Value> payload = 3; -
getPointsList
List<Points.PointId> getPointsList()List of point to modify, deprecated
repeated .qdrant.PointId points = 4; -
getPoints
List of point to modify, deprecated
repeated .qdrant.PointId points = 4; -
getPointsCount
int getPointsCount()List of point to modify, deprecated
repeated .qdrant.PointId points = 4; -
getPointsOrBuilderList
List<? extends Points.PointIdOrBuilder> getPointsOrBuilderList()List of point to modify, deprecated
repeated .qdrant.PointId points = 4; -
getPointsOrBuilder
List of point to modify, deprecated
repeated .qdrant.PointId points = 4; -
hasPointsSelector
boolean hasPointsSelector()Affected points
optional .qdrant.PointsSelector points_selector = 5;- Returns:
- Whether the pointsSelector field is set.
-
getPointsSelector
Points.PointsSelector getPointsSelector()Affected points
optional .qdrant.PointsSelector points_selector = 5;- Returns:
- The pointsSelector.
-
getPointsSelectorOrBuilder
Points.PointsSelectorOrBuilder getPointsSelectorOrBuilder()Affected points
optional .qdrant.PointsSelector points_selector = 5;
-