google-apis-gmail_v1 0.25.0 → 0.27.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: 93200c74d54ba050bda5b17ffaa82c8bf0adb8c4c7a49b4bdaa4dfdfc734eb44
4
- data.tar.gz: 4735ab6d0113729dd0c9745660ea43d7b6592aef6ca8e761721741492e8ccf66
3
+ metadata.gz: c504f8b262b422c0aad071832b3ff9e7bae1210bf44e3512f365bd45e0b0ed5d
4
+ data.tar.gz: '008659c80b0b74b258f62162ab5ba882e4f02e963b4fc37fc50772718cd180ac'
5
5
  SHA512:
6
- metadata.gz: 3a1a453a3a091467f8f2f2e9177b790932a87231c4e6ba6557067e90866dbac5f79981ac5206beb0ce367a884adc67710fad306bac4d9e52c12f1ec81404aa99
7
- data.tar.gz: 7b51c63245849ce548f5abba59a503243988be745edc4ae766de4f18c60fb7ffc357dcebbd99957ab9e06ed25cd9e10909fc7ccb954a7dc9e32c700577e76fe2
6
+ metadata.gz: 1d6c936d5b6f613d35e4eac6cf6d24a038b42ef279a82240ef1426c5d10692c2b12acc754d88f03b68c67855da088d9f28ea5023209af52ea87a12612b569faf
7
+ data.tar.gz: 4eba5f6b713a104a6e6e9f576e9a4e147c3c82241873d2fe77b9624126b8c43b640415a0dae6c69110374f97c413d55c4b73a9011ae6a3accf8a8b7cb2a818d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.27.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230424
6
+
7
+ ### v0.26.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230403
10
+
3
11
  ### v0.25.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.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 = "20230206"
25
+ REVISION = "20230424"
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.
@@ -923,6 +921,10 @@ module Google
923
921
  # Include messages from `SPAM` and `TRASH` in the results.
924
922
  # @param [Array<String>, String] label_ids
925
923
  # Only return messages with labels that match all of the specified label IDs.
924
+ # Messages in a thread might have labels that other messages in the same thread
925
+ # don't have. To learn more, see [Manage labels on messages and threads](https://
926
+ # developers.google.com/gmail/api/guides/labels#
927
+ # manage_labels_on_messages_threads).
926
928
  # @param [Fixnum] max_results
927
929
  # Maximum number of messages to return. This field defaults to 100. The maximum
928
930
  # allowed value for this field is 500.
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.25.0
4
+ version: 0.27.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.27.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: []