-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
🚨This issue needs some love.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
REST transport nodejs-compute
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.