Uses of Class
io.dingodb.common.Common.DocumentValue.Builder
Packages that use Common.DocumentValue.Builder
-
Uses of Common.DocumentValue.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.DocumentValue.BuilderModifier and TypeMethodDescriptionCommon.DocumentValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.DocumentValue.Builder.clear()Common.DocumentValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.DocumentValue.Builder.clearFieldType()data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.DocumentValue.Builder.clearFieldValue()scalar fieldCommon.DocumentValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.DocumentValue.Builder.clone()Common.DocumentValue.Builder.mergeFieldValue(Common.ScalarField value) scalar fieldCommon.DocumentValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.DocumentValue.Builder.mergeFrom(com.google.protobuf.Message other) Common.DocumentValue.Builder.mergeFrom(Common.DocumentValue other) Common.DocumentValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.DocumentValue.BuilderCommon.DocumentValue.newBuilder()static Common.DocumentValue.BuilderCommon.DocumentValue.newBuilder(Common.DocumentValue prototype) Common.DocumentValue.newBuilderForType()protected Common.DocumentValue.BuilderCommon.DocumentValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Document.Builder.putDocumentDataBuilderIfAbsent(String key) scalar data of this document, key: scalar key, value: scalar value data.Common.DocumentValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.DocumentValue.Builder.setFieldType(Common.ScalarFieldType value) data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.DocumentValue.Builder.setFieldTypeValue(int value) data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.DocumentValue.Builder.setFieldValue(Common.ScalarField value) scalar fieldCommon.DocumentValue.Builder.setFieldValue(Common.ScalarField.Builder builderForValue) scalar fieldCommon.DocumentValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.DocumentValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.DocumentValue.toBuilder()