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