google-apis-gmail_v1 0.2.0 → 0.7.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: 2e8d8c53ed7e424769184046236e6ff7ca33b6415d5d48937c6d0ee244fdfa43
4
- data.tar.gz: cb4933c6dc010e389781b96c780b68840c54ac5d0b351db0ff66ae420b44e241
3
+ metadata.gz: 29a8947e8c3293f2dc6aedfbf6afc55b8d31a3299b0a4134993999e2e4e38c13
4
+ data.tar.gz: 4ace4572cd2102ecb383a799aadf9629156541d0b9ef21b2d0d251c5702a70a7
5
5
  SHA512:
6
- metadata.gz: 3a8897b296c35fbaef26642ca792aaf5851a958b41ab9782ce2ee78614508bc1e2f7dbe5bd4c52a6b2582627d04bd3f3187469eb65b19e78c6b7677713b32325
7
- data.tar.gz: 575c19105a3931540f28b8192e87ef4fe64692e9bb29da636ec084ea800d1b55739a32ca0409e5ff5475300a64a0f3aa3cffc0b87ac3abe3272363322fe8bcc2
6
+ metadata.gz: aa26ac19e863c885ed5c30f23676afc36f5a2ada446569d118804f4849ea47a19743a4f2778bc28d0c1c43d1f0247868229232e10b09313252680f36cf7ffc1a
7
+ data.tar.gz: 51ccad3479c4cffdc9bbbcdbcc5ab6b09210041bec74ba430402c73d5badc844d2982e29f35b0f50830e3e0bd707c9313cb54faa5796f6a59fe11ecb417bc16d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.7.0 (2021-06-16)
4
+
5
+ * Regenerated from discovery document revision 20210614
6
+
7
+ ### v0.6.0 (2021-06-02)
8
+
9
+ * Regenerated from discovery document revision 20210528
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.5.0 (2021-05-19)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.4.0 (2021-05-12)
17
+
18
+ * Regenerated from discovery document revision 20210510
19
+ * Regenerated using generator version 0.2.0
20
+
21
+ ### v0.3.0 (2021-03-05)
22
+
23
+ * Regenerated from discovery document revision 20210301
24
+ * Regenerated using generator version 0.1.2
25
+
3
26
  ### v0.2.0 (2021-01-13)
4
27
 
5
28
  * Regenerated from discovery document revision 20210111
@@ -48,16 +48,16 @@ module Google
48
48
  # Manage drafts and send emails
49
49
  AUTH_GMAIL_COMPOSE = 'https://www.googleapis.com/auth/gmail.compose'
50
50
 
51
- # Insert mail into your mailbox
51
+ # Add emails into your Gmail mailbox
52
52
  AUTH_GMAIL_INSERT = 'https://www.googleapis.com/auth/gmail.insert'
53
53
 
54
- # Manage mailbox labels
54
+ # See and edit your email labels
55
55
  AUTH_GMAIL_LABELS = 'https://www.googleapis.com/auth/gmail.labels'
56
56
 
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
@@ -66,7 +66,7 @@ module Google
66
66
  # Send email on your behalf
67
67
  AUTH_GMAIL_SEND = 'https://www.googleapis.com/auth/gmail.send'
68
68
 
69
- # Manage your basic mail settings
69
+ # See, edit, create, or change your email settings and filters in Gmail
70
70
  AUTH_GMAIL_SETTINGS_BASIC = 'https://www.googleapis.com/auth/gmail.settings.basic'
71
71
 
72
72
  # Manage your sensitive mail settings, including who can manage your mail
@@ -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
 
@@ -1280,7 +1281,7 @@ module Google
1280
1281
  attr_accessor :send_as_email
1281
1282
 
1282
1283
  # An optional HTML signature that is included in messages composed with this
1283
- # alias in the Gmail web UI.
1284
+ # alias in the Gmail web UI. This signature is added to new emails only.
1284
1285
  # Corresponds to the JSON property `signature`
1285
1286
  # @return [String]
1286
1287
  attr_accessor :signature
@@ -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.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210111"
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,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.2.0
4
+ version: 0.7.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gmail_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Gmail API V1