Skip to content

Commit a2f735d

Browse files
authored
docs(samples): update param values (#401)
1 parent cd41e9a commit a2f735d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iam/cloud-client/snippets/src/main/java/CreateDenyPolicy.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public static void main(String[] args)
3636
throws IOException, ExecutionException, InterruptedException, TimeoutException {
3737
// TODO(developer): Replace these variables before running the sample.
3838
// ID or number of the Google Cloud project you want to use.
39-
String projectId = "sitalakshmi-deny";
39+
String projectId = "your-google-cloud-project-id";
4040

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

4444
createDenyPolicy(projectId, policyId);
4545
}

0 commit comments

Comments
 (0)