Skip to content

GCE GAPIC typescript: Enum values are not displayed correctly #616

@summer-ji-eng

Description

@summer-ji-eng

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚨This issue needs some love.priority: p1Important 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions