-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
There is a fragment test for testing REST streaming however the REST code would not be exercised because the http annotation is missing in the rpc.
gapic-generator-python/tests/fragments/test_rest_streaming.proto
Lines 24 to 27 in 90ba3f7
| rpc MyMethod(MethodRequest) returns (stream MethodResponse) { | |
| option (google.api.method_signature) = "from,class,import,any,license,type"; | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.