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