Interface Address.TcpIpAddressOrBuilder

    • Method Detail

      • getIpAddress

        ByteString getIpAddress()
         Either the IPv4 or IPv6 address in bytes.  Will be either 4 bytes or 16
         bytes in length.
         
        bytes ip_address = 1;
        Returns:
        The ipAddress.
      • getPort

        int getPort()
         0-64k, or -1 if not appropriate.
         
        int32 port = 2;
        Returns:
        The port.