Uses of Class
io.qdrant.client.grpc.JsonWithInt.Value.Builder
-
Uses of JsonWithInt.Value.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionJsonWithInt.Value.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.ListValue.Builder.addValuesBuilder()
Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addValuesBuilder
(int index) Repeated field of dynamically typed values.JsonWithInt.Value.Builder.clear()
JsonWithInt.Value.Builder.clearBoolValue()
Represents a boolean value.JsonWithInt.Value.Builder.clearDoubleValue()
Represents a double value.JsonWithInt.Value.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) JsonWithInt.Value.Builder.clearIntegerValue()
Represents an integer valueJsonWithInt.Value.Builder.clearKind()
JsonWithInt.Value.Builder.clearListValue()
Represents a repeated `Value`.JsonWithInt.Value.Builder.clearNullValue()
Represents a null value.JsonWithInt.Value.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) JsonWithInt.Value.Builder.clearStringValue()
Represents a string value.JsonWithInt.Value.Builder.clearStructValue()
Represents a structured value.JsonWithInt.Value.Builder.clone()
JsonWithInt.ListValue.Builder.getValuesBuilder
(int index) Repeated field of dynamically typed values.JsonWithInt.Value.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JsonWithInt.Value.Builder.mergeFrom
(com.google.protobuf.Message other) JsonWithInt.Value.Builder.mergeFrom
(JsonWithInt.Value other) JsonWithInt.Value.Builder.mergeListValue
(JsonWithInt.ListValue value) Represents a repeated `Value`.JsonWithInt.Value.Builder.mergeStructValue
(JsonWithInt.Struct value) Represents a structured value.JsonWithInt.Value.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static JsonWithInt.Value.Builder
JsonWithInt.Value.newBuilder()
static JsonWithInt.Value.Builder
JsonWithInt.Value.newBuilder
(JsonWithInt.Value prototype) JsonWithInt.Value.newBuilderForType()
protected JsonWithInt.Value.Builder
JsonWithInt.Value.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) JsonWithInt.Value.Builder.setBoolValue
(boolean value) Represents a boolean value.JsonWithInt.Value.Builder.setDoubleValue
(double value) Represents a double value.JsonWithInt.Value.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JsonWithInt.Value.Builder.setIntegerValue
(long value) Represents an integer valueJsonWithInt.Value.Builder.setListValue
(JsonWithInt.ListValue value) Represents a repeated `Value`.JsonWithInt.Value.Builder.setListValue
(JsonWithInt.ListValue.Builder builderForValue) Represents a repeated `Value`.JsonWithInt.Value.Builder.setNullValue
(JsonWithInt.NullValue value) Represents a null value.JsonWithInt.Value.Builder.setNullValueValue
(int value) Represents a null value.JsonWithInt.Value.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) JsonWithInt.Value.Builder.setStringValue
(String value) Represents a string value.JsonWithInt.Value.Builder.setStringValueBytes
(com.google.protobuf.ByteString value) Represents a string value.JsonWithInt.Value.Builder.setStructValue
(JsonWithInt.Struct value) Represents a structured value.JsonWithInt.Value.Builder.setStructValue
(JsonWithInt.Struct.Builder builderForValue) Represents a structured value.JsonWithInt.Value.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) JsonWithInt.Value.toBuilder()
Modifier and TypeMethodDescriptionJsonWithInt.ListValue.Builder.getValuesBuilderList()
Repeated field of dynamically typed values.Modifier and TypeMethodDescriptionJsonWithInt.ListValue.Builder.addValues
(int index, JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.addValues
(JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.JsonWithInt.ListValue.Builder.setValues
(int index, JsonWithInt.Value.Builder builderForValue) Repeated field of dynamically typed values.