docs: rename Route.continue_ to Route.resume in java and C# (#5290)

This commit is contained in:
Yury Semikhatsky 2021-02-03 13:40:58 -08:00 committed by GitHub
parent 6c44a781c7
commit 080a9529b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@ Optional error code. Defaults to `failed`, could be one of the following:
## async method: Route.continue
* langs:
- alias-java: continue_
- alias-csharp: resume
- alias-java: resume
- alias-python: continue_
Continues route's request with optional overrides.