google-apis-gmail_v1 0.6.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: 15c6d82e17917055250263a231b2b556a285b4861a3dbcaafdd28b9dc029c6b9
4
- data.tar.gz: fe34c5bc05f814d35a0438b87faf925c74242934fc210b75d73805d240a51138
3
+ metadata.gz: 29a8947e8c3293f2dc6aedfbf6afc55b8d31a3299b0a4134993999e2e4e38c13
4
+ data.tar.gz: 4ace4572cd2102ecb383a799aadf9629156541d0b9ef21b2d0d251c5702a70a7
5
5
  SHA512:
6
- metadata.gz: b4b188a9e901b0b51cde190d132d6ad8deccf3770835e57006ce5efc9f79a7b73e1a364612412327d679903bf97b00f61e56ec3bcee35fd13d064c3ee8902a4e
7
- data.tar.gz: 3c906751d8bc078f120ad2b3b4fe48c6343ff42b45c413fd8da65850d3b91d8c3e1f100a2960465b6cbbc0d3aa879d8116ccbbced14a424e20d375b37eb78421
6
+ metadata.gz: aa26ac19e863c885ed5c30f23676afc36f5a2ada446569d118804f4849ea47a19743a4f2778bc28d0c1c43d1f0247868229232e10b09313252680f36cf7ffc1a
7
+ data.tar.gz: 51ccad3479c4cffdc9bbbcdbcc5ab6b09210041bec74ba430402c73d5badc844d2982e29f35b0f50830e3e0bd707c9313cb54faa5796f6a59fe11ecb417bc16d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.6.0 (2021-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210528
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210528"
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.6.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-06-07 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.6.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: []