Skip to content

Commit 1e30707

Browse files
yoshi-automationbusunkim96
authored andcommitted
Tasks: Format docstrings for enums (via synth).
1 parent 2da25bd commit 1e30707

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

tasks/google/cloud/tasks_v2beta2/gapic/enums.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ class View(enum.IntEnum):
240240
BASIC (int): The basic view omits fields which can be large or can contain sensitive
241241
data.
242242
243-
This view does not include the (``payload in AppEngineHttpRequest`` and
244-
``payload in PullMessage``). These payloads are desirable to return
245-
only when needed, because they can be large and because of the
246-
sensitivity of the data that you choose to store in it.
243+
This view does not include the (``payload in AppEngineHttpRequest`` and
244+
``payload in PullMessage``). These payloads are desirable to return only
245+
when needed, because they can be large and because of the sensitivity of
246+
the data that you choose to store in it.
247247
FULL (int): All information is returned.
248248
249249
Authorization for ``FULL`` requires ``cloudtasks.tasks.fullView``

tasks/google/cloud/tasks_v2beta3/gapic/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class View(enum.IntEnum):
242242
BASIC (int): The basic view omits fields which can be large or can contain sensitive
243243
data.
244244
245-
This view does not include the ``body in AppEngineHttpRequest``. Bodies
245+
This view does not include the ``body in AppEngineHttpRequest``. Bodies
246246
are desirable to return only when needed, because they can be large and
247247
because of the sensitivity of the data that you choose to store in it.
248248
FULL (int): All information is returned.

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-25T20:46:39.567501Z",
2+
"updateTime": "2019-03-28T12:24:01.464582Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.19",
8-
"dockerImage": "googleapis/artman@sha256:70ba28fda87e032ae44e6df41b7fc342c1b0cce1ed90658c4890eb4f613038c2"
7+
"version": "0.16.20",
8+
"dockerImage": "googleapis/artman@sha256:e3c054a2fb85a12481c722af616c7fb6f1d02d862248385eecbec3e4240ebd1e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "e80435a132c53da26f46daf0787035ee63fb942b",
16-
"internalRef": "239938670"
15+
"sha": "6a84b3267b0a95e922608b9891219075047eee29",
16+
"internalRef": "240640999"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)