java-docs-samples
java-docs-samples copied to clipboard
feat: Adding API v2 Source samples
Description
b/337023783
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
- [ ] I have followed Sample Format Guide
- [ ]
pom.xmlparent set to latestshared-configuration - [ ] Appropriate changes to README are included in PR
- [ ] These samples need a new API enabled in testing projects to pass (let us know which ones)
- [ ] These samples need a new/updated env vars in testing projects set to pass (let us know which ones)
- [x] Tests pass:
mvn clean verifyrequired - [x] Lint passes:
mvn -P lint checkstyle:checkrequired - [ ] Static Analysis:
mvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only - [ ] This sample adds a new sample directory, and I updated the CODEOWNERS file with the codeowners for this sample
- [ ] This sample adds a new Product API, and I updated the Blunderbuss issue/PR auto-assigner with the codeowners for this sample
- [x] Please merge this PR for me once it is approved
Here is the summary of changes.
You are about to add 4 region tags.
- security-command-center/snippets/src/main/java/vtwo/source/GetSource.java:19, tag
securitycenter_get_source_v2 - security-command-center/snippets/src/main/java/vtwo/source/ListSources.java:19, tag
securitycenter_list_sources_v2 - security-command-center/snippets/src/main/java/vtwo/source/UpdateFindingSource.java:19, tag
securitycenter_update_finding_source_properties_v2 - security-command-center/snippets/src/main/java/vtwo/source/UpdateSource.java:19, tag
securitycenter_update_source_v2
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
@rafaelMurata Kindly add the AfterClass method to clean up the resources created during setup
@rafaelMurata Kindly add the AfterClass method to clean up the resources created during setup
done.
@Sita04 Please run kokoro again. Thanks.
@Sita04 Please run kokoro again. Thanks.