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