google-apis-vault_v1 0.38.0 → 0.39.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/vault_v1/classes.rb +19 -0
- data/lib/google/apis/vault_v1/gem_version.rb +3 -3
- data/lib/google/apis/vault_v1/representations.rb +14 -0
- 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: 63e6a5403cda5febb1a8af1c0e6d06223099282de175a9f390e70a8ecba8eca9
|
|
4
|
+
data.tar.gz: 81eb6085b5bedfcfaef1fc2b3549fd14de112b6a713d2f4793ad870023e03a48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 692f5dd4714c0cda94ca1d4a26d156c8ffb0a0efb5e5fa8845eff9a85cd94ad4bf3c9831026cfddc9cf37d77d252f24f23e6eb913ede634f30e36c25b2c4a211
|
|
7
|
+
data.tar.gz: f22bc3c2d11fff2c293fc3e651979be82ff375a1833b2942c008ba49d13fe30d2be58531ec73c7fca3d8dda424216e2671ec2e62a90f0e0e80d563533e8c7997
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-vault_v1
|
|
2
2
|
|
|
3
|
+
### v0.39.0 (2026-06-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260615
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.38.0 (2025-12-14)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20251126
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/vault) may p
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -409,6 +409,11 @@ module Google
|
|
|
409
409
|
# @return [Google::Apis::VaultV1::HeldDriveQuery]
|
|
410
410
|
attr_accessor :drive_query
|
|
411
411
|
|
|
412
|
+
# Options for Gemini holds.
|
|
413
|
+
# Corresponds to the JSON property `geminiQuery`
|
|
414
|
+
# @return [Google::Apis::VaultV1::HeldGeminiQuery]
|
|
415
|
+
attr_accessor :gemini_query
|
|
416
|
+
|
|
412
417
|
# Query options for group holds.
|
|
413
418
|
# Corresponds to the JSON property `groupsQuery`
|
|
414
419
|
# @return [Google::Apis::VaultV1::HeldGroupsQuery]
|
|
@@ -437,6 +442,7 @@ module Google
|
|
|
437
442
|
def update!(**args)
|
|
438
443
|
@calendar_query = args[:calendar_query] if args.key?(:calendar_query)
|
|
439
444
|
@drive_query = args[:drive_query] if args.key?(:drive_query)
|
|
445
|
+
@gemini_query = args[:gemini_query] if args.key?(:gemini_query)
|
|
440
446
|
@groups_query = args[:groups_query] if args.key?(:groups_query)
|
|
441
447
|
@hangouts_chat_query = args[:hangouts_chat_query] if args.key?(:hangouts_chat_query)
|
|
442
448
|
@mail_query = args[:mail_query] if args.key?(:mail_query)
|
|
@@ -1086,6 +1092,19 @@ module Google
|
|
|
1086
1092
|
end
|
|
1087
1093
|
end
|
|
1088
1094
|
|
|
1095
|
+
# Options for Gemini holds.
|
|
1096
|
+
class HeldGeminiQuery
|
|
1097
|
+
include Google::Apis::Core::Hashable
|
|
1098
|
+
|
|
1099
|
+
def initialize(**args)
|
|
1100
|
+
update!(**args)
|
|
1101
|
+
end
|
|
1102
|
+
|
|
1103
|
+
# Update properties of this object
|
|
1104
|
+
def update!(**args)
|
|
1105
|
+
end
|
|
1106
|
+
end
|
|
1107
|
+
|
|
1089
1108
|
# Query options for group holds.
|
|
1090
1109
|
class HeldGroupsQuery
|
|
1091
1110
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VaultV1
|
|
18
18
|
# Version of the google-apis-vault_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,6 +238,12 @@ module Google
|
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
239
239
|
end
|
|
240
240
|
|
|
241
|
+
class HeldGeminiQuery
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
241
247
|
class HeldGroupsQuery
|
|
242
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
249
|
|
|
@@ -566,6 +572,8 @@ module Google
|
|
|
566
572
|
|
|
567
573
|
property :drive_query, as: 'driveQuery', class: Google::Apis::VaultV1::HeldDriveQuery, decorator: Google::Apis::VaultV1::HeldDriveQuery::Representation
|
|
568
574
|
|
|
575
|
+
property :gemini_query, as: 'geminiQuery', class: Google::Apis::VaultV1::HeldGeminiQuery, decorator: Google::Apis::VaultV1::HeldGeminiQuery::Representation
|
|
576
|
+
|
|
569
577
|
property :groups_query, as: 'groupsQuery', class: Google::Apis::VaultV1::HeldGroupsQuery, decorator: Google::Apis::VaultV1::HeldGroupsQuery::Representation
|
|
570
578
|
|
|
571
579
|
property :hangouts_chat_query, as: 'hangoutsChatQuery', class: Google::Apis::VaultV1::HeldHangoutsChatQuery, decorator: Google::Apis::VaultV1::HeldHangoutsChatQuery::Representation
|
|
@@ -778,6 +786,12 @@ module Google
|
|
|
778
786
|
end
|
|
779
787
|
end
|
|
780
788
|
|
|
789
|
+
class HeldGeminiQuery
|
|
790
|
+
# @private
|
|
791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
792
|
+
end
|
|
793
|
+
end
|
|
794
|
+
|
|
781
795
|
class HeldGroupsQuery
|
|
782
796
|
# @private
|
|
783
797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vault_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.39.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-vault_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.39.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|