Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support diregapic LRO #1150

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: support diregapic LRO #1150

wants to merge 8 commits into from

Conversation

summer-ji-eng
Copy link
Collaborator

@summer-ji-eng summer-ji-eng commented Jun 22, 2022

Enable Diregapic LRO for compute.

Sample code to call diregapic LRO:

const client = new compute.FirewallsClient();
  const [operation] = await client.insert({
    project,
    firewallResource: resource,
  });
  const [response] = await operation.promise();

@snippet-bot
Copy link

snippet-bot bot commented Jun 22, 2022

Here is the summary of changes.

You are about to add 6 region tags.
You are about to delete 6 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@summer-ji-eng
Copy link
Collaborator Author

Wait for gax-nodejs enable the diregapic lro(googleapis/gax-nodejs#1119)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant