google-apis-gmail_v1 0.21.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/gmail_v1/classes.rb +7 -8
- data/lib/google/apis/gmail_v1/gem_version.rb +3 -3
- data/lib/google/apis/gmail_v1/service.rb +11 -22
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bca2633c63a33df0627aba3f6bca1966987b7471795938d061b9aa41544c9d44
|
4
|
+
data.tar.gz: c7b7bd906995ff34b567420a913d432ec461d7b69a225f4afc9e5e3b13880e2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9ffc7c7672af1696f58dade52af60011e40ef9b3c1272aa0bac402e50c5fb6acf54b011bdfc66e30432ca993b3dae9b8a3e016261a820a40b2625d21b16abad
|
7
|
+
data.tar.gz: de3c77ea62577f82b57f7f4102b920307978306fe318aae5cf9e341f44d94d9b8ed829f1b550ad6cec73c9e37189448cca057ee1a0c57cee213fc9b26e2fd623
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gmail_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2023-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230116
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.21.0 (2022-12-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20221219
|
@@ -105,8 +105,7 @@ module Google
|
|
105
105
|
end
|
106
106
|
end
|
107
107
|
|
108
|
-
#
|
109
|
-
# client-side encryption (CSE) configuration for the email address of an
|
108
|
+
# The client-side encryption (CSE) configuration for the email address of an
|
110
109
|
# authenticated user. Gmail uses CSE configurations to save drafts of client-
|
111
110
|
# side encrypted email messages, and to sign and send encrypted email messages.
|
112
111
|
class CseIdentity
|
@@ -134,12 +133,12 @@ module Google
|
|
134
133
|
end
|
135
134
|
end
|
136
135
|
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
136
|
+
# A client-side encryption S/MIME key pair, which is comprised of a public key,
|
137
|
+
# its certificate chain, and metadata for its paired private key. Gmail uses the
|
138
|
+
# key pair to complete the following tasks: - Sign outgoing client-side
|
139
|
+
# encrypted messages. - Save and reopen drafts of client-side encrypted messages.
|
140
|
+
# - Save and reopen sent messages. - Decrypt incoming or archived S/MIME
|
141
|
+
# messages.
|
143
142
|
class CseKeyPair
|
144
143
|
include Google::Apis::Core::Hashable
|
145
144
|
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230116"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1487,8 +1487,7 @@ module Google
|
|
1487
1487
|
# Creates and configures a client-side encryption identity that's authorized to
|
1488
1488
|
# send mail from the user account. Google publishes the S/MIME certificate to a
|
1489
1489
|
# shared domain-wide directory so that people within a Google Workspace
|
1490
|
-
# organization can encrypt and send mail to the identity.
|
1491
|
-
# workspace.google.com/terms/service-terms/index.html).
|
1490
|
+
# organization can encrypt and send mail to the identity.
|
1492
1491
|
# @param [String] user_id
|
1493
1492
|
# The requester's primary email address. To indicate the authenticated user, you
|
1494
1493
|
# can use the special value `me`.
|
@@ -1525,8 +1524,7 @@ module Google
|
|
1525
1524
|
# Deletes a client-side encryption identity. The authenticated user can no
|
1526
1525
|
# longer use the identity to send encrypted messages. You cannot restore the
|
1527
1526
|
# identity after you delete it. Instead, use the CreateCseIdentity method to
|
1528
|
-
# create another identity with the same configuration.
|
1529
|
-
# google.com/terms/service-terms/index.html).
|
1527
|
+
# create another identity with the same configuration.
|
1530
1528
|
# @param [String] user_id
|
1531
1529
|
# The requester's primary email address. To indicate the authenticated user, you
|
1532
1530
|
# can use the special value `me`.
|
@@ -1559,8 +1557,7 @@ module Google
|
|
1559
1557
|
execute_or_queue_command(command, &block)
|
1560
1558
|
end
|
1561
1559
|
|
1562
|
-
# Retrieves a client-side encryption identity configuration.
|
1563
|
-
# workspace.google.com/terms/service-terms/index.html).
|
1560
|
+
# Retrieves a client-side encryption identity configuration.
|
1564
1561
|
# @param [String] user_id
|
1565
1562
|
# The requester's primary email address. To indicate the authenticated user, you
|
1566
1563
|
# can use the special value `me`.
|
@@ -1595,8 +1592,7 @@ module Google
|
|
1595
1592
|
execute_or_queue_command(command, &block)
|
1596
1593
|
end
|
1597
1594
|
|
1598
|
-
# Lists the client-side encrypted identities for an authenticated user.
|
1599
|
-
# https://workspace.google.com/terms/service-terms/index.html).
|
1595
|
+
# Lists the client-side encrypted identities for an authenticated user.
|
1600
1596
|
# @param [String] user_id
|
1601
1597
|
# The requester's primary email address. To indicate the authenticated user, you
|
1602
1598
|
# can use the special value `me`.
|
@@ -1637,8 +1633,7 @@ module Google
|
|
1637
1633
|
|
1638
1634
|
# Associates a different key pair with an existing client-side encryption
|
1639
1635
|
# identity. The updated key pair must validate against Google's [S/MIME
|
1640
|
-
# certificate profiles](https://support.google.com/a/answer/7300887).
|
1641
|
-
# https://workspace.google.com/terms/service-terms/index.html).
|
1636
|
+
# certificate profiles](https://support.google.com/a/answer/7300887).
|
1642
1637
|
# @param [String] user_id
|
1643
1638
|
# The requester's primary email address. To indicate the authenticated user, you
|
1644
1639
|
# can use the special value `me`.
|
@@ -1676,8 +1671,7 @@ module Google
|
|
1676
1671
|
end
|
1677
1672
|
|
1678
1673
|
# Creates and uploads a client-side encryption S/MIME public key certificate
|
1679
|
-
# chain and private key metadata for the authenticated user.
|
1680
|
-
# workspace.google.com/terms/service-terms/index.html).
|
1674
|
+
# chain and private key metadata for the authenticated user.
|
1681
1675
|
# @param [String] user_id
|
1682
1676
|
# The requester's primary email address. To indicate the authenticated user, you
|
1683
1677
|
# can use the special value `me`.
|
@@ -1715,8 +1709,7 @@ module Google
|
|
1715
1709
|
# longer use the key pair to decrypt incoming CSE message texts or sign outgoing
|
1716
1710
|
# CSE mail. To regain access, use the EnableCseKeyPair to turn on the key pair.
|
1717
1711
|
# After 30 days, you can permanently delete the key pair by using the
|
1718
|
-
# ObliterateCseKeyPair method.
|
1719
|
-
# terms/index.html).
|
1712
|
+
# ObliterateCseKeyPair method.
|
1720
1713
|
# @param [String] user_id
|
1721
1714
|
# The requester's primary email address. To indicate the authenticated user, you
|
1722
1715
|
# can use the special value `me`.
|
@@ -1754,8 +1747,7 @@ module Google
|
|
1754
1747
|
end
|
1755
1748
|
|
1756
1749
|
# Turns on a client-side encryption key pair that was turned off. The key pair
|
1757
|
-
# becomes active again for any associated client-side encryption identities.
|
1758
|
-
# Beta](https://workspace.google.com/terms/service-terms/index.html).
|
1750
|
+
# becomes active again for any associated client-side encryption identities.
|
1759
1751
|
# @param [String] user_id
|
1760
1752
|
# The requester's primary email address. To indicate the authenticated user, you
|
1761
1753
|
# can use the special value `me`.
|
@@ -1792,8 +1784,7 @@ module Google
|
|
1792
1784
|
execute_or_queue_command(command, &block)
|
1793
1785
|
end
|
1794
1786
|
|
1795
|
-
# Retrieves an existing client-side encryption key pair.
|
1796
|
-
# workspace.google.com/terms/service-terms/index.html).
|
1787
|
+
# Retrieves an existing client-side encryption key pair.
|
1797
1788
|
# @param [String] user_id
|
1798
1789
|
# The requester's primary email address. To indicate the authenticated user, you
|
1799
1790
|
# can use the special value `me`.
|
@@ -1827,8 +1818,7 @@ module Google
|
|
1827
1818
|
execute_or_queue_command(command, &block)
|
1828
1819
|
end
|
1829
1820
|
|
1830
|
-
# Lists client-side encryption key pairs for an authenticated user.
|
1831
|
-
# //workspace.google.com/terms/service-terms/index.html).
|
1821
|
+
# Lists client-side encryption key pairs for an authenticated user.
|
1832
1822
|
# @param [String] user_id
|
1833
1823
|
# The requester's primary email address. To indicate the authenticated user, you
|
1834
1824
|
# can use the special value `me`.
|
@@ -1872,8 +1862,7 @@ module Google
|
|
1872
1862
|
# days. To turn off a key pair, use the DisableCseKeyPair method. Gmail can't
|
1873
1863
|
# restore or decrypt any messages that were encrypted by an obliterated key.
|
1874
1864
|
# Authenticated users and Google Workspace administrators lose access to reading
|
1875
|
-
# the encrypted messages.
|
1876
|
-
# terms/index.html).
|
1865
|
+
# the encrypted messages.
|
1877
1866
|
# @param [String] user_id
|
1878
1867
|
# The requester's primary email address. To indicate the authenticated user, you
|
1879
1868
|
# can use the special value `me`.
|
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.22.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-01-
|
11
|
+
date: 2023-01-22 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.22.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Gmail API V1
|