Skip to content

Commit 7991226

Browse files
authored
docs: add crypto_key_path_path method rename to UPGRADING.md (#45)
Closes #43
1 parent b407afe commit 7991226

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/google-cloud-kms/UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,9 @@ location = 'us-east1'
165165

166166
location_path = f'projects/{project}/locations/{location}'
167167
```
168+
169+
The resource path helper method `crypto_key_path_path` has been renamed to `crypto_key_path`.
170+
171+
```py
172+
name = client.crypto_key_path('PROJECT_ID', 'LOCATION_ID', 'KEY_RING_ID', 'CRYPTO_KEY_ID')
173+
```

0 commit comments

Comments
 (0)