Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

docs(readme): diregapic release #568

Merged

Conversation

FrodoTheTrue
Copy link
Contributor

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@FrodoTheTrue FrodoTheTrue requested a review from a team as a code owner June 8, 2021 13:04
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 8, 2021
@product-auto-label product-auto-label bot added the api: compute Issues related to the googleapis/nodejs-compute API. label Jun 8, 2021
@sofisl sofisl changed the title fix(readme): diregapic release docs(readme): diregapic release Jun 8, 2021
@sofisl
Copy link
Contributor

sofisl commented Jun 8, 2021

Hi @FrodoTheTrue, these files are autogenerated. In order to make changes, I think you'd want to make changes to the partials file, like so.

But the samples/README file is usually just generated from the quickstart file, here.

Would you mind providing some more context on why you're making this PR? Thanks in advance.

return new Promise(resolve => {
setTimeout(resolve, timeoutMs);
async function listInstances() {
const client = new compute.InstancesClient({fallback: 'rest'});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if the customer doesn't set fallback: 'rest'? Or is that going to be required for every instance instantiation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case user will use grpc transport. GAPIC team will fix it (rest will be by default)

@JustinBeckwith JustinBeckwith merged commit b36cf87 into googleapis:diregapic Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: compute Issues related to the googleapis/nodejs-compute API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants