Skip to content

Commit

Permalink
Update security-command-center/snippets/src/main/java/vtwo/bigquery/U…
Browse files Browse the repository at this point in the history
…pdateBigQueryExport.java

Co-authored-by: Sita Lakshmi Sangameswaran <sitalakshmi@google.com>
  • Loading branch information
rafaelMurata and Sita04 committed Jun 5, 2024
1 parent a77cf41 commit 6ac5a92
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public static void updateBigQueryExport(String organizationId, String location,
String bigQueryExportId)
throws IOException {
// Initialize client that will be used to send requests. This client only needs to be created
// once, and can be reused for multiple requests. After completing all of your requests, call
// the "close" method on the client to safely clean up any remaining background resources.
// once, and can be reused for multiple requests.
try (SecurityCenterClient client = SecurityCenterClient.create()) {
// Optionally BigQueryExportName or String can be used
// String bigQueryExportName = String.format("organizations/%s/locations/%s
Expand Down

0 comments on commit 6ac5a92

Please sign in to comment.