google-apis-gmailpostmastertools_v1 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cac2f193bf1d1e497bd83ea17dc33b37583ea0de035a78063e443f0899a571cc
|
|
4
|
+
data.tar.gz: a9e5b8f6d6df41d213393f17cb550c4f5b2bf9064fea1555afcb3e1ebc5c45c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da8c0dcb3a897ae440d4ada6442a69a9e10e6750345016df45256dc0ac3aea85eee27e5811e243f0a39578403b6f142cecb03341376a12208e1dc87f391dacce
|
|
7
|
+
data.tar.gz: 7d14fbce6a6e2ba49c624471cdb524b1f85921a3885f5a41e2b609387d4ca4dc11ee4b9b04e916d494d757512a1e4bdcd2ba941d2c297f90784dcaab44e43260
|
data/CHANGELOG.md
CHANGED
|
@@ -271,12 +271,35 @@ module Google
|
|
|
271
271
|
# @return [Float]
|
|
272
272
|
attr_accessor :spf_success_ratio
|
|
273
273
|
|
|
274
|
-
# The ratio of user-report spam vs. email that was sent to the inbox. This
|
|
274
|
+
# The ratio of user-report spam vs. email that was sent to the inbox. This is
|
|
275
|
+
# potentially inexact -- users may want to refer to the description of the
|
|
276
|
+
# interval fields userReportedSpamRatioLowerBound and
|
|
277
|
+
# userReportedSpamRatioUpperBound for more explicit accuracy guarantees. This
|
|
275
278
|
# metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).
|
|
276
279
|
# Corresponds to the JSON property `userReportedSpamRatio`
|
|
277
280
|
# @return [Float]
|
|
278
281
|
attr_accessor :user_reported_spam_ratio
|
|
279
282
|
|
|
283
|
+
# The lower bound of the confidence interval for the user reported spam ratio.
|
|
284
|
+
# If this field is set, then the value of userReportedSpamRatio is set to the
|
|
285
|
+
# midpoint of this interval and is thus inexact. However, the true ratio is
|
|
286
|
+
# guaranteed to be in between this lower bound and the corresponding upper bound
|
|
287
|
+
# 95% of the time. This metric only pertains to emails authenticated by [DKIM](
|
|
288
|
+
# http://www.dkim.org/).
|
|
289
|
+
# Corresponds to the JSON property `userReportedSpamRatioLowerBound`
|
|
290
|
+
# @return [Float]
|
|
291
|
+
attr_accessor :user_reported_spam_ratio_lower_bound
|
|
292
|
+
|
|
293
|
+
# The upper bound of the confidence interval for the user reported spam ratio.
|
|
294
|
+
# If this field is set, then the value of userReportedSpamRatio is set to the
|
|
295
|
+
# midpoint of this interval and is thus inexact. However, the true ratio is
|
|
296
|
+
# guaranteed to be in between this upper bound and the corresponding lower bound
|
|
297
|
+
# 95% of the time. This metric only pertains to emails authenticated by [DKIM](
|
|
298
|
+
# http://www.dkim.org/).
|
|
299
|
+
# Corresponds to the JSON property `userReportedSpamRatioUpperBound`
|
|
300
|
+
# @return [Float]
|
|
301
|
+
attr_accessor :user_reported_spam_ratio_upper_bound
|
|
302
|
+
|
|
280
303
|
def initialize(**args)
|
|
281
304
|
update!(**args)
|
|
282
305
|
end
|
|
@@ -294,6 +317,8 @@ module Google
|
|
|
294
317
|
@spammy_feedback_loops = args[:spammy_feedback_loops] if args.key?(:spammy_feedback_loops)
|
|
295
318
|
@spf_success_ratio = args[:spf_success_ratio] if args.key?(:spf_success_ratio)
|
|
296
319
|
@user_reported_spam_ratio = args[:user_reported_spam_ratio] if args.key?(:user_reported_spam_ratio)
|
|
320
|
+
@user_reported_spam_ratio_lower_bound = args[:user_reported_spam_ratio_lower_bound] if args.key?(:user_reported_spam_ratio_lower_bound)
|
|
321
|
+
@user_reported_spam_ratio_upper_bound = args[:user_reported_spam_ratio_upper_bound] if args.key?(:user_reported_spam_ratio_upper_bound)
|
|
297
322
|
end
|
|
298
323
|
end
|
|
299
324
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GmailpostmastertoolsV1
|
|
18
18
|
# Version of the google-apis-gmailpostmastertools_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230907"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -134,6 +134,8 @@ module Google
|
|
|
134
134
|
|
|
135
135
|
property :spf_success_ratio, as: 'spfSuccessRatio'
|
|
136
136
|
property :user_reported_spam_ratio, as: 'userReportedSpamRatio'
|
|
137
|
+
property :user_reported_spam_ratio_lower_bound, as: 'userReportedSpamRatioLowerBound'
|
|
138
|
+
property :user_reported_spam_ratio_upper_bound, as: 'userReportedSpamRatioUpperBound'
|
|
137
139
|
end
|
|
138
140
|
end
|
|
139
141
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gmailpostmastertools_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmailpostmastertools_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gmailpostmastertools_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gmailpostmastertools_v1/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmailpostmastertools_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Gmail Postmaster Tools API V1
|