From 81db5d90112092772b83aec57e2358088ed88e0d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 31 Aug 2020 09:52:07 -0600 Subject: [PATCH] docs: add crypto_key_path_path method rename to UPGRADING.md (#45) Closes #43 --- UPGRADING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 1d9fc5b7..bf0b5855 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -165,3 +165,9 @@ location = 'us-east1' location_path = f'projects/{project}/locations/{location}' ``` + +The resource path helper method `crypto_key_path_path` has been renamed to `crypto_key_path`. + +```py +name = client.crypto_key_path('PROJECT_ID', 'LOCATION_ID', 'KEY_RING_ID', 'CRYPTO_KEY_ID') +```