Uses of Interface
io.qdrant.client.grpc.JsonWithInt.ValueOrBuilder
-
Uses of JsonWithInt.ValueOrBuilder in io.qdrant.client.grpc
Modifier and TypeClassDescriptionstatic final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.static final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Modifier and TypeMethodDescriptionJsonWithInt.ListValue.Builder.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.JsonWithInt.ListValue.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.JsonWithInt.ListValueOrBuilder.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.Modifier and TypeMethodDescriptionList<? extends JsonWithInt.ValueOrBuilder>
JsonWithInt.ListValue.Builder.getValuesOrBuilderList()
Repeated field of dynamically typed values.List<? extends JsonWithInt.ValueOrBuilder>
JsonWithInt.ListValue.getValuesOrBuilderList()
Repeated field of dynamically typed values.List<? extends JsonWithInt.ValueOrBuilder>
JsonWithInt.ListValueOrBuilder.getValuesOrBuilderList()
Repeated field of dynamically typed values.