gapic-generator-typescript icon indicating copy to clipboard operation
gapic-generator-typescript copied to clipboard

feat: support diregapic LRO

Open summer-ji-eng opened this issue 2 years ago • 2 comments

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();

summer-ji-eng avatar Jun 22 '22 21:06 summer-ji-eng

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

snippet-bot[bot] avatar Jun 22 '22 21:06 snippet-bot[bot]

Wait for gax-nodejs enable the diregapic lro(https://github.com/googleapis/gax-nodejs/pull/1119)

summer-ji-eng avatar Jun 23 '22 06:06 summer-ji-eng