Closed RajviM closed 2 months ago
Here is the summary of changes.
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:
The kokoro checks seems to be failing on unrelated changes of this PR
The kokoro checks seems to be failing on unrelated changes of this PR
Your PR is modifying a few go.mod and go.sum files outside the scope of your change, which is running these failing tests. If you limit this change to files under securitycenter
, these problematic tests will not be run, and your tests will pass.
The kokoro checks seems to be failing on unrelated changes of this PR
Your PR is modifying a few go.mod and go.sum files outside the scope of your change, which is running these failing tests. If you limit this change to files under
securitycenter
, these problematic tests will not be run, and your tests will pass.
These files were modified because of some previous checks failing. The suggestion command from that (after I ran) created these modification on the files.
Should I revert these files all together ? ( I'm new to development in golang + sample)
These files were modified because of some previous checks failing. The suggestion command from that (after I ran) created these modification on the files.
Should I revert these files all together ? ( I'm new to development in golang + sample)
Yes, please revert the go.mod
and go.sum
changes outside of securitycenter
. It is generally sufficient to run go mod tidy
in the directory where you make changes, to update the nearest set of go.mod
and go.sum
files. (this is usually not a problem, but there are some pre-existing broken tests that need to be fixed...)
Closed in preference of #4343
Description
Reference to https://b.corp.google.com/issues/339692211 This PR adds samples to use Create, Get, Update, Delete and List methods of SecurityCommandCenter v2 BigQueryExports.
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
go test -v ./..
(see Testing)gofmt
(see Formatting)go vet
(see Formatting)