Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tasks/google/cloud/tasks_v2beta2/gapic/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ class View(enum.IntEnum):
BASIC (int): The basic view omits fields which can be large or can contain sensitive
data.

This view does not include the (``payload in AppEngineHttpRequest`` and
``payload in PullMessage``). These payloads are desirable to return
only when needed, because they can be large and because of the
sensitivity of the data that you choose to store in it.
This view does not include the (``payload in AppEngineHttpRequest`` and
``payload in PullMessage``). These payloads are desirable to return only
when needed, because they can be large and because of the sensitivity of
the data that you choose to store in it.
FULL (int): All information is returned.

Authorization for ``FULL`` requires ``cloudtasks.tasks.fullView``
Expand Down
2 changes: 1 addition & 1 deletion tasks/google/cloud/tasks_v2beta3/gapic/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class View(enum.IntEnum):
BASIC (int): The basic view omits fields which can be large or can contain sensitive
data.

This view does not include the ``body in AppEngineHttpRequest``. Bodies
This view does not include the ``body in AppEngineHttpRequest``. Bodies
are desirable to return only when needed, because they can be large and
because of the sensitivity of the data that you choose to store in it.
FULL (int): All information is returned.
Expand Down
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-25T20:46:39.567501Z",
"updateTime": "2019-03-28T12:24:01.464582Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.19",
"dockerImage": "googleapis/artman@sha256:70ba28fda87e032ae44e6df41b7fc342c1b0cce1ed90658c4890eb4f613038c2"
"version": "0.16.20",
"dockerImage": "googleapis/artman@sha256:e3c054a2fb85a12481c722af616c7fb6f1d02d862248385eecbec3e4240ebd1e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e80435a132c53da26f46daf0787035ee63fb942b",
"internalRef": "239938670"
"sha": "6a84b3267b0a95e922608b9891219075047eee29",
"internalRef": "240640999"
}
},
{
Expand Down