Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In `google-cloud-build<2.0.0`, parameters required by the API were positional pa

In the 2.0.0 release, all methods have a single positional parameter `request`. Method docstrings indicate whether a parameter is required or optional.

Some methods have additional keyword only parameters. The available parameters depend on the [`google.api.method_signature` annotation](https://github.com/googleapis/googleapis/blob/master/google/devtools/cloudbuild/v1/cloudbuild.proto#L82) specified by the API producer.
Some methods have additional keyword-only parameters. The available parameters depend on the `google.api.method_signature` annotations provided by the API producer ([example](https://github.com/googleapis/googleapis/blob/6f5d107aadb4782b71c530f4dc17ec86c922d8a9/google/devtools/cloudbuild/v1/cloudbuild.proto#L93)).


**After:**
Expand Down
Loading