google-apis-gmail_v1 0.28.0 → 0.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce2eedee3afe74608e4e9f555e8c44d8cd3ce781b7a464fffeab26abdca30345
|
4
|
+
data.tar.gz: f4ad83c46808bdbb04975c89079f509460d850179f42bfdbc2c9f592dd9b4d1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee236f1d01ce02c977aeb9c03c15b87fb476922f760c2d794c561964d3fe333b6b18c2f64e32b7f0a7140f311e9197da54f7070b1c7ddff3b096d85f51cf9c8e
|
7
|
+
data.tar.gz: 342b9ce405c1af08e6ef4843f1f417ad3684edc8f85a6dcd66b4bdda70ac43359afe22f914a2c91c4d531776f2aaef0e13e4b0314defd2b7c1f03b45439b2933
|
data/CHANGELOG.md
CHANGED
@@ -1804,6 +1804,12 @@ module Google
|
|
1804
1804
|
# @return [String]
|
1805
1805
|
attr_accessor :label_filter_action
|
1806
1806
|
|
1807
|
+
# Filtering behavior of labelIds list specified. This field replaces
|
1808
|
+
# label_filter_action; if set, label_filter_action is ignored.
|
1809
|
+
# Corresponds to the JSON property `labelFilterBehavior`
|
1810
|
+
# @return [String]
|
1811
|
+
attr_accessor :label_filter_behavior
|
1812
|
+
|
1807
1813
|
# List of label_ids to restrict notifications about. By default, if unspecified,
|
1808
1814
|
# all changes are pushed out. If specified then dictates which labels are
|
1809
1815
|
# required for a push notification to be generated.
|
@@ -1828,6 +1834,7 @@ module Google
|
|
1828
1834
|
# Update properties of this object
|
1829
1835
|
def update!(**args)
|
1830
1836
|
@label_filter_action = args[:label_filter_action] if args.key?(:label_filter_action)
|
1837
|
+
@label_filter_behavior = args[:label_filter_behavior] if args.key?(:label_filter_behavior)
|
1831
1838
|
@label_ids = args[:label_ids] if args.key?(:label_ids)
|
1832
1839
|
@topic_name = args[:topic_name] if args.key?(:topic_name)
|
1833
1840
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.29.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 = "
|
25
|
+
REVISION = "20230612"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -826,6 +826,7 @@ module Google
|
|
826
826
|
# @private
|
827
827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
828
828
|
property :label_filter_action, as: 'labelFilterAction'
|
829
|
+
property :label_filter_behavior, as: 'labelFilterBehavior'
|
829
830
|
collection :label_ids, as: 'labelIds'
|
830
831
|
property :topic_name, as: 'topicName'
|
831
832
|
end
|
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.
|
4
|
+
version: 0.29.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-
|
11
|
+
date: 2023-06-18 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.29.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: []
|