Uses of Class
io.confluent.protobuf.type.Decimal.Builder
Packages that use Decimal.Builder
-
Uses of Decimal.Builder in io.confluent.protobuf.type
Methods in io.confluent.protobuf.type that return Decimal.BuilderModifier and TypeMethodDescriptionDecimal.Builder.clear()Decimal.Builder.clearPrecision()The precision (zero indicates unlimited precision)Decimal.Builder.clearScale()The scaleDecimal.Builder.clearValue()The two's-complement representation of the unscaled integer value in big-endian byte orderDecimal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Decimal.Builder.mergeFrom(com.google.protobuf.Message other) static Decimal.BuilderDecimal.newBuilder()static Decimal.BuilderDecimal.newBuilder(Decimal prototype) Decimal.newBuilderForType()protected Decimal.BuilderDecimal.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Decimal.Builder.setPrecision(int value) The precision (zero indicates unlimited precision)Decimal.Builder.setScale(int value) The scaleDecimal.Builder.setValue(com.google.protobuf.ByteString value) The two's-complement representation of the unscaled integer value in big-endian byte orderDecimal.toBuilder()