From 8927cf768c19a0bb78073c57a3ebfbafb7007da1 Mon Sep 17 00:00:00 2001 From: Frank Natividad Date: Fri, 10 Aug 2018 16:32:10 -0700 Subject: [PATCH] Generalizing kms samples for GCS docs --- kms/keys.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kms/keys.js b/kms/keys.js index a7748a8150..5bc443a744 100644 --- a/kms/keys.js +++ b/kms/keys.js @@ -747,8 +747,8 @@ function addMemberToCryptoKeyPolicy (projectId, locationId, keyRingId, cryptoKey // Your Google Cloud Platform project ID // const projectId = 'YOUR_PROJECT_ID'; - // The location of the crypto key's key ring, e.g. "global" - // const locationId = 'global'; + // The location of the crypto key's key ring + // const locationId = 'my-key-ring-location'; // The name of the crypto key's key ring, e.g. "my-key-ring" // const keyRingId = 'my-key-ring';