google-apis-gmailpostmastertools_v1 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/gmailpostmastertools_v1/classes.rb +26 -1
- data/lib/google/apis/gmailpostmastertools_v1/gem_version.rb +3 -3
- data/lib/google/apis/gmailpostmastertools_v1/representations.rb +2 -0
- data/lib/google/apis/gmailpostmastertools_v1/service.rb +3 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68937ceeeadcf902e053498366481517ace38292bfec8d8a0b886cb474d1e7a0
|
4
|
+
data.tar.gz: 3de646102d58bfc50e13e81b768d334e77a5f2a0e0719f1b7555a0695174fefe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c26b91be743fdc0a05b01b40dd5ed71c88fd7b20ea994b3b0367fd95a00df9ee169dad311803bd4586132eda63720f9594fbb7c661fc95eabbe4bc70e7285966
|
7
|
+
data.tar.gz: 35097de9c8b16be4e7f2baa2f2bcb84803bc5396b82eeb225a28adc3ec0e376814561798df3adf5e9648d181586d89a134c11765966b02275e39cf059d556ce2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gmailpostmastertools_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2024-01-23)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.13.0
|
6
|
+
|
7
|
+
### v0.14.0 (2023-09-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230907
|
10
|
+
|
3
11
|
### v0.13.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.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
|
@@ -34,6 +34,8 @@ module Google
|
|
34
34
|
#
|
35
35
|
# @see https://developers.google.com/gmail/postmaster
|
36
36
|
class PostmasterToolsService < Google::Apis::Core::BaseService
|
37
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://gmailpostmastertools.$UNIVERSE_DOMAIN$/"
|
38
|
+
|
37
39
|
# @return [String]
|
38
40
|
# API key. Your API key identifies your project and provides you with API access,
|
39
41
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -45,7 +47,7 @@ module Google
|
|
45
47
|
attr_accessor :quota_user
|
46
48
|
|
47
49
|
def initialize
|
48
|
-
super(
|
50
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
49
51
|
client_name: 'google-apis-gmailpostmastertools_v1',
|
50
52
|
client_version: Google::Apis::GmailpostmastertoolsV1::GEM_VERSION)
|
51
53
|
@batch_path = 'batch'
|
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.15.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:
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.12.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.15.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.
|
78
|
+
rubygems_version: 3.5.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Gmail Postmaster Tools API V1
|