We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2a9ca commit 0ef9335Copy full SHA for 0ef9335
2 files changed
packages/gapic-generator/gapic/samplegen/samplegen.py
@@ -229,7 +229,7 @@ class Validator:
229
230
# TODO(dovs): make the schema a required param.
231
def __init__(self, method: wrappers.Method, api_schema=None):
232
- # The response ($resp) variable is special and guaranteed to exist.
+ # The response ($resp) variable is special and guaranteed to exist.
233
self.method = method
234
self.request_type_ = method.input
235
response_type = method.output
packages/gapic-generator/gapic/templates/tests/unit/%name_%version/%sub/__init__.py
0 commit comments