google-apis-gmail_v1 0.41.0 → 0.42.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: ee93be3545668d52e8155f9789f438d2ae38186aa518fae1c8e4d3ebbd9b2eb7
4
- data.tar.gz: 5380c51df03781a6d511cc7a5602643ae0a005719ca6e79a990de2835248da9b
3
+ metadata.gz: 70a9d5028ff66b4e93d734cc55b5921a155f6236580803f98ec9f33c36b34679
4
+ data.tar.gz: a79fafd0823f8e9af2ab66fd4ca426cfec12dbaec8c11cd4e67ea8cc8ea76ac7
5
5
  SHA512:
6
- metadata.gz: a2bf8c0ba36b0d679a99dd45208c88f71771749f1be7c4053cac6bb5709a04222a8848015c7ccd7ce4c369c8d7293072c326578c2a07f6d5699b0e3a0d40f06c
7
- data.tar.gz: 5b8348339410c8f9429417b7ab127a7c9fb9eac800835ce7bc507317801d46e2e033d67c6385244ea3fa42ed55fe4ed49df1c9bfcfc334bd0ec2110bb4718b7c
6
+ metadata.gz: 41ec0d6984aa6467831f36543fa6a6bc1fe7b9ab36a1421b0616b1758591f9cd989ef3662c4fd818929b5c816f9947a1368abf90cbb248a00eba441716ca6222
7
+ data.tar.gz: 5f2f516f008fcd1b9d4f6de6782f2742516f3967be0cef11d8ba65619361e44bf5e71b78d2ae38f6fcb57fe67c241524082e2ebbf20c2c8a84bd29148a338ba9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.42.0 (2025-04-06)
4
+
5
+ * Regenerated from discovery document revision 20250331
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.41.0 (2024-05-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20240520
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/gmail/api/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/gmail/api/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -862,11 +862,12 @@ module Google
862
862
  # example `en-GB`, `fr` or `ja` for British English, French, or Japanese
863
863
  # respectively). The set of languages supported by Gmail evolves over time, so
864
864
  # please refer to the "Language" dropdown in the Gmail settings for all
865
- # available options, as described in the language settings help article. A table
866
- # of sample values is also provided in the Managing Language Settings guide Not
867
- # all Gmail clients can display the same set of languages. In the case that a
868
- # user's display language is not available for use on a particular client, said
869
- # client automatically chooses to display in the closest supported variant (or a
865
+ # available options, as described in the language settings help article. For a
866
+ # table of sample values, see [Manage language settings](https://developers.
867
+ # google.com/workspace/gmail/api/guides/language-settings). Not all Gmail
868
+ # clients can display the same set of languages. In the case that a user's
869
+ # display language is not available for use on a particular client, said client
870
+ # automatically chooses to display in the closest supported variant (or a
870
871
  # reasonable default).
871
872
  # Corresponds to the JSON property `displayLanguage`
872
873
  # @return [String]
@@ -961,8 +962,9 @@ module Google
961
962
  include Google::Apis::Core::Hashable
962
963
 
963
964
  # List of drafts. Note that the `Message` property in each `Draft` resource only
964
- # contains an `id` and a `threadId`. The messages.get method can fetch
965
- # additional message details.
965
+ # contains an `id` and a `threadId`. The [`messages.get`](https://developers.
966
+ # google.com/workspace/gmail/api/v1/reference/users/messages/get) method can
967
+ # fetch additional message details.
966
968
  # Corresponds to the JSON property `drafts`
967
969
  # @return [Array<Google::Apis::GmailV1::Draft>]
968
970
  attr_accessor :drafts
@@ -1064,8 +1066,9 @@ module Google
1064
1066
  include Google::Apis::Core::Hashable
1065
1067
 
1066
1068
  # List of labels. Note that each label resource only contains an `id`, `name`, `
1067
- # messageListVisibility`, `labelListVisibility`, and `type`. The labels.get
1068
- # method can fetch additional label details.
1069
+ # messageListVisibility`, `labelListVisibility`, and `type`. The [`labels.get`](
1070
+ # https://developers.google.com/workspace/gmail/api/v1/reference/users/labels/
1071
+ # get) method can fetch additional label details.
1069
1072
  # Corresponds to the JSON property `labels`
1070
1073
  # @return [Array<Google::Apis::GmailV1::Label>]
1071
1074
  attr_accessor :labels
@@ -1166,8 +1169,9 @@ module Google
1166
1169
  attr_accessor :result_size_estimate
1167
1170
 
1168
1171
  # List of threads. Note that each thread resource does not contain a list of `
1169
- # messages`. The list of `messages` for a given thread can be fetched using the
1170
- # threads.get method.
1172
+ # messages`. The list of `messages` for a given thread can be fetched using the [
1173
+ # `threads.get`](https://developers.google.com/workspace/gmail/api/v1/reference/
1174
+ # users/threads/get) method.
1171
1175
  # Corresponds to the JSON property `threads`
1172
1176
  # @return [Array<Google::Apis::GmailV1::Thread>]
1173
1177
  attr_accessor :threads
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240520"
25
+ REVISION = "20250331"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Gmail = Google::Apis::GmailV1 # Alias the module
32
32
  # service = Gmail::GmailService.new
33
33
  #
34
- # @see https://developers.google.com/gmail/api/
34
+ # @see https://developers.google.com/workspace/gmail/api/
35
35
  class GmailService < Google::Apis::Core::BaseService
36
36
  DEFAULT_ENDPOINT_TEMPLATE = "https://gmail.$UNIVERSE_DOMAIN$/"
37
37
 
@@ -925,7 +925,7 @@ module Google
925
925
  # Only return messages with labels that match all of the specified label IDs.
926
926
  # Messages in a thread might have labels that other messages in the same thread
927
927
  # don't have. To learn more, see [Manage labels on messages and threads](https://
928
- # developers.google.com/gmail/api/guides/labels#
928
+ # developers.google.com/workspace/gmail/api/guides/labels#
929
929
  # manage_labels_on_messages_threads).
930
930
  # @param [Fixnum] max_results
931
931
  # Maximum number of messages to return. This field defaults to 100. The maximum
@@ -1008,7 +1008,7 @@ module Google
1008
1008
 
1009
1009
  # Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc`
1010
1010
  # headers. For example usage, see [Sending email](https://developers.google.com/
1011
- # gmail/api/guides/sending).
1011
+ # workspace/gmail/api/guides/sending).
1012
1012
  # @param [String] user_id
1013
1013
  # The user's email address. The special value `me` can be used to indicate the
1014
1014
  # authenticated user.
@@ -24,7 +24,7 @@ module Google
24
24
  # The Gmail API lets you view and manage Gmail mailbox data like threads,
25
25
  # messages, and labels.
26
26
  #
27
- # @see https://developers.google.com/gmail/api/
27
+ # @see https://developers.google.com/workspace/gmail/api/
28
28
  module GmailV1
29
29
  # Version of the Gmail API this client connects to.
30
30
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gmail_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.42.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Gmail API V1
82
79
  test_files: []