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