parseFrom

open fun parseFrom(data: ByteBuffer): IpAddress
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): IpAddress
open fun parseFrom(data: ByteString): IpAddress
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): IpAddress
open fun parseFrom(data: Array<Byte>): IpAddress
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): IpAddress
open fun parseFrom(input: InputStream): IpAddress
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): IpAddress
open fun parseFrom(input: CodedInputStream): IpAddress
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): IpAddress