GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.29k stars 1.73k forks source link

feat(bigqueryv2): Add Big Query v2 client libraries/ samples #4343

Closed vijaykanthm closed 3 weeks ago

vijaykanthm commented 1 month ago

Description

Reference to https://b.corp.google.com/issues/339692211 This PR adds v2 API Big Query Go client samples to Create, List, Get, Delete & Update.

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

conventional-commit-lint-gcf[bot] commented 1 month ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

snippet-bot[bot] commented 1 month ago

Here is the summary of changes.

You are about to add 5 region tags. - [securitycenter/bigqueryv2/create_big_query_export.go:17](https://github.com/vijaykanthm/golang-samples/blob/9a3c0d0c7bbd43e298bc93033fe936f0ad28b49c/securitycenter/bigqueryv2/create_big_query_export.go#L17), tag `securitycenter_create_big_query_export_v2` - [securitycenter/bigqueryv2/delete_big_query_export.go:17](https://github.com/vijaykanthm/golang-samples/blob/9a3c0d0c7bbd43e298bc93033fe936f0ad28b49c/securitycenter/bigqueryv2/delete_big_query_export.go#L17), tag `securitycenter_delete_big_query_export_v2` - [securitycenter/bigqueryv2/get_big_query_export.go:17](https://github.com/vijaykanthm/golang-samples/blob/9a3c0d0c7bbd43e298bc93033fe936f0ad28b49c/securitycenter/bigqueryv2/get_big_query_export.go#L17), tag `securitycenter_get_big_query_export_v2` - [securitycenter/bigqueryv2/list_big_query_export.go:17](https://github.com/vijaykanthm/golang-samples/blob/9a3c0d0c7bbd43e298bc93033fe936f0ad28b49c/securitycenter/bigqueryv2/list_big_query_export.go#L17), tag `securitycenter_list_big_query_export_v2` - [securitycenter/bigqueryv2/update_big_query_export.go:17](https://github.com/vijaykanthm/golang-samples/blob/9a3c0d0c7bbd43e298bc93033fe936f0ad28b49c/securitycenter/bigqueryv2/update_big_query_export.go#L17), tag `securitycenter_update_big_query_export_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:

vijaykanthm commented 4 weeks ago

I just realized: is this PR a duplicate of #4272 ?

That will be closed, it is not being worked on currently. I have discussed with the requester and taken over the work.