Uses of Class
io.metaloom.qdrant.client.grpc.proto.JsonWithInt.Struct.Builder
Packages that use JsonWithInt.Struct.Builder
-
Uses of JsonWithInt.Struct.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto 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.BuilderJsonWithInt.Struct.newBuilder()static JsonWithInt.Struct.BuilderJsonWithInt.Struct.newBuilder(JsonWithInt.Struct prototype) JsonWithInt.Struct.newBuilderForType()protected JsonWithInt.Struct.BuilderJsonWithInt.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.metaloom.qdrant.client.grpc.proto with parameters of type JsonWithInt.Struct.BuilderModifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setStructValue(JsonWithInt.Struct.Builder builderForValue) Represents a structured value.