Google-api-nodejs-client: Missing documentation for "compute"

Created on 23 Dec 2019  路  4Comments  路  Source: googleapis/google-api-nodejs-client

What's not working: there is no documentation for the compute API in the API docs, although this repo's README says "This library has a full set of API Reference Documentation".

To repro: go to https://googleapis.dev/nodejs/googleapis/latest and look for compute or anything like that. Notice that there's nothing there.

(It was suggested in https://github.com/googleapis/google-cloud-node/issues/952 that I check out this lib for accessing the compute API from Typescript because @google-cloud/compute will not be getting Typescript type decls.)

compute p2 bug

All 4 comments

@garyo thanks for the bug report, I'm not sure why that's missing.

The IDEs and TS type checking recognize all the methods and their documentations from the Discovery API if I import compute_v1 directly. Maybe there is a broken export somewhere above that.

@bcoe this is on purpose. The Compute API is large and in charge. The only way I could get the docs to generate in a reasonable amount of time was to disable this specific API. I tried it locally with an updated toolchain, and it's taking ~5 minutes on my macbook just to generate compute. Not sure if that's something we should try, given the memory consumption issues I've had here before 馃し

@garyo @JustinBeckwith I'll leave this open as something to dig into, perhaps something will jump out at me if I profile.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oliverjessner picture oliverjessner  路  3Comments

lowagner picture lowagner  路  3Comments

ACMerriman picture ACMerriman  路  3Comments

JustinBeckwith picture JustinBeckwith  路  3Comments

Chethandsagar picture Chethandsagar  路  4Comments