This PR which includes changes from gapic generator version 0.53.4 is failing due to a docstring formatting issue.
The error is
/usr/local/google/home/partheniou/git/python-video-transcoder/google/cloud/video/transcoder_v1/types/resources.py:docstring of google.cloud.video.transcoder_v1.types.resources.Job:47:Bullet list ends without a blank line; unexpected unindent.
The. issue is resolved if I add a blank line above this line in the generated code and corresponding line in v1beta1.
This PR which includes changes from gapic generator version 0.53.4 is failing due to a docstring formatting issue.
The error is
The. issue is resolved if I add a blank line above this line in the generated code and corresponding line in v1beta1.