Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f96588e

Browse files
committedJul 5, 2023
feat(gmailpostmastertools): update the api
#### gmailpostmastertools:v1beta1 The following keys were added: - schemas.IpReputation.properties.numIps.deprecated (Total Keys: 1)
1 parent 0f2f4b9 commit f96588e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/gmailpostmastertools.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
}
266266
}
267267
},
268-
"revision": "20230625",
268+
"revision": "20230703",
269269
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
270270
"schemas": {
271271
"DeliveryError": {

‎googleapiclient/discovery_cache/documents/gmailpostmastertools.v1beta1.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
}
266266
}
267267
},
268-
"revision": "20230625",
268+
"revision": "20230703",
269269
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
270270
"schemas": {
271271
"DeliveryError": {
@@ -382,6 +382,7 @@
382382
"type": "string"
383383
},
384384
"numIps": {
385+
"deprecated": true,
385386
"description": "Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed [SPF](http://www.openspf.org/) or [DKIM](http://www.dkim.org/). Deprecated to be complied with ApiLinter for Quantities. Use ip_count instead.",
386387
"format": "int64",
387388
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.