Skip to content

Commit dd4ac5e

Browse files
feat(gmail): update the api
#### gmail:v1 The following keys were deleted: - 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 aebb7ed commit dd4ac5e

File tree

5 files changed

+13
-49
lines changed

5 files changed

+13
-49
lines changed

docs/dyn/gmail_v1.users.html

Lines changed: 2 additions & 3 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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
111+
<code><a href="#getProfile">getProfile(userId, 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,12 +123,11 @@ <h3>Method Details</h3>
123123
</div>
124124

125125
<div class="method">
126-
<code class="details" id="getProfile">getProfile(userId, temporaryEeccBypass=None, x__xgafv=None)</code>
126+
<code class="details" id="getProfile">getProfile(userId, 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
132131
x__xgafv: string, V1 error format.
133132
Allowed values
134133
1 - v1 error format

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

Lines changed: 2 additions & 3 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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#get">get(userId, messageId, id, 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,14 +87,13 @@ <h3>Method Details</h3>
8787
</div>
8888

8989
<div class="method">
90-
<code class="details" id="get">get(userId, messageId, id, temporaryEeccBypass=None, x__xgafv=None)</code>
90+
<code class="details" id="get">get(userId, messageId, id, 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
9897
x__xgafv: string, V1 error format.
9998
Allowed values
10099
1 - v1 error format

docs/dyn/gmail_v1.users.messages.html

Lines changed: 4 additions & 6 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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
95+
<code><a href="#get">get(userId, id, format=None, metadataHeaders=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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
104+
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=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, temporaryEeccBypass=None, x__xgafv=None)</code>
192+
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</code>
193193
<pre>Gets the specified message.
194194

195195
Args:
@@ -202,7 +202,6 @@ <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
206205
x__xgafv: string, V1 error format.
207206
Allowed values
208207
1 - v1 error format
@@ -425,7 +424,7 @@ <h3>Method Details</h3>
425424
</div>
426425

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

431430
Args:
@@ -435,7 +434,6 @@ <h3>Method Details</h3>
435434
maxResults: integer, Maximum number of messages to return. This field defaults to 100. The maximum allowed value for this field is 500.
436435
pageToken: string, Page token to retrieve a specific page of results in the list.
437436
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
439437
x__xgafv: string, V1 error format.
440438
Allowed values
441439
1 - v1 error format

docs/dyn/gmail_v1.users.threads.html

Lines changed: 4 additions & 6 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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#get">get(userId, id, format=None, metadataHeaders=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, temporaryEeccBypass=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(userId, includeSpamTrash=None, labelIds=None, maxResults=None, pageToken=None, q=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, temporaryEeccBypass=None, x__xgafv=None)</code>
122+
<code class="details" id="get">get(userId, id, format=None, metadataHeaders=None, x__xgafv=None)</code>
123123
<pre>Gets the specified thread.
124124

125125
Args:
@@ -131,7 +131,6 @@ <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
135134
x__xgafv: string, V1 error format.
136135
Allowed values
137136
1 - v1 error format
@@ -181,7 +180,7 @@ <h3>Method Details</h3>
181180
</div>
182181

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

187186
Args:
@@ -191,7 +190,6 @@ <h3>Method Details</h3>
191190
maxResults: integer, Maximum number of threads to return. This field defaults to 100. The maximum allowed value for this field is 500.
192191
pageToken: string, Page token to retrieve a specific page of results in the list.
193192
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
195193
x__xgafv: string, V1 error format.
196194
Allowed values
197195
1 - v1 error format

googleapiclient/discovery_cache/documents/gmail.v1.json

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@
154154
"userId"
155155
],
156156
"parameters": {
157-
"temporaryEeccBypass": {
158-
"default": "false",
159-
"location": "query",
160-
"type": "boolean"
161-
},
162157
"userId": {
163158
"default": "me",
164159
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -927,11 +922,6 @@
927922
"repeated": true,
928923
"type": "string"
929924
},
930-
"temporaryEeccBypass": {
931-
"default": "false",
932-
"location": "query",
933-
"type": "boolean"
934-
},
935925
"userId": {
936926
"default": "me",
937927
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -1138,11 +1128,6 @@
11381128
"location": "query",
11391129
"type": "string"
11401130
},
1141-
"temporaryEeccBypass": {
1142-
"default": "false",
1143-
"location": "query",
1144-
"type": "boolean"
1145-
},
11461131
"userId": {
11471132
"default": "me",
11481133
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -1340,11 +1325,6 @@
13401325
"required": true,
13411326
"type": "string"
13421327
},
1343-
"temporaryEeccBypass": {
1344-
"default": "false",
1345-
"location": "query",
1346-
"type": "boolean"
1347-
},
13481328
"userId": {
13491329
"default": "me",
13501330
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -2911,11 +2891,6 @@
29112891
"repeated": true,
29122892
"type": "string"
29132893
},
2914-
"temporaryEeccBypass": {
2915-
"default": "false",
2916-
"location": "query",
2917-
"type": "boolean"
2918-
},
29192894
"userId": {
29202895
"default": "me",
29212896
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -2976,11 +2951,6 @@
29762951
"location": "query",
29772952
"type": "string"
29782953
},
2979-
"temporaryEeccBypass": {
2980-
"default": "false",
2981-
"location": "query",
2982-
"type": "boolean"
2983-
},
29842954
"userId": {
29852955
"default": "me",
29862956
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
@@ -3107,7 +3077,7 @@
31073077
}
31083078
}
31093079
},
3110-
"revision": "20240429",
3080+
"revision": "20240520",
31113081
"rootUrl": "https://gmail.googleapis.com/",
31123082
"schemas": {
31133083
"AutoForwarding": {

0 commit comments

Comments
 (0)