Uses of Class
io.qdrant.client.grpc.JsonWithInt.ListValue.Builder
Packages that use JsonWithInt.ListValue.Builder
-
Uses of JsonWithInt.ListValue.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return JsonWithInt.ListValue.BuilderModifier and TypeMethodDescriptionJsonWithInt.ListValue.Builder.addAllValues
(Iterable<? extends JsonWithInt.Value> values) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.ListValue.Builder.addValues
(int index, JsonWithInt.Value value) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addValues
(int index, JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addValues
(JsonWithInt.Value value) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addValues
(JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.clear()
JsonWithInt.ListValue.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) JsonWithInt.ListValue.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) JsonWithInt.ListValue.Builder.clearValues()
Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.clone()
JsonWithInt.Value.Builder.getListValueBuilder()
Represents a repeated `Value`.JsonWithInt.ListValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JsonWithInt.ListValue.Builder.mergeFrom
(com.google.protobuf.Message other) JsonWithInt.ListValue.Builder.mergeFrom
(JsonWithInt.ListValue other) JsonWithInt.ListValue.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) JsonWithInt.ListValue.newBuilder()
JsonWithInt.ListValue.newBuilder
(JsonWithInt.ListValue prototype) JsonWithInt.ListValue.newBuilderForType()
protected JsonWithInt.ListValue.Builder
JsonWithInt.ListValue.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) JsonWithInt.ListValue.Builder.removeValues
(int index) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.ListValue.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) JsonWithInt.ListValue.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) JsonWithInt.ListValue.Builder.setValues
(int index, JsonWithInt.Value value) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.setValues
(int index, JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.JsonWithInt.ListValue.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type JsonWithInt.ListValue.BuilderModifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setListValue
(JsonWithInt.ListValue.Builder builderForValue) Represents a repeated `Value`.