Skip to content

Commit b882335

Browse files
committed
Fix docstring.
1 parent 438502b commit b882335

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

tasks/docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ API. By default, you will get ``v2beta3``, the latest version.
88

99
.. toctree::
1010
:maxdepth: 2
11+
1112
gapic/v2/api
1213
gapic/v2/types
1314

tasks/google/cloud/tasks_v2/proto/queue_pb2.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-03-22T21:25:46.611708Z",
2+
"updateTime": "2019-03-25T20:46:39.567501Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.18",
8-
"dockerImage": "googleapis/artman@sha256:e8ac9200640e76d54643f370db71a1556bf254f565ce46b45a467bbcbacbdb37"
7+
"version": "0.16.19",
8+
"dockerImage": "googleapis/artman@sha256:70ba28fda87e032ae44e6df41b7fc342c1b0cce1ed90658c4890eb4f613038c2"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "621908b5974b0ea5736fde114b2d5d4bd938e99d",
16-
"internalRef": "239857314"
15+
"sha": "e80435a132c53da26f46daf0787035ee63fb942b",
16+
"internalRef": "239938670"
1717
}
1818
},
1919
{

tasks/synth.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,18 @@
4949
# Wrapped link fails due to space in link (v2beta2)
5050
s.replace(
5151
"google/cloud/tasks_v2beta2/proto/queue_pb2.py",
52-
"(uests in queue.yaml/xml) <\n\s+",
52+
"(in queue.yaml/xml) <\n\s+",
5353
"\g<1>\n <",
5454
)
5555

56+
# Wrapped link fails due to newline (v2)
57+
s.replace(
58+
"google/cloud/tasks_v2/proto/queue_pb2.py",
59+
"""#retry_parameters>
60+
`__\.""",
61+
"#retry_parameters>`__.",
62+
)
63+
5664
# Restore updated example from PR #7025.
5765
s.replace(
5866
"google/cloud/tasks_v2beta3/gapic/cloud_tasks_client.py",

0 commit comments

Comments
 (0)