Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 25, 2019
1 parent 7e30c27 commit 504fc67
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions tasks/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ API. By default, you will get ``v2beta3``, the latest version.

.. toctree::
:maxdepth: 2

gapic/v2/api
gapic/v2/types

Expand Down
3 changes: 1 addition & 2 deletions tasks/google/cloud/tasks_v2/proto/queue_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions tasks/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-22T21:25:46.611708Z",
"updateTime": "2019-03-25T20:46:39.567501Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.18",
"dockerImage": "googleapis/artman@sha256:e8ac9200640e76d54643f370db71a1556bf254f565ce46b45a467bbcbacbdb37"
"version": "0.16.19",
"dockerImage": "googleapis/artman@sha256:70ba28fda87e032ae44e6df41b7fc342c1b0cce1ed90658c4890eb4f613038c2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "621908b5974b0ea5736fde114b2d5d4bd938e99d",
"internalRef": "239857314"
"sha": "e80435a132c53da26f46daf0787035ee63fb942b",
"internalRef": "239938670"
}
},
{
Expand Down
10 changes: 9 additions & 1 deletion tasks/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,18 @@
# Wrapped link fails due to space in link (v2beta2)
s.replace(
"google/cloud/tasks_v2beta2/proto/queue_pb2.py",
"(uests in queue.yaml/xml) <\n\s+",
"(in queue.yaml/xml) <\n\s+",
"\g<1>\n <",
)

# Wrapped link fails due to newline (v2)
s.replace(
"google/cloud/tasks_v2/proto/queue_pb2.py",
"""#retry_parameters>
`__\.""",
"#retry_parameters>`__.",
)

# Restore updated example from PR #7025.
s.replace(
"google/cloud/tasks_v2beta3/gapic/cloud_tasks_client.py",
Expand Down

0 comments on commit 504fc67

Please sign in to comment.