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 Decimal
Decimal.Builder. build()
Decimal
Decimal.Builder. buildPartial()
static Decimal
Decimal. getDefaultInstance()
Decimal
Decimal.Builder. getDefaultInstanceForType()
Decimal
Decimal. getDefaultInstanceForType()
static Decimal
Decimal. parseDelimitedFrom(java.io.InputStream input)
static Decimal
Decimal. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decimal
Decimal. parseFrom(byte[] data)
static Decimal
Decimal. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decimal
Decimal. parseFrom(com.google.protobuf.ByteString data)
static Decimal
Decimal. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decimal
Decimal. parseFrom(com.google.protobuf.CodedInputStream input)
static Decimal
Decimal. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decimal
Decimal. parseFrom(java.io.InputStream input)
static Decimal
Decimal. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decimal
Decimal. parseFrom(java.nio.ByteBuffer data)
static Decimal
Decimal. parseFrom(java.nio.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.Builder
Decimal.Builder. mergeFrom(Decimal other)
static Decimal.Builder
Decimal. newBuilder(Decimal prototype)
-