-
Notifications
You must be signed in to change notification settings - Fork 113
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## master #534 +/- ##
==========================================
- Coverage 99.61% 98.00% -1.61%
==========================================
Files 22 24 +2
Lines 11944 12793 +849
Branches 0 446 +446
==========================================
+ Hits 11898 12538 +640
- Misses 46 230 +184
- Partials 0 25 +25
Continue to review full report at Codecov.
|
@googlebot I signed it! |
There are still a few issues I need to resolve, namely a few |
Regarding the failing checks -
|
@roikoren755 appreciate the PR 👍 It might be a little while before we can give a thorough review. There has been some work internally to potentially auto-generate compute, in the not-too-distant future as well (which would generate it with types). I'd like to figure out where this work stands. |
Thanks for working on this PR! I hope typescript is supported soon in this sdk, it would make things much easier. |
# Conflicts: # src/zone.ts
@roikoren755 before we dive into the review of this PR, I was wondering if you might be able to take a look at the TypeScript support we're planning for the next major version: Installable here: https://www.npmjs.com/package/@google-cloud/compute/v/3.0.0-alpha.1 I discussed this PR with my peers this week, we're open to landing this functionality. But, we think we're potentially only a few weeks out on landing #537, which moves us from a handwritten library with out TypeScript types, to an automatically generated library with TypeScript types. |
I can take a look at it over the weekend. What exactly would you like me to check? The use case we have in my company is a fairly simple one |
@roikoren755 perhaps you could see if the new generated library meets your company's needs, in which case perhaps we could support you in using it (or fix issues based on your feedback). |
I tried using Also, How can I access the compute Beta API ? |
This PR has been inactive for 3+ months. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #495 🦕