Uses of Class
com.google.protobuf.Type
-
-
Uses of Type in com.google.protobuf
Methods in com.google.protobuf that return Type Modifier and Type Method Description static TypeType. getDefaultInstance()static TypeType. parseDelimitedFrom(InputStream input)static TypeType. parseDelimitedFrom(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(InputStream input)static TypeType. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TypeType. parseFrom(ByteBuffer data)static TypeType. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Type Modifier and Type Method Description static Parser<Type>Type. parser()Methods in com.google.protobuf with parameters of type Type Modifier and Type Method Description static Type.BuilderType. newBuilder(Type prototype)
-