Skip to content

Commit

Permalink
Remove mention of obsolete --use-keywords in version 2.0 migration doc (
Browse files Browse the repository at this point in the history
#635)

Fixes #630

Co-authored-by: meredithslota <[email protected]>
Co-authored-by: Anna Cocuzzo <[email protected]>
Co-authored-by: Tianzi Cai <[email protected]>
  • Loading branch information
4 people authored Apr 11, 2022
1 parent b59887f commit 792c565
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ python3 -m pip install google-cloud-pubsub[libcst]

* The script `fixup_pubsub_v1_keywords.py` is shipped with the library. It expects
an input directory (with the code to convert) and an empty destination directory.
Optionally, the `--use-keywords` switch can be added to generate flattened keyword
parameters instead of a request dictionary (see the following section for an
explanation).

```sh
$ scripts/fixup_pubsub_v1_keywords.py --input-directory .samples/ --output-directory samples/
Expand Down

0 comments on commit 792c565

Please sign in to comment.