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

feat: add batchGetEffectiveIamPolicies sample code.#654

Merged
aaronlichen-hp merged 9 commits intogoogleapis:mainfrom
aaronlichen-hp:main
Sep 2, 2022
Merged

feat: add batchGetEffectiveIamPolicies sample code.#654
aaronlichen-hp merged 9 commits intogoogleapis:mainfrom
aaronlichen-hp:main

Conversation

@aaronlichen-hp
Copy link
Copy Markdown
Contributor

Add batchGetEffectiveIamPolicies sample code and also lint the protobuf
imports.

Fixes #653 🦕

Add batchGetEffectiveIamPolicies sample code and also lint the protobuf
imports.
@aaronlichen-hp aaronlichen-hp requested review from a team August 26, 2022 19:36
@product-auto-label product-auto-label Bot added the size: m Pull request size is medium. label Aug 26, 2022
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented Aug 26, 2022

Here is the summary of changes.

You are about to add 1 region tag.

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

@product-auto-label product-auto-label Bot added api: cloudasset Issues related to the googleapis/nodejs-asset API. samples Issues that are directly related to samples. labels Aug 26, 2022
@danielbankhead danielbankhead self-assigned this Sep 1, 2022
Comment thread samples/getBatchEffectiveIamPolicies.js Outdated
Comment thread samples/test/sample.test.js Outdated
@danielbankhead danielbankhead added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 2, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2022
@danielbankhead danielbankhead added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Sep 2, 2022
@danielbankhead danielbankhead added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Sep 2, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2022
Comment thread samples/getBatchEffectiveIamPolicies.js Outdated
// Handle the operation using the promise pattern.
const result = await client.batchGetEffectiveIamPolicies(request);
// Handle the the response.
console.dir(result);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Apologies, let's add {depth: null} here

Suggested change
console.dir(result);
console.dir(result, {depth: null});

@generated-files-bot
Copy link
Copy Markdown

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

@danielbankhead danielbankhead added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2022
@aaronlichen-hp aaronlichen-hp merged commit 11160b0 into googleapis:main Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: cloudasset Issues related to the googleapis/nodejs-asset API. samples Issues that are directly related to samples. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add batchGetEffectiveIamPolicies sample code.

3 participants