google-apis-gmail_v1 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31a449a816444d6c691ae54db9f99096a9017395d1913751f15e73c180eaa94d
4
- data.tar.gz: c8ecc4f16b3ad772d3aaf5f6f07fbe160310564f68b12e383ab7c42c7ab51b0c
3
+ metadata.gz: 04e430a858b2b417893b90314b5d3ad29fc8052e81fc0e8a7df5a785d66b4d2c
4
+ data.tar.gz: 3d4c479c9d8501edf940497717886969a008aa807101bd34cca1db2788c2ebf5
5
5
  SHA512:
6
- metadata.gz: 6ba51583e951d4789d958e52817e876e7326332a95371a6ba3c1bbadd514bcb5d2a089bf5ffdffb22f93b143d39eff9b63f9f437cfe1af29f8c38c5460c15d50
7
- data.tar.gz: 1f293f7a486e17e11cf4593a2f44e0c39f1964c72cca5bf4a2513305610a359e8a9c6b44a022200e6ebc897857baf690f424bd94400ef6848da177276bfd3f18
6
+ metadata.gz: 1bacf501bbf3c53042d0877972120ae26018e8fd4b94f882528604de20d20b0999425f6b044750028a4330d313edccbd2c4556c999c8e6df8aafd5f9fec843a7
7
+ data.tar.gz: 139ee09e4cdc2d532934b8025862a3be61f29e7c00135172f53318d34430b5a78064c2d4d822c7ba41c42f4d3e47597ec483f0602df606d20f5a9411597517b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.33.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230925
6
+
3
7
  ### v0.32.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230918
@@ -122,6 +122,12 @@ module Google
122
122
  # @return [String]
123
123
  attr_accessor :primary_key_pair_id
124
124
 
125
+ # The configuration of a CSE identity that uses different key pairs for signing
126
+ # and encryption.
127
+ # Corresponds to the JSON property `signAndEncryptKeyPairs`
128
+ # @return [Google::Apis::GmailV1::SignAndEncryptKeyPairs]
129
+ attr_accessor :sign_and_encrypt_key_pairs
130
+
125
131
  def initialize(**args)
126
132
  update!(**args)
127
133
  end
@@ -130,6 +136,7 @@ module Google
130
136
  def update!(**args)
131
137
  @email_address = args[:email_address] if args.key?(:email_address)
132
138
  @primary_key_pair_id = args[:primary_key_pair_id] if args.key?(:primary_key_pair_id)
139
+ @sign_and_encrypt_key_pairs = args[:sign_and_encrypt_key_pairs] if args.key?(:sign_and_encrypt_key_pairs)
133
140
  end
134
141
  end
135
142
 
@@ -1593,6 +1600,32 @@ module Google
1593
1600
  end
1594
1601
  end
1595
1602
 
1603
+ # The configuration of a CSE identity that uses different key pairs for signing
1604
+ # and encryption.
1605
+ class SignAndEncryptKeyPairs
1606
+ include Google::Apis::Core::Hashable
1607
+
1608
+ # The ID of the CseKeyPair that encrypts signed outgoing mail.
1609
+ # Corresponds to the JSON property `encryptionKeyPairId`
1610
+ # @return [String]
1611
+ attr_accessor :encryption_key_pair_id
1612
+
1613
+ # The ID of the CseKeyPair that signs outgoing mail.
1614
+ # Corresponds to the JSON property `signingKeyPairId`
1615
+ # @return [String]
1616
+ attr_accessor :signing_key_pair_id
1617
+
1618
+ def initialize(**args)
1619
+ update!(**args)
1620
+ end
1621
+
1622
+ # Update properties of this object
1623
+ def update!(**args)
1624
+ @encryption_key_pair_id = args[:encryption_key_pair_id] if args.key?(:encryption_key_pair_id)
1625
+ @signing_key_pair_id = args[:signing_key_pair_id] if args.key?(:signing_key_pair_id)
1626
+ end
1627
+ end
1628
+
1596
1629
  # An S/MIME email config.
1597
1630
  class SmimeInfo
1598
1631
  include Google::Apis::Core::Hashable
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230918"
25
+ REVISION = "20230925"
26
26
  end
27
27
  end
28
28
  end
@@ -304,6 +304,12 @@ module Google
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
+ class SignAndEncryptKeyPairs
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
307
313
  class SmimeInfo
308
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
315
 
@@ -370,6 +376,8 @@ module Google
370
376
  class Representation < Google::Apis::Core::JsonRepresentation
371
377
  property :email_address, as: 'emailAddress'
372
378
  property :primary_key_pair_id, as: 'primaryKeyPairId'
379
+ property :sign_and_encrypt_key_pairs, as: 'signAndEncryptKeyPairs', class: Google::Apis::GmailV1::SignAndEncryptKeyPairs, decorator: Google::Apis::GmailV1::SignAndEncryptKeyPairs::Representation
380
+
373
381
  end
374
382
  end
375
383
 
@@ -788,6 +796,14 @@ module Google
788
796
  end
789
797
  end
790
798
 
799
+ class SignAndEncryptKeyPairs
800
+ # @private
801
+ class Representation < Google::Apis::Core::JsonRepresentation
802
+ property :encryption_key_pair_id, as: 'encryptionKeyPairId'
803
+ property :signing_key_pair_id, as: 'signingKeyPairId'
804
+ end
805
+ end
806
+
791
807
  class SmimeInfo
792
808
  # @private
793
809
  class Representation < Google::Apis::Core::JsonRepresentation
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.32.0
4
+ version: 0.33.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.33.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: []