Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(samples): update param values (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sita04 committed Aug 4, 2022
1 parent 39605e5 commit 8879c28
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,10 +36,10 @@ public static void main(String[] args)
throws IOException, ExecutionException, InterruptedException, TimeoutException {
// TODO(developer): Replace these variables before running the sample.
// ID or number of the Google Cloud project you want to use.
String projectId = "sitalakshmi-deny";
String projectId = "your-google-cloud-project-id";

// Specify the id of the Deny policy you want to create.
String policyId = "deny-policy-id-1";
String policyId = "deny-policy-id";

createDenyPolicy(projectId, policyId);
}
Expand Down

0 comments on commit 8879c28

Please sign in to comment.