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

feat: add batchGetEffectiveIamPolicies sample code. #654

Merged
merged 9 commits into from
Sep 2, 2022

Conversation

aaronlichen-hp
Copy link
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 as code owners 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

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
samples/getBatchEffectiveIamPolicies.js Outdated Show resolved Hide resolved
samples/test/sample.test.js Outdated Show resolved Hide resolved
@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
// Handle the operation using the promise pattern.
const result = await client.batchGetEffectiveIamPolicies(request);
// Handle the the response.
console.dir(result);

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

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