google-apis-gmail_v1 0.26.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17c9571af2739ebab844a53922af5ba41d7fd4bace344d78ac69ee2b17ba7400
4
- data.tar.gz: e5188d463995082184e13830555aaeefd6096e9e70dca53768b675e1f465db7a
3
+ metadata.gz: 3f1ff3737d53871e556d4fb1e80aa51b8234a047b50f488313a9df31663684a6
4
+ data.tar.gz: c691c6d243429624c37c6c74f899b44c74d3ce1516b357cf655eb1b62692bd37
5
5
  SHA512:
6
- metadata.gz: eda733ac7da323fecb0fe94e5b0f2e5d380ebb2824e48b70f871ec38261d25e8ca7c392e7e3a19752b24c11d28d610d9e60defdd6c5d968d409bd4972e59102e
7
- data.tar.gz: 43834e3d6fa60879be31c7238d00798ff8a356701539ef6ab4e27b9a2620d2ba632d660527f334f304590413a0c740ebfd68a9fa492093fecf0c18f4dcf778a4
6
+ metadata.gz: c1f78cbefda9a99bc805c034e3fdb0ce756b8ad62124e56f88b2e0260f00a816995eac81f42c5b123bb3c8c01e089ef0ddbd87b08eadb4f707d2f6972bf18f1a
7
+ data.tar.gz: db756f40984290ea9706f6ddecabacb550e0652be254f8ffece79872cecb5eb5080ab43fef636d742dd4032dc36c432689d5f80fa33c8bfb09ebb823d47e6293
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.28.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230515
6
+
7
+ ### v0.27.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230424
10
+
3
11
  ### v0.26.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230403
@@ -117,7 +117,7 @@ module Google
117
117
  # @return [String]
118
118
  attr_accessor :email_address
119
119
 
120
- # If a key pair is associated, the identifier of the key pair, CseKeyPair.
120
+ # If a key pair is associated, the ID of the key pair, CseKeyPair.
121
121
  # Corresponds to the JSON property `primaryKeyPairId`
122
122
  # @return [String]
123
123
  attr_accessor :primary_key_pair_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GmailV1
18
18
  # Version of the google-apis-gmail_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.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 = "20230403"
25
+ REVISION = "20230515"
26
26
  end
27
27
  end
28
28
  end
@@ -803,8 +803,6 @@ module Google
803
803
  # scanning and classification similar to receiving via SMTP. This method doesn't
804
804
  # perform SPF checks, so it might not work for some spam messages, such as those
805
805
  # attempting to perform domain spoofing. This method does not send a message.
806
- # Note: This function doesn't trigger forwarding rules or filters set up by the
807
- # user.
808
806
  # @param [String] user_id
809
807
  # The user's email address. The special value `me` can be used to indicate the
810
808
  # authenticated user.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gmail_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-05-21 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-gmail_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1
63
63
  post_install_message:
64
64
  rdoc_options: []