google-apis-gmail_v1 0.52.0 → 0.53.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gmail_v1/gem_version.rb +2 -2
- data/lib/google/apis/gmail_v1/service.rb +6 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d4ccaada39f12bfff345379ac51b61388887bc8b9a6c322567b39af99582d46
|
|
4
|
+
data.tar.gz: 8e8497d7067ad19397785b963e98c1b08579bf645eb9c6e728576571652d6445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8fb9beb4611f23bdd0a681e452cfebf8fb8ebdb4ef1750fd2e8e387f78ad19c1c6d25edbe8d7758dd31ccc5691376c4ba35354224806e5475cea7686d0d73a4
|
|
7
|
+
data.tar.gz: 71b2708afe55bcb55ef3b29db6ae759b9feef934da5a19c1e3e406dd4ce3b58a057abd3c53ccd7912c7f8e0af165b4179e96c6f4a2764ae82287f098e3a732d5
|
data/CHANGELOG.md
CHANGED
|
@@ -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.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1787,6 +1787,10 @@ module Google
|
|
|
1787
1787
|
# The requester's primary email address. To indicate the authenticated user, you
|
|
1788
1788
|
# can use the special value `me`.
|
|
1789
1789
|
# @param [Google::Apis::GmailV1::CseKeyPair] cse_key_pair_object
|
|
1790
|
+
# @param [String] chain_validation
|
|
1791
|
+
# The type of certificate chain validation to perform at creation. The request
|
|
1792
|
+
# will be rejected if the uploaded chain fails to satisfy the requested
|
|
1793
|
+
# validation checks. When unspecified, this parameter defaults to `all`.
|
|
1790
1794
|
# @param [String] fields
|
|
1791
1795
|
# Selector specifying which fields to include in a partial response.
|
|
1792
1796
|
# @param [String] quota_user
|
|
@@ -1804,13 +1808,14 @@ module Google
|
|
|
1804
1808
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1805
1809
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1806
1810
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1807
|
-
def create_user_setting_cse_keypair(user_id, cse_key_pair_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1811
|
+
def create_user_setting_cse_keypair(user_id, cse_key_pair_object = nil, chain_validation: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1808
1812
|
command = make_simple_command(:post, 'gmail/v1/users/{userId}/settings/cse/keypairs', options)
|
|
1809
1813
|
command.request_representation = Google::Apis::GmailV1::CseKeyPair::Representation
|
|
1810
1814
|
command.request_object = cse_key_pair_object
|
|
1811
1815
|
command.response_representation = Google::Apis::GmailV1::CseKeyPair::Representation
|
|
1812
1816
|
command.response_class = Google::Apis::GmailV1::CseKeyPair
|
|
1813
1817
|
command.params['userId'] = user_id unless user_id.nil?
|
|
1818
|
+
command.query['chainValidation'] = chain_validation unless chain_validation.nil?
|
|
1814
1819
|
command.query['fields'] = fields unless fields.nil?
|
|
1815
1820
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1816
1821
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.53.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.53.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|