GoogleCloudPlatform / golang-samples

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

feat: add samples for labels, regional SM #4431

Closed vipul7499 closed 4 weeks ago

vipul7499 commented 1 month ago

Description

Fixes #

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

Checklist

snippet-bot[bot] commented 1 month ago

Here is the summary of changes.

You are about to add 4 region tags. - [secretmanager/regional_samples/create_regional_secret_with_labels.go:17](https://github.com/GoogleCloudPlatform/golang-samples/blob/27c24d78e08fa16fc935cd47a60a2d4b47d2d090/secretmanager/regional_samples/create_regional_secret_with_labels.go#L17), tag `secretmanager_create_regional_secret_with_labels` - [secretmanager/regional_samples/delete_regional_secret_label.go:17](https://github.com/GoogleCloudPlatform/golang-samples/blob/27c24d78e08fa16fc935cd47a60a2d4b47d2d090/secretmanager/regional_samples/delete_regional_secret_label.go#L17), tag `secretmanager_delete_regional_secret_label` - [secretmanager/regional_samples/edit_regional_secret_label.go:17](https://github.com/GoogleCloudPlatform/golang-samples/blob/27c24d78e08fa16fc935cd47a60a2d4b47d2d090/secretmanager/regional_samples/edit_regional_secret_label.go#L17), tag `secretmanager_create_update_regional_secret_label` - [secretmanager/regional_samples/view_regional_secret_labels.go:17](https://github.com/GoogleCloudPlatform/golang-samples/blob/27c24d78e08fa16fc935cd47a60a2d4b47d2d090/secretmanager/regional_samples/view_regional_secret_labels.go#L17), tag `secretmanager_view_regional_secret_labels`

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:

telpirion commented 4 weeks ago

Please move the tests so that they are in the same folder as the samples and change the samples to use camelCase. Thank you!

vipul7499 commented 4 weeks ago

Please move the tests so that they are in the same folder as the samples and change the samples to use camelCase. Thank you!

Fixed