Uses of Class
io.qdrant.client.grpc.JsonWithInt.Struct.Builder
Packages that use JsonWithInt.Struct.Builder
-
Uses of JsonWithInt.Struct.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return JsonWithInt.Struct.BuilderModifier and TypeMethodDescriptionJsonWithInt.Struct.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.Struct.Builder.clear()
JsonWithInt.Struct.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) JsonWithInt.Struct.Builder.clearFields()
JsonWithInt.Struct.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) JsonWithInt.Struct.Builder.clone()
JsonWithInt.Value.Builder.getStructValueBuilder()
Represents a structured value.JsonWithInt.Struct.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JsonWithInt.Struct.Builder.mergeFrom
(com.google.protobuf.Message other) JsonWithInt.Struct.Builder.mergeFrom
(JsonWithInt.Struct other) JsonWithInt.Struct.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static JsonWithInt.Struct.Builder
JsonWithInt.Struct.newBuilder()
static JsonWithInt.Struct.Builder
JsonWithInt.Struct.newBuilder
(JsonWithInt.Struct prototype) JsonWithInt.Struct.newBuilderForType()
protected JsonWithInt.Struct.Builder
JsonWithInt.Struct.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) JsonWithInt.Struct.Builder.putAllFields
(Map<String, JsonWithInt.Value> values) Unordered map of dynamically typed values.JsonWithInt.Struct.Builder.putFields
(String key, JsonWithInt.Value value) Unordered map of dynamically typed values.JsonWithInt.Struct.Builder.removeFields
(String key) Unordered map of dynamically typed values.JsonWithInt.Struct.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.Struct.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) JsonWithInt.Struct.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) JsonWithInt.Struct.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type JsonWithInt.Struct.BuilderModifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setStructValue
(JsonWithInt.Struct.Builder builderForValue) Represents a structured value.