google-apis-gmail_v1 0.21.0 → 0.23.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: '0414582245300ecf8d2a89cea73b7fccc144452c17a4ee6bf12b747a053b1609'
4
- data.tar.gz: 459962a61d9135e9f91f57e5404a36bc4ecae6141e4867004fce0b2466503d97
3
+ metadata.gz: 5773c47f89627ce8d9aefa8a4fb0e879b0c1646a66bd789b61dcc7714cf9de7d
4
+ data.tar.gz: 3950c32bd82ea44b42a2618ede215105c3c95895c8616d7d1021202939c55f03
5
5
  SHA512:
6
- metadata.gz: 6d75dd5d09ae07e156fbe81a0aacaec4d88fe0147b2331570a26db1253388d4dd78dd61eaec25df9176f1526546f04bc2fa8131cbfb57f134924471548911593
7
- data.tar.gz: dfcafedfbf4885343fd63fb7da7b39c3373719c20722a3d05db0294ec63877c52a84021127b4d2e319bd0acb6f006500dce05be64d32415f7c16df6f27cdee7e
6
+ metadata.gz: 2ed8aed097e04b9a03a01a6428376a5b9a8fa43106c36a9dc560f1c4eaeb098c6d655dd2fe7fb5b4183aef8893732f2a0230587889fd660ebc52b2ce5e513ea4
7
+ data.tar.gz: 7665b6988ebf911fcc5517c13b51f6a24687783bceed01d995e35703a3bdc551c63f16fe9ff17ea0d7432d7154500c11f02a3a37b55a4a95bedf78dd8d3eae05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.23.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230123
6
+
7
+ ### v0.22.0 (2023-01-22)
8
+
9
+ * Regenerated from discovery document revision 20230116
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.21.0 (2022-12-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20221219
@@ -105,8 +105,7 @@ module Google
105
105
  end
106
106
  end
107
107
 
108
- # [Beta](https://workspace.google.com/terms/service-terms/index.html). The
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
- # [Beta](https://workspace.google.com/terms/service-terms/index.html). A client-
138
- # side encryption S/MIME key pair, which is comprised of a public key, its
139
- # certificate chain, and metadata for its paired private key. Gmail uses the key
140
- # pair to complete the following tasks: - Sign outgoing client-side encrypted
141
- # messages. - Save and reopen drafts of client-side encrypted messages. - Save
142
- # and reopen sent messages. - Decrypt incoming or archived S/MIME messages.
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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221219"
25
+ REVISION = "20230123"
26
26
  end
27
27
  end
28
28
  end
@@ -1003,7 +1003,8 @@ module Google
1003
1003
  end
1004
1004
 
1005
1005
  # Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc`
1006
- # headers.
1006
+ # headers. For example usage, see [Sending email](https://developers.google.com/
1007
+ # gmail/api/guides/sending).
1007
1008
  # @param [String] user_id
1008
1009
  # The user's email address. The special value `me` can be used to indicate the
1009
1010
  # authenticated user.
@@ -1487,8 +1488,7 @@ module Google
1487
1488
  # Creates and configures a client-side encryption identity that's authorized to
1488
1489
  # send mail from the user account. Google publishes the S/MIME certificate to a
1489
1490
  # shared domain-wide directory so that people within a Google Workspace
1490
- # organization can encrypt and send mail to the identity. [Beta](https://
1491
- # workspace.google.com/terms/service-terms/index.html).
1491
+ # organization can encrypt and send mail to the identity.
1492
1492
  # @param [String] user_id
1493
1493
  # The requester's primary email address. To indicate the authenticated user, you
1494
1494
  # can use the special value `me`.
@@ -1525,8 +1525,7 @@ module Google
1525
1525
  # Deletes a client-side encryption identity. The authenticated user can no
1526
1526
  # longer use the identity to send encrypted messages. You cannot restore the
1527
1527
  # identity after you delete it. Instead, use the CreateCseIdentity method to
1528
- # create another identity with the same configuration. [Beta](https://workspace.
1529
- # google.com/terms/service-terms/index.html).
1528
+ # create another identity with the same configuration.
1530
1529
  # @param [String] user_id
1531
1530
  # The requester's primary email address. To indicate the authenticated user, you
1532
1531
  # can use the special value `me`.
@@ -1559,8 +1558,7 @@ module Google
1559
1558
  execute_or_queue_command(command, &block)
1560
1559
  end
1561
1560
 
1562
- # Retrieves a client-side encryption identity configuration. [Beta](https://
1563
- # workspace.google.com/terms/service-terms/index.html).
1561
+ # Retrieves a client-side encryption identity configuration.
1564
1562
  # @param [String] user_id
1565
1563
  # The requester's primary email address. To indicate the authenticated user, you
1566
1564
  # can use the special value `me`.
@@ -1595,8 +1593,7 @@ module Google
1595
1593
  execute_or_queue_command(command, &block)
1596
1594
  end
1597
1595
 
1598
- # Lists the client-side encrypted identities for an authenticated user. [Beta](
1599
- # https://workspace.google.com/terms/service-terms/index.html).
1596
+ # Lists the client-side encrypted identities for an authenticated user.
1600
1597
  # @param [String] user_id
1601
1598
  # The requester's primary email address. To indicate the authenticated user, you
1602
1599
  # can use the special value `me`.
@@ -1637,8 +1634,7 @@ module Google
1637
1634
 
1638
1635
  # Associates a different key pair with an existing client-side encryption
1639
1636
  # identity. The updated key pair must validate against Google's [S/MIME
1640
- # certificate profiles](https://support.google.com/a/answer/7300887). [Beta](
1641
- # https://workspace.google.com/terms/service-terms/index.html).
1637
+ # certificate profiles](https://support.google.com/a/answer/7300887).
1642
1638
  # @param [String] user_id
1643
1639
  # The requester's primary email address. To indicate the authenticated user, you
1644
1640
  # can use the special value `me`.
@@ -1676,8 +1672,7 @@ module Google
1676
1672
  end
1677
1673
 
1678
1674
  # Creates and uploads a client-side encryption S/MIME public key certificate
1679
- # chain and private key metadata for the authenticated user. [Beta](https://
1680
- # workspace.google.com/terms/service-terms/index.html).
1675
+ # chain and private key metadata for the authenticated user.
1681
1676
  # @param [String] user_id
1682
1677
  # The requester's primary email address. To indicate the authenticated user, you
1683
1678
  # can use the special value `me`.
@@ -1715,8 +1710,7 @@ module Google
1715
1710
  # longer use the key pair to decrypt incoming CSE message texts or sign outgoing
1716
1711
  # CSE mail. To regain access, use the EnableCseKeyPair to turn on the key pair.
1717
1712
  # After 30 days, you can permanently delete the key pair by using the
1718
- # ObliterateCseKeyPair method. [Beta](https://workspace.google.com/terms/service-
1719
- # terms/index.html).
1713
+ # ObliterateCseKeyPair method.
1720
1714
  # @param [String] user_id
1721
1715
  # The requester's primary email address. To indicate the authenticated user, you
1722
1716
  # can use the special value `me`.
@@ -1754,8 +1748,7 @@ module Google
1754
1748
  end
1755
1749
 
1756
1750
  # 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).
1751
+ # becomes active again for any associated client-side encryption identities.
1759
1752
  # @param [String] user_id
1760
1753
  # The requester's primary email address. To indicate the authenticated user, you
1761
1754
  # can use the special value `me`.
@@ -1792,8 +1785,7 @@ module Google
1792
1785
  execute_or_queue_command(command, &block)
1793
1786
  end
1794
1787
 
1795
- # Retrieves an existing client-side encryption key pair. [Beta](https://
1796
- # workspace.google.com/terms/service-terms/index.html).
1788
+ # Retrieves an existing client-side encryption key pair.
1797
1789
  # @param [String] user_id
1798
1790
  # The requester's primary email address. To indicate the authenticated user, you
1799
1791
  # can use the special value `me`.
@@ -1827,8 +1819,7 @@ module Google
1827
1819
  execute_or_queue_command(command, &block)
1828
1820
  end
1829
1821
 
1830
- # Lists client-side encryption key pairs for an authenticated user. [Beta](https:
1831
- # //workspace.google.com/terms/service-terms/index.html).
1822
+ # Lists client-side encryption key pairs for an authenticated user.
1832
1823
  # @param [String] user_id
1833
1824
  # The requester's primary email address. To indicate the authenticated user, you
1834
1825
  # can use the special value `me`.
@@ -1872,8 +1863,7 @@ module Google
1872
1863
  # days. To turn off a key pair, use the DisableCseKeyPair method. Gmail can't
1873
1864
  # restore or decrypt any messages that were encrypted by an obliterated key.
1874
1865
  # Authenticated users and Google Workspace administrators lose access to reading
1875
- # the encrypted messages. [Beta](https://workspace.google.com/terms/service-
1876
- # terms/index.html).
1866
+ # the encrypted messages.
1877
1867
  # @param [String] user_id
1878
1868
  # The requester's primary email address. To indicate the authenticated user, you
1879
1869
  # 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.21.0
4
+ version: 0.23.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-04 00:00:00.000000000 Z
11
+ date: 2023-01-29 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.23.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.3.14
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