google-apis-gmail_v1 0.33.0 → 0.34.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 +4 -0
- data/lib/google/apis/gmail_v1/classes.rb +0 -25
- data/lib/google/apis/gmail_v1/gem_version.rb +2 -2
- data/lib/google/apis/gmail_v1/representations.rb +0 -15
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fa3d4eb5f3f83d070f007af95fb3090521705d553e9e6a55f23473c54e5b131
|
4
|
+
data.tar.gz: 7b19a264adf101b920e57af3308fd186c92d620c1c7b10102e71c775ccc8cffa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6df8afb239168afa521160dca79fb85d401bcefa8d1e33b1cef3f1a9be9bfcb8d456d08b46af6c201b15c999c6361c334af2b21b00325d25f80602ba01669b06
|
7
|
+
data.tar.gz: c4da87cbd5ff2af99a3c4559f0937735b8dd4d9118f5529edcdf1eab20720ef0209076f2be0c4c54b37e110c8c6eb457bfc83827e19f3706fe392b9c545bdd6f
|
data/CHANGELOG.md
CHANGED
@@ -210,11 +210,6 @@ module Google
|
|
210
210
|
class CsePrivateKeyMetadata
|
211
211
|
include Google::Apis::Core::Hashable
|
212
212
|
|
213
|
-
# Metadata for hardware keys.
|
214
|
-
# Corresponds to the JSON property `hardwareKeyMetadata`
|
215
|
-
# @return [Google::Apis::GmailV1::HardwareKeyMetadata]
|
216
|
-
attr_accessor :hardware_key_metadata
|
217
|
-
|
218
213
|
# Metadata for private keys managed by an external key access control list
|
219
214
|
# service. For details about managing key access, see [Google Workspace CSE API
|
220
215
|
# Reference](https://developers.google.com/workspace/cse/reference).
|
@@ -233,7 +228,6 @@ module Google
|
|
233
228
|
|
234
229
|
# Update properties of this object
|
235
230
|
def update!(**args)
|
236
|
-
@hardware_key_metadata = args[:hardware_key_metadata] if args.key?(:hardware_key_metadata)
|
237
231
|
@kacls_key_metadata = args[:kacls_key_metadata] if args.key?(:kacls_key_metadata)
|
238
232
|
@private_key_metadata_id = args[:private_key_metadata_id] if args.key?(:private_key_metadata_id)
|
239
233
|
end
|
@@ -485,25 +479,6 @@ module Google
|
|
485
479
|
end
|
486
480
|
end
|
487
481
|
|
488
|
-
# Metadata for hardware keys.
|
489
|
-
class HardwareKeyMetadata
|
490
|
-
include Google::Apis::Core::Hashable
|
491
|
-
|
492
|
-
# Description about the hardware key.
|
493
|
-
# Corresponds to the JSON property `description`
|
494
|
-
# @return [String]
|
495
|
-
attr_accessor :description
|
496
|
-
|
497
|
-
def initialize(**args)
|
498
|
-
update!(**args)
|
499
|
-
end
|
500
|
-
|
501
|
-
# Update properties of this object
|
502
|
-
def update!(**args)
|
503
|
-
@description = args[:description] if args.key?(:description)
|
504
|
-
end
|
505
|
-
end
|
506
|
-
|
507
482
|
# A record of a change to the user's mailbox. Each history change may affect
|
508
483
|
# multiple messages in multiple ways.
|
509
484
|
class History
|
@@ -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.34.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 = "20231002"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,12 +106,6 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class HardwareKeyMetadata
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
109
|
class History
|
116
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
111
|
|
@@ -398,8 +392,6 @@ module Google
|
|
398
392
|
class CsePrivateKeyMetadata
|
399
393
|
# @private
|
400
394
|
class Representation < Google::Apis::Core::JsonRepresentation
|
401
|
-
property :hardware_key_metadata, as: 'hardwareKeyMetadata', class: Google::Apis::GmailV1::HardwareKeyMetadata, decorator: Google::Apis::GmailV1::HardwareKeyMetadata::Representation
|
402
|
-
|
403
395
|
property :kacls_key_metadata, as: 'kaclsKeyMetadata', class: Google::Apis::GmailV1::KaclsKeyMetadata, decorator: Google::Apis::GmailV1::KaclsKeyMetadata::Representation
|
404
396
|
|
405
397
|
property :private_key_metadata_id, as: 'privateKeyMetadataId'
|
@@ -478,13 +470,6 @@ module Google
|
|
478
470
|
end
|
479
471
|
end
|
480
472
|
|
481
|
-
class HardwareKeyMetadata
|
482
|
-
# @private
|
483
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
-
property :description, as: 'description'
|
485
|
-
end
|
486
|
-
end
|
487
|
-
|
488
473
|
class History
|
489
474
|
# @private
|
490
475
|
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.
|
4
|
+
version: 0.34.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-10-
|
11
|
+
date: 2023-10-08 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.34.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: []
|