google-apis-gmail_v1 0.3.0 → 0.8.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: 915c1ea2f318e6c0ea8ef0f22d5d583489fa3ce2d515f747dd75298c14d8f3c2
4
- data.tar.gz: ec8b2b9a14002fb8a5aace24f628dace34ed8d32fee5865ed992e740bf97088d
3
+ metadata.gz: fb46bb20e9b2c78db0352b0ea11a03cdea1d93a5066d1c5ce7b4203d07150a4e
4
+ data.tar.gz: 0be4af1de72d58603b532fe8498bc36f8ab23a30bc11913df2fa033cbcb1cfa8
5
5
  SHA512:
6
- metadata.gz: 4158cc3b31843b5160c2f3e43eba230729077b3f5aab7535dc39dc02ca1a4935dce56074509a8934bb6c244e9afbcd32abd08fed0643245e4b1a5e4313337b7f
7
- data.tar.gz: 9f0cc53f66a854a885e0dab1aaa0266a68597480b930166988f4bcd80f46d179d4885ecd9bba6f516c421d047752ff183296995964f02b6b6153f5b84f6fa12f
6
+ metadata.gz: 3494f291a1ce46692472b7ba93ecc3dd8e33adf76bb982a9fadb346483db16ce34c410fb24e95d25d5d488762ee93358463394f97133860235c9a0adbbadfd40
7
+ data.tar.gz: a15c3f6ac2843d1dc6ed806dabf554d0b322189cac9582700292cda3bbf94ec5f95f2a9aeeb93965526fbeff5ae21dad2efdcbc59b96fab0e286441160446372
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.8.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-06-16)
8
+
9
+ * Regenerated from discovery document revision 20210614
10
+
11
+ ### v0.6.0 (2021-06-02)
12
+
13
+ * Regenerated from discovery document revision 20210528
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.4.0 (2021-05-12)
21
+
22
+ * Regenerated from discovery document revision 20210510
23
+ * Regenerated using generator version 0.2.0
24
+
3
25
  ### v0.3.0 (2021-03-05)
4
26
 
5
27
  * Regenerated from discovery document revision 20210301
@@ -57,7 +57,7 @@ module Google
57
57
  # View your email message metadata such as labels and headers, but not the email body
58
58
  AUTH_GMAIL_METADATA = 'https://www.googleapis.com/auth/gmail.metadata'
59
59
 
60
- # View and modify but not delete your email
60
+ # Read, compose, and send emails from your Gmail account
61
61
  AUTH_GMAIL_MODIFY = 'https://www.googleapis.com/auth/gmail.modify'
62
62
 
63
63
  # View your email messages and settings
@@ -510,6 +510,7 @@ module Google
510
510
  end
511
511
 
512
512
  # Labels are used to categorize messages and threads within the user's mailbox.
513
+ # The maximum number of labels supported for a user's mailbox is 10,000.
513
514
  class Label
514
515
  include Google::Apis::Core::Hashable
515
516
 
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210301"
25
+ REVISION = "20210614"
26
26
  end
27
27
  end
28
28
  end
@@ -265,7 +265,8 @@ module Google
265
265
  # @param [Boolean] include_spam_trash
266
266
  # Include drafts from `SPAM` and `TRASH` in the results.
267
267
  # @param [Fixnum] max_results
268
- # Maximum number of drafts to return.
268
+ # Maximum number of drafts to return. This field defaults to 100. The maximum
269
+ # allowed value for this field is 500.
269
270
  # @param [String] page_token
270
271
  # Page token to retrieve a specific page of results in the list.
271
272
  # @param [String] q
@@ -405,7 +406,8 @@ module Google
405
406
  # @param [String] label_id
406
407
  # Only return messages with a label matching the ID.
407
408
  # @param [Fixnum] max_results
408
- # The maximum number of history records to return.
409
+ # Maximum number of history records to return. This field defaults to 100. The
410
+ # maximum allowed value for this field is 500.
409
411
  # @param [String] page_token
410
412
  # Page token to retrieve a specific page of results in the list.
411
413
  # @param [Fixnum] start_history_id
@@ -920,7 +922,8 @@ module Google
920
922
  # @param [Array<String>, String] label_ids
921
923
  # Only return messages with labels that match all of the specified label IDs.
922
924
  # @param [Fixnum] max_results
923
- # Maximum number of messages to return.
925
+ # Maximum number of messages to return. This field defaults to 100. The maximum
926
+ # allowed value for this field is 500.
924
927
  # @param [String] page_token
925
928
  # Page token to retrieve a specific page of results in the list.
926
929
  # @param [String] q
@@ -2417,7 +2420,8 @@ module Google
2417
2420
  # @param [Array<String>, String] label_ids
2418
2421
  # Only return threads with labels that match all of the specified label IDs.
2419
2422
  # @param [Fixnum] max_results
2420
- # Maximum number of threads to return.
2423
+ # Maximum number of threads to return. This field defaults to 100. The maximum
2424
+ # allowed value for this field is 500.
2421
2425
  # @param [String] page_token
2422
2426
  # Page token to retrieve a specific page of results in the list.
2423
2427
  # @param [String] q
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gmail_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Gmail API V1. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gmail_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gmail_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Gmail API V1