Uses of Class
com.google.type.Decimal
-
Packages that use Decimal Package Description com.google.type -
-
Uses of Decimal in com.google.type
Methods in com.google.type that return Decimal Modifier and Type Method Description DecimalDecimal.Builder. build()DecimalDecimal.Builder. buildPartial()static DecimalDecimal. getDefaultInstance()DecimalDecimal.Builder. getDefaultInstanceForType()DecimalDecimal. getDefaultInstanceForType()static DecimalDecimal. parseDelimitedFrom(InputStream input)static DecimalDecimal. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecimalDecimal. parseFrom(byte[] data)static DecimalDecimal. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecimalDecimal. parseFrom(com.google.protobuf.ByteString data)static DecimalDecimal. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecimalDecimal. parseFrom(com.google.protobuf.CodedInputStream input)static DecimalDecimal. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecimalDecimal. parseFrom(InputStream input)static DecimalDecimal. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecimalDecimal. parseFrom(ByteBuffer data)static DecimalDecimal. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.type that return types with arguments of type Decimal Modifier and Type Method Description com.google.protobuf.Parser<Decimal>Decimal. getParserForType()static com.google.protobuf.Parser<Decimal>Decimal. parser()Methods in com.google.type with parameters of type Decimal Modifier and Type Method Description Decimal.BuilderDecimal.Builder. mergeFrom(Decimal other)static Decimal.BuilderDecimal. newBuilder(Decimal prototype)
-