Skip to content

Commit 110240c

Browse files
feat(gmail): update the api
#### gmail:v1 The following keys were added: - resources.users.methods.getProfile.parameters.temporaryEeccBypass (Total Keys: 3) - resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass (Total Keys: 3) - resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass (Total Keys: 3) - resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass (Total Keys: 3) - resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass (Total Keys: 3) - resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass (Total Keys: 3)
1 parent 77e26ad commit 110240c

File tree

5 files changed

+49
-13
lines changed

5 files changed

+49
-13
lines changed

docs/dyn/gmail_v1.users.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2>Instance Methods</h2>
108108
<code><a href="#close">close()</a></code></p>
109109
<p class="firstline">Close httplib2 connections.</p>
110110
<p class="toc_element">
111-
<code><a href="#getProfile">getProfile(userId, x__xgafv=None)</a></code></p>
111+
<code><a href="#getProfile">getProfile(userId, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
112112
<p class="firstline">Gets the current user's Gmail profile.</p>
113113
<p class="toc_element">
114114
<code><a href="#stop">stop(userId, x__xgafv=None)</a></code></p>
@@ -123,11 +123,12 @@ <h3>Method Details</h3>
123123
</div>
124124

125125
<div class="method">
126-
<code class="details" id="getProfile">getProfile(userId, x__xgafv=None)</code>
126+
<code class="details" id="getProfile">getProfile(userId, temporaryEeccBypass=None, x__xgafv=None)</code>
127127
<pre>Gets the current user&#x27;s Gmail profile.
128128

129129
Args:
130130
userId: string, The user&#x27;s email address. The special value `me` can be used to indicate the authenticated user. (required)
131+
temporaryEeccBypass: boolean, A parameter
131132
x__xgafv: string, V1 error format.
132133
Allowed values
133134
1 - v1 error format

docs/dyn/gmail_v1.users.messages.attachments.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#get">get(userId, messageId, id, x__xgafv=None)</a></code></p>
81+
<code><a href="#get">get(userId, messageId, id, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Gets the specified message attachment.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
@@ -87,13 +87,14 @@ <h3>Method Details</h3>
8787
</div>
8888

8989
<div class="method">
90-
<code class="details" id="get">get(userId, messageId, id, x__xgafv=None)</code>
90+
<code class="details" id="get">get(userId, messageId, id, temporaryEeccBypass=None, x__xgafv=None)</code>
9191
<pre>Gets the specified message attachment.
9292

9393
Args:
9494
userId: string, The user&#x27;s email address. The special value `me` can be used to indicate the authenticated user. (required)
9595
messageId: string, The ID of the message containing the attachment. (required)
9696
id: string, The ID of the attachment. (required)
97+
temporaryEeccBypass: boolean, A parameter
9798
x__xgafv: string, V1 error format.
9899
Allowed values
99100
1 - v1 error format

docs/dyn/gmail_v1.users.messages.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<code><a href="#delete">delete(userId, id, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer `messages.trash` instead.</p>
9494
<p class="toc_element">
95-
<code><a href="#get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</a></code></p>
95+
<code><a href="#get">get(userId, id, format=None, metadataHeaders=None, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Gets the specified message.</p>
9797
<p class="toc_element">
9898
<code><a href="#import_">import_(userId, body=None, deleted=None, internalDateSource=None, media_body=None, media_mime_type=None, neverMarkSpam=None, processForCalendar=None, x__xgafv=None)</a></code></p>
@@ -101,7 +101,7 @@ <h2>Instance Methods</h2>
101101
<code><a href="#insert">insert(userId, body=None, deleted=None, internalDateSource=None, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Directly inserts a message into only this user's mailbox similar to `IMAP APPEND`, bypassing most scanning and classification. Does not send a message.</p>
103103
<p class="toc_element">
104-
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, x__xgafv=None)</a></code></p>
104+
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
105105
<p class="firstline">Lists the messages in the user's mailbox.</p>
106106
<p class="toc_element">
107107
<code><a href="#list_next">list_next()</a></code></p>
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189189
</div>
190190

191191
<div class="method">
192-
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</code>
192+
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, temporaryEeccBypass=None, x__xgafv=None)</code>
193193
<pre>Gets the specified message.
194194

195195
Args:
@@ -202,6 +202,7 @@ <h3>Method Details</h3>
202202
raw - Returns the full email message data with body content in the `raw` field as a base64url encoded string; the `payload` field is not used. Format cannot be used when accessing the api using the gmail.metadata scope.
203203
metadata - Returns only email message ID, labels, and email headers.
204204
metadataHeaders: string, When given and format is `METADATA`, only include headers specified. (repeated)
205+
temporaryEeccBypass: boolean, A parameter
205206
x__xgafv: string, V1 error format.
206207
Allowed values
207208
1 - v1 error format
@@ -424,7 +425,7 @@ <h3>Method Details</h3>
424425
</div>
425426

426427
<div class="method">
427-
<code class="details" id="list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, x__xgafv=None)</code>
428+
<code class="details" id="list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, temporaryEeccBypass=None, x__xgafv=None)</code>
428429
<pre>Lists the messages in the user&#x27;s mailbox.
429430

430431
Args:
@@ -434,6 +435,7 @@ <h3>Method Details</h3>
434435
maxResults: integer, Maximum number of messages to return. This field defaults to 100. The maximum allowed value for this field is 500.
435436
pageToken: string, Page token to retrieve a specific page of results in the list.
436437
q: string, Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, `&quot;from:[email protected] rfc822msgid: is:unread&quot;`. Parameter cannot be used when accessing the api using the gmail.metadata scope.
438+
temporaryEeccBypass: boolean, A parameter
437439
x__xgafv: string, V1 error format.
438440
Allowed values
439441
1 - v1 error format

docs/dyn/gmail_v1.users.threads.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ <h2>Instance Methods</h2>
8181
<code><a href="#delete">delete(userId, id, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Immediately and permanently deletes the specified thread. Any messages that belong to the thread are also deleted. This operation cannot be undone. Prefer `threads.trash` instead.</p>
8383
<p class="toc_element">
84-
<code><a href="#get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#get">get(userId, id, format=None, metadataHeaders=None, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets the specified thread.</p>
8686
<p class="toc_element">
87-
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Lists the threads in the user's mailbox.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
</div>
120120

121121
<div class="method">
122-
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</code>
122+
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, temporaryEeccBypass=None, x__xgafv=None)</code>
123123
<pre>Gets the specified thread.
124124

125125
Args:
@@ -131,6 +131,7 @@ <h3>Method Details</h3>
131131
metadata - Returns only email message IDs, labels, and email headers.
132132
minimal - Returns only email message IDs and labels; does not return the email headers, body, or payload.
133133
metadataHeaders: string, When given and format is METADATA, only include headers specified. (repeated)
134+
temporaryEeccBypass: boolean, A parameter
134135
x__xgafv: string, V1 error format.
135136
Allowed values
136137
1 - v1 error format
@@ -180,7 +181,7 @@ <h3>Method Details</h3>
180181
</div>
181182

182183
<div class="method">
183-
<code class="details" id="list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, x__xgafv=None)</code>
184+
<code class="details" id="list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=None, temporaryEeccBypass=None, x__xgafv=None)</code>
184185
<pre>Lists the threads in the user&#x27;s mailbox.
185186

186187
Args:
@@ -190,6 +191,7 @@ <h3>Method Details</h3>
190191
maxResults: integer, Maximum number of threads to return. This field defaults to 100. The maximum allowed value for this field is 500.
191192
pageToken: string, Page token to retrieve a specific page of results in the list.
192193
q: string, Only return threads matching the specified query. Supports the same query format as the Gmail search box. For example, `&quot;from:[email protected] rfc822msgid: is:unread&quot;`. Parameter cannot be used when accessing the api using the gmail.metadata scope.
194+
temporaryEeccBypass: boolean, A parameter
193195
x__xgafv: string, V1 error format.
194196
Allowed values
195197
1 - v1 error format

googleapiclient/discovery_cache/documents/gmail.v1.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
"userId"
155155
],
156156
"parameters": {
157+
"temporaryEeccBypass": {
158+
"default": "false",
159+
"location": "query",
160+
"type": "boolean"
161+
},
157162
"userId": {
158163
"default": "me",
159164
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -922,6 +927,11 @@
922927
"repeated": true,
923928
"type": "string"
924929
},
930+
"temporaryEeccBypass": {
931+
"default": "false",
932+
"location": "query",
933+
"type": "boolean"
934+
},
925935
"userId": {
926936
"default": "me",
927937
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -1128,6 +1138,11 @@
11281138
"location": "query",
11291139
"type": "string"
11301140
},
1141+
"temporaryEeccBypass": {
1142+
"default": "false",
1143+
"location": "query",
1144+
"type": "boolean"
1145+
},
11311146
"userId": {
11321147
"default": "me",
11331148
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -1325,6 +1340,11 @@
13251340
"required": true,
13261341
"type": "string"
13271342
},
1343+
"temporaryEeccBypass": {
1344+
"default": "false",
1345+
"location": "query",
1346+
"type": "boolean"
1347+
},
13281348
"userId": {
13291349
"default": "me",
13301350
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -2891,6 +2911,11 @@
28912911
"repeated": true,
28922912
"type": "string"
28932913
},
2914+
"temporaryEeccBypass": {
2915+
"default": "false",
2916+
"location": "query",
2917+
"type": "boolean"
2918+
},
28942919
"userId": {
28952920
"default": "me",
28962921
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -2951,6 +2976,11 @@
29512976
"location": "query",
29522977
"type": "string"
29532978
},
2979+
"temporaryEeccBypass": {
2980+
"default": "false",
2981+
"location": "query",
2982+
"type": "boolean"
2983+
},
29542984
"userId": {
29552985
"default": "me",
29562986
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -3077,7 +3107,7 @@
30773107
}
30783108
}
30793109
},
3080-
"revision": "20240401",
3110+
"revision": "20240422",
30813111
"rootUrl": "https://gmail.googleapis.com/",
30823112
"schemas": {
30833113
"AutoForwarding": {

0 commit comments

Comments
 (0)