REST transport [nodejs-compute](https://github.com/georgiyekkert/nodejs-compute/tree/diregapic) ``` client = new compute.AddressesClient({fallback: 'rest'}); const [getResponse] = await client.get({ project: "...", region: "...", address: "...", }); console.log(getResponse); ``` response: ``` Address { ... addressType: 10860221 } ``` The expect enum value should be `EXTERNAL`.
REST transport nodejs-compute
response:
The expect enum value should be
EXTERNAL.