Uses of Class
io.qdrant.client.grpc.Points.RepeatedStrings
-
Uses of Points.RepeatedStrings in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.RepeatedStrings.Builder.build()
Points.RepeatedStrings.Builder.buildPartial()
static Points.RepeatedStrings
Points.RepeatedStrings.getDefaultInstance()
Points.RepeatedStrings.Builder.getDefaultInstanceForType()
Points.RepeatedStrings.getDefaultInstanceForType()
Points.Match.Builder.getExceptKeywords()
Match any other value except those keywordsPoints.Match.getExceptKeywords()
Match any other value except those keywordsPoints.MatchOrBuilder.getExceptKeywords()
Match any other value except those keywordsPoints.Match.Builder.getKeywords()
Match multiple keywordsPoints.Match.getKeywords()
Match multiple keywordsPoints.MatchOrBuilder.getKeywords()
Match multiple keywordsstatic Points.RepeatedStrings
Points.RepeatedStrings.parseDelimitedFrom
(InputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(byte[] data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.ByteString data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(InputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(ByteBuffer data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RepeatedStrings>
Points.RepeatedStrings.getParserForType()
static com.google.protobuf.Parser<Points.RepeatedStrings>
Points.RepeatedStrings.parser()
Modifier and TypeMethodDescriptionPoints.Match.Builder.mergeExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.RepeatedStrings.Builder.mergeFrom
(Points.RepeatedStrings other) Points.Match.Builder.mergeKeywords
(Points.RepeatedStrings value) Match multiple keywordsPoints.RepeatedStrings.newBuilder
(Points.RepeatedStrings prototype) Points.Match.Builder.setExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.Match.Builder.setKeywords
(Points.RepeatedStrings value) Match multiple keywords