public interface DecimalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecision()
The precision (zero indicates unlimited precision)
|
int |
getScale()
The scale
|
com.google.protobuf.ByteString |
getValue()
The two's-complement representation of the unscaled integer value in big-endian byte order
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getValue()
The two's-complement representation of the unscaled integer value in big-endian byte order
bytes value = 1;int getPrecision()
The precision (zero indicates unlimited precision)
uint32 precision = 2;int getScale()
The scale
int32 scale = 3;Copyright © 2026 Confluent, Inc.. All rights reserved.