Skip to content

Commit c72b3cd

Browse files
committed
adds quickstart region tags
1 parent 8fbcfaa commit c72b3cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kms/src/main/java/com/example/Snippets.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ public static Policy removeMemberFromKeyRingPolicy(
454454
}
455455
// [END kms_remove_member_from_keyring_policy]
456456

457+
// [START kms_quickstart]
457458
/**
458459
* Prints all the keyrings in the given project.
459460
*/
@@ -483,6 +484,7 @@ public static void listKeyRings(String projectId) throws IOException {
483484
System.out.println("No keyrings defined.");
484485
}
485486
}
487+
// [END kms_quickstart]
486488

487489
/**
488490
* Prints all the keys in the given key ring.

0 commit comments

Comments
 (0)