Skip to content

Commit

Permalink
docs: add crypto_key_path_path method rename to UPGRADING.md (#45)
Browse files Browse the repository at this point in the history
Closes #43
  • Loading branch information
busunkim96 authored Aug 31, 2020
1 parent 93b9c08 commit 81db5d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
```

0 comments on commit 81db5d9

Please sign in to comment.