google-apis-vault_v1 0.1.0 → 0.6.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 +23 -0
- data/lib/google/apis/vault_v1.rb +7 -1
- data/lib/google/apis/vault_v1/classes.rb +217 -172
- data/lib/google/apis/vault_v1/gem_version.rb +3 -3
- data/lib/google/apis/vault_v1/service.rb +56 -52
- metadata +15 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b705776a312e7d2b0eff0a4151e911ae0388722d30adb8094c2a17d6e2c19ed7
|
4
|
+
data.tar.gz: 486e349166e5c89b297889a1dd9f91f5ecb893837d89d2408970098b1c2d64ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8859c33a20f5869bfd68149ea4345103a6a870f6ada74a651ebb648a8d68bd6107509f2f962f847b536f27956fc048e5a94d31b390a81df14407c799a0591ea
|
7
|
+
data.tar.gz: 34ad12ac25f14a5df30c3da458c5427255c56a05abb37146233d8ce6cf26dea21900c2630878f35d916b1ad46938ad1307b46ae337513f44ca298ce27d9e3af1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# Release history for google-apis-vault_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.5.0 (2021-06-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210621
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.4.0 (2021-05-20)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.3.0 (2021-04-28)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210419
|
19
|
+
* Regenerated using generator version 0.2.0
|
20
|
+
|
21
|
+
### v0.2.0 (2021-03-04)
|
22
|
+
|
23
|
+
* Regenerated from discovery document revision 20210129
|
24
|
+
* Regenerated using generator version 0.1.2
|
25
|
+
|
3
26
|
### v0.1.0 (2021-01-07)
|
4
27
|
|
5
28
|
* Regenerated using generator version 0.1.1
|
data/lib/google/apis/vault_v1.rb
CHANGED
@@ -21,7 +21,13 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# G Suite Vault API
|
23
23
|
#
|
24
|
-
#
|
24
|
+
# Retention and eDiscovery for Google Workspace. To work with Vault resources,
|
25
|
+
# the account must have the [required Vault privileges](https://support.google.
|
26
|
+
# com/vault/answer/2799699) and access to the matter. To access a matter, the
|
27
|
+
# account must have created the matter, have the matter shared with them, or
|
28
|
+
# have the **View All Matters** privilege. For example, to download an export,
|
29
|
+
# an account needs the **Manage Exports** privilege and the matter shared with
|
30
|
+
# them.
|
25
31
|
#
|
26
32
|
# @see https://developers.google.com/vault
|
27
33
|
module VaultV1
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module VaultV1
|
24
24
|
|
25
|
-
#
|
25
|
+
# The results count for each account.
|
26
26
|
class AccountCount
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# @return [Google::Apis::VaultV1::UserInfo]
|
32
32
|
attr_accessor :account
|
33
33
|
|
34
|
-
# The number of
|
34
|
+
# The number of results (messages or files) found for this account.
|
35
35
|
# Corresponds to the JSON property `count`
|
36
36
|
# @return [Fixnum]
|
37
37
|
attr_accessor :count
|
@@ -72,7 +72,7 @@ module Google
|
|
72
72
|
end
|
73
73
|
end
|
74
74
|
|
75
|
-
#
|
75
|
+
# The accounts to search
|
76
76
|
class AccountInfo
|
77
77
|
include Google::Apis::Core::Hashable
|
78
78
|
|
@@ -91,13 +91,16 @@ module Google
|
|
91
91
|
end
|
92
92
|
end
|
93
93
|
|
94
|
-
#
|
95
|
-
# if successful.
|
94
|
+
# The status of each account creation, and the **HeldAccount**, if successful.
|
96
95
|
class AddHeldAccountResult
|
97
96
|
include Google::Apis::Core::Hashable
|
98
97
|
|
99
|
-
# An account
|
100
|
-
#
|
98
|
+
# An account covered by a hold. This structure is immutable. It can be an
|
99
|
+
# individual account or a Google Group, depending on the service. To work with
|
100
|
+
# Vault resources, the account must have the [required Vault privileges] (https:/
|
101
|
+
# /support.google.com/vault/answer/2799699) and access to the matter. To access
|
102
|
+
# a matter, the account must have created the matter, have the matter shared
|
103
|
+
# with them, or have the **View All Matters** privilege.
|
101
104
|
# Corresponds to the JSON property `account`
|
102
105
|
# @return [Google::Apis::VaultV1::HeldAccount]
|
103
106
|
attr_accessor :account
|
@@ -127,14 +130,14 @@ module Google
|
|
127
130
|
class AddHeldAccountsRequest
|
128
131
|
include Google::Apis::Core::Hashable
|
129
132
|
|
130
|
-
#
|
131
|
-
#
|
133
|
+
# A comma-separated list of the account IDs of the accounts to add to the hold.
|
134
|
+
# Specify either **emails** or **account_ids**, but not both.
|
132
135
|
# Corresponds to the JSON property `accountIds`
|
133
136
|
# @return [Array<String>]
|
134
137
|
attr_accessor :account_ids
|
135
138
|
|
136
|
-
#
|
137
|
-
#
|
139
|
+
# A comma-separated list of the emails of the accounts to add to the hold.
|
140
|
+
# Specify either **emails** or **account_ids**, but not both.
|
138
141
|
# Corresponds to the JSON property `emails`
|
139
142
|
# @return [Array<String>]
|
140
143
|
attr_accessor :emails
|
@@ -170,26 +173,26 @@ module Google
|
|
170
173
|
end
|
171
174
|
|
172
175
|
# Add an account with the permission specified. The role cannot be owner. If an
|
173
|
-
# account already has a role in the matter,
|
176
|
+
# account already has a role in the matter, the existing role is overwritten.
|
174
177
|
class AddMatterPermissionsRequest
|
175
178
|
include Google::Apis::Core::Hashable
|
176
179
|
|
177
|
-
# Only relevant if
|
178
|
-
# message
|
180
|
+
# Only relevant if **sendEmails** is **true**. To CC the requestor in the email
|
181
|
+
# message, set to **true**. To not CC requestor, set to **false**.
|
179
182
|
# Corresponds to the JSON property `ccMe`
|
180
183
|
# @return [Boolean]
|
181
184
|
attr_accessor :cc_me
|
182
185
|
alias_method :cc_me?, :cc_me
|
183
186
|
|
184
|
-
#
|
185
|
-
#
|
186
|
-
# to exist.
|
187
|
+
# Users can be matter owners or collaborators. Each matter has only one owner.
|
188
|
+
# All others users who can access the matter are collaborators. When an account
|
189
|
+
# is purged, its corresponding MatterPermission resources cease to exist.
|
187
190
|
# Corresponds to the JSON property `matterPermission`
|
188
191
|
# @return [Google::Apis::VaultV1::MatterPermission]
|
189
192
|
attr_accessor :matter_permission
|
190
193
|
|
191
|
-
#
|
192
|
-
# notification email
|
194
|
+
# To send a notification email to the added account, set to **true**. To not
|
195
|
+
# send a notification email, set to **false**.
|
193
196
|
# Corresponds to the JSON property `sendEmails`
|
194
197
|
# @return [Boolean]
|
195
198
|
attr_accessor :send_emails
|
@@ -237,7 +240,11 @@ module Google
|
|
237
240
|
class CloseMatterResponse
|
238
241
|
include Google::Apis::Core::Hashable
|
239
242
|
|
240
|
-
# Represents a matter.
|
243
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
244
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
245
|
+
# and access to the matter. To access a matter, the account must have created
|
246
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
247
|
+
# privilege.
|
241
248
|
# Corresponds to the JSON property `matter`
|
242
249
|
# @return [Google::Apis::VaultV1::Matter]
|
243
250
|
attr_accessor :matter
|
@@ -252,13 +259,15 @@ module Google
|
|
252
259
|
end
|
253
260
|
end
|
254
261
|
|
255
|
-
#
|
262
|
+
# The export file in Cloud Storage
|
256
263
|
class CloudStorageFile
|
257
264
|
include Google::Apis::Core::Hashable
|
258
265
|
|
259
|
-
# The
|
260
|
-
#
|
261
|
-
#
|
266
|
+
# The name of the Cloud Storage bucket for the export file. You can use this
|
267
|
+
# value in the [Cloud Storage JSON or XML APIs](https://cloud.google.com/storage/
|
268
|
+
# docs/apis), but not to list the bucket contents. Instead, you can [get
|
269
|
+
# individual export files](https://cloud.google.com/storage/docs/json_api/v1/
|
270
|
+
# objects/get) by object name.
|
262
271
|
# Corresponds to the JSON property `bucketName`
|
263
272
|
# @return [String]
|
264
273
|
attr_accessor :bucket_name
|
@@ -268,13 +277,14 @@ module Google
|
|
268
277
|
# @return [String]
|
269
278
|
attr_accessor :md5_hash
|
270
279
|
|
271
|
-
# The
|
272
|
-
#
|
280
|
+
# The name of the Cloud Storage object for the export file. You can use this
|
281
|
+
# value in the [Cloud Storage JSON or XML APIs](https://cloud.google.com/storage/
|
282
|
+
# docs/apis).
|
273
283
|
# Corresponds to the JSON property `objectName`
|
274
284
|
# @return [String]
|
275
285
|
attr_accessor :object_name
|
276
286
|
|
277
|
-
# The
|
287
|
+
# The export file size.
|
278
288
|
# Corresponds to the JSON property `size`
|
279
289
|
# @return [Fixnum]
|
280
290
|
attr_accessor :size
|
@@ -292,11 +302,11 @@ module Google
|
|
292
302
|
end
|
293
303
|
end
|
294
304
|
|
295
|
-
# Export sink for
|
305
|
+
# Export sink for Cloud Storage files.
|
296
306
|
class CloudStorageSink
|
297
307
|
include Google::Apis::Core::Hashable
|
298
308
|
|
299
|
-
# Output only. The exported files
|
309
|
+
# Output only. The exported files in Cloud Storage.
|
300
310
|
# Corresponds to the JSON property `files`
|
301
311
|
# @return [Array<Google::Apis::VaultV1::CloudStorageFile>]
|
302
312
|
attr_accessor :files
|
@@ -311,11 +321,11 @@ module Google
|
|
311
321
|
end
|
312
322
|
end
|
313
323
|
|
314
|
-
#
|
324
|
+
# Service-specific options for holds.
|
315
325
|
class CorpusQuery
|
316
326
|
include Google::Apis::Core::Hashable
|
317
327
|
|
318
|
-
#
|
328
|
+
# Options for Drive holds.
|
319
329
|
# Corresponds to the JSON property `driveQuery`
|
320
330
|
# @return [Google::Apis::VaultV1::HeldDriveQuery]
|
321
331
|
attr_accessor :drive_query
|
@@ -325,17 +335,17 @@ module Google
|
|
325
335
|
# @return [Google::Apis::VaultV1::HeldGroupsQuery]
|
326
336
|
attr_accessor :groups_query
|
327
337
|
|
328
|
-
#
|
338
|
+
# Options for Chat holds.
|
329
339
|
# Corresponds to the JSON property `hangoutsChatQuery`
|
330
340
|
# @return [Google::Apis::VaultV1::HeldHangoutsChatQuery]
|
331
341
|
attr_accessor :hangouts_chat_query
|
332
342
|
|
333
|
-
# Query options for
|
343
|
+
# Query options for Gmail holds.
|
334
344
|
# Corresponds to the JSON property `mailQuery`
|
335
345
|
# @return [Google::Apis::VaultV1::HeldMailQuery]
|
336
346
|
attr_accessor :mail_query
|
337
347
|
|
338
|
-
#
|
348
|
+
# Options for Voice holds.
|
339
349
|
# Corresponds to the JSON property `voiceQuery`
|
340
350
|
# @return [Google::Apis::VaultV1::HeldVoiceQuery]
|
341
351
|
attr_accessor :voice_query
|
@@ -368,7 +378,7 @@ module Google
|
|
368
378
|
# @return [String]
|
369
379
|
attr_accessor :matter_id
|
370
380
|
|
371
|
-
#
|
381
|
+
# The query definition used for search and export.
|
372
382
|
# Corresponds to the JSON property `query`
|
373
383
|
# @return [Google::Apis::VaultV1::Query]
|
374
384
|
attr_accessor :query
|
@@ -395,12 +405,12 @@ module Google
|
|
395
405
|
class CountArtifactsRequest
|
396
406
|
include Google::Apis::Core::Hashable
|
397
407
|
|
398
|
-
#
|
408
|
+
# The query definition used for search and export.
|
399
409
|
# Corresponds to the JSON property `query`
|
400
410
|
# @return [Google::Apis::VaultV1::Query]
|
401
411
|
attr_accessor :query
|
402
412
|
|
403
|
-
#
|
413
|
+
# Sets the granularity of the count results.
|
404
414
|
# Corresponds to the JSON property `view`
|
405
415
|
# @return [String]
|
406
416
|
attr_accessor :view
|
@@ -425,12 +435,12 @@ module Google
|
|
425
435
|
# @return [Google::Apis::VaultV1::GroupsCountResult]
|
426
436
|
attr_accessor :groups_count_result
|
427
437
|
|
428
|
-
#
|
438
|
+
# Gmail and classic Hangouts-specific count metrics.
|
429
439
|
# Corresponds to the JSON property `mailCountResult`
|
430
440
|
# @return [Google::Apis::VaultV1::MailCountResult]
|
431
441
|
attr_accessor :mail_count_result
|
432
442
|
|
433
|
-
# Total count of
|
443
|
+
# Total count of messages.
|
434
444
|
# Corresponds to the JSON property `totalCount`
|
435
445
|
# @return [Fixnum]
|
436
446
|
attr_accessor :total_count
|
@@ -447,12 +457,12 @@ module Google
|
|
447
457
|
end
|
448
458
|
end
|
449
459
|
|
450
|
-
#
|
460
|
+
# Options for Drive exports.
|
451
461
|
class DriveExportOptions
|
452
462
|
include Google::Apis::Core::Hashable
|
453
463
|
|
454
|
-
#
|
455
|
-
# to files
|
464
|
+
# To include access level information for users with [indirect access](https://
|
465
|
+
# support.google.com/vault/answer/6099459#metadata) to files, set to **true**.
|
456
466
|
# Corresponds to the JSON property `includeAccessInfo`
|
457
467
|
# @return [Boolean]
|
458
468
|
attr_accessor :include_access_info
|
@@ -468,11 +478,11 @@ module Google
|
|
468
478
|
end
|
469
479
|
end
|
470
480
|
|
471
|
-
# Drive search
|
481
|
+
# Additional options for Drive search
|
472
482
|
class DriveOptions
|
473
483
|
include Google::Apis::Core::Hashable
|
474
484
|
|
475
|
-
# Set to true to include shared
|
485
|
+
# Set to **true** to include shared drives.
|
476
486
|
# Corresponds to the JSON property `includeSharedDrives`
|
477
487
|
# @return [Boolean]
|
478
488
|
attr_accessor :include_shared_drives
|
@@ -484,8 +494,9 @@ module Google
|
|
484
494
|
attr_accessor :include_team_drives
|
485
495
|
alias_method :include_team_drives?, :include_team_drives
|
486
496
|
|
487
|
-
# Search the
|
488
|
-
#
|
497
|
+
# Search the current version of the Drive file, but export the contents of the
|
498
|
+
# last version saved before 12:00 AM UTC on the specified date. Enter the date
|
499
|
+
# in UTC.
|
489
500
|
# Corresponds to the JSON property `versionDate`
|
490
501
|
# @return [String]
|
491
502
|
attr_accessor :version_date
|
@@ -519,11 +530,14 @@ module Google
|
|
519
530
|
end
|
520
531
|
end
|
521
532
|
|
522
|
-
# An export
|
533
|
+
# An export. To work with Vault resources, the account must have the [required
|
534
|
+
# Vault privileges](https://support.google.com/vault/answer/2799699) and access
|
535
|
+
# to the matter. To access a matter, the account must have created the matter,
|
536
|
+
# have the matter shared with them, or have the **View All Matters** privilege.
|
523
537
|
class Export
|
524
538
|
include Google::Apis::Core::Hashable
|
525
539
|
|
526
|
-
# Export sink for
|
540
|
+
# Export sink for Cloud Storage files.
|
527
541
|
# Corresponds to the JSON property `cloudStorageSink`
|
528
542
|
# @return [Google::Apis::VaultV1::CloudStorageSink]
|
529
543
|
attr_accessor :cloud_storage_sink
|
@@ -533,7 +547,7 @@ module Google
|
|
533
547
|
# @return [String]
|
534
548
|
attr_accessor :create_time
|
535
549
|
|
536
|
-
#
|
550
|
+
# Additional options for exports
|
537
551
|
# Corresponds to the JSON property `exportOptions`
|
538
552
|
# @return [Google::Apis::VaultV1::ExportOptions]
|
539
553
|
attr_accessor :export_options
|
@@ -553,7 +567,7 @@ module Google
|
|
553
567
|
# @return [String]
|
554
568
|
attr_accessor :name
|
555
569
|
|
556
|
-
#
|
570
|
+
# The query definition used for search and export.
|
557
571
|
# Corresponds to the JSON property `query`
|
558
572
|
# @return [Google::Apis::VaultV1::Query]
|
559
573
|
attr_accessor :query
|
@@ -563,12 +577,12 @@ module Google
|
|
563
577
|
# @return [Google::Apis::VaultV1::UserInfo]
|
564
578
|
attr_accessor :requester
|
565
579
|
|
566
|
-
#
|
580
|
+
# Progress information for an export.
|
567
581
|
# Corresponds to the JSON property `stats`
|
568
582
|
# @return [Google::Apis::VaultV1::ExportStats]
|
569
583
|
attr_accessor :stats
|
570
584
|
|
571
|
-
# Output only. The export
|
585
|
+
# Output only. The status of the export.
|
572
586
|
# Corresponds to the JSON property `status`
|
573
587
|
# @return [String]
|
574
588
|
attr_accessor :status
|
@@ -592,36 +606,36 @@ module Google
|
|
592
606
|
end
|
593
607
|
end
|
594
608
|
|
595
|
-
#
|
609
|
+
# Additional options for exports
|
596
610
|
class ExportOptions
|
597
611
|
include Google::Apis::Core::Hashable
|
598
612
|
|
599
|
-
#
|
613
|
+
# Options for Drive exports.
|
600
614
|
# Corresponds to the JSON property `driveOptions`
|
601
615
|
# @return [Google::Apis::VaultV1::DriveExportOptions]
|
602
616
|
attr_accessor :drive_options
|
603
617
|
|
604
|
-
#
|
618
|
+
# Options for Groups exports.
|
605
619
|
# Corresponds to the JSON property `groupsOptions`
|
606
620
|
# @return [Google::Apis::VaultV1::GroupsExportOptions]
|
607
621
|
attr_accessor :groups_options
|
608
622
|
|
609
|
-
#
|
623
|
+
# Options for Chat exports.
|
610
624
|
# Corresponds to the JSON property `hangoutsChatOptions`
|
611
625
|
# @return [Google::Apis::VaultV1::HangoutsChatExportOptions]
|
612
626
|
attr_accessor :hangouts_chat_options
|
613
627
|
|
614
|
-
#
|
628
|
+
# Options for Gmail exports.
|
615
629
|
# Corresponds to the JSON property `mailOptions`
|
616
630
|
# @return [Google::Apis::VaultV1::MailExportOptions]
|
617
631
|
attr_accessor :mail_options
|
618
632
|
|
619
|
-
# The requested export
|
633
|
+
# The requested data region for the export.
|
620
634
|
# Corresponds to the JSON property `region`
|
621
635
|
# @return [String]
|
622
636
|
attr_accessor :region
|
623
637
|
|
624
|
-
# The options for
|
638
|
+
# The options for Voice exports.
|
625
639
|
# Corresponds to the JSON property `voiceOptions`
|
626
640
|
# @return [Google::Apis::VaultV1::VoiceExportOptions]
|
627
641
|
attr_accessor :voice_options
|
@@ -641,11 +655,11 @@ module Google
|
|
641
655
|
end
|
642
656
|
end
|
643
657
|
|
644
|
-
#
|
658
|
+
# Progress information for an export.
|
645
659
|
class ExportStats
|
646
660
|
include Google::Apis::Core::Hashable
|
647
661
|
|
648
|
-
# The number of
|
662
|
+
# The number of messages or files already processed for export.
|
649
663
|
# Corresponds to the JSON property `exportedArtifactCount`
|
650
664
|
# @return [Fixnum]
|
651
665
|
attr_accessor :exported_artifact_count
|
@@ -655,7 +669,7 @@ module Google
|
|
655
669
|
# @return [Fixnum]
|
656
670
|
attr_accessor :size_in_bytes
|
657
671
|
|
658
|
-
# The number of
|
672
|
+
# The number of messages or files to be exported.
|
659
673
|
# Corresponds to the JSON property `totalArtifactCount`
|
660
674
|
# @return [Fixnum]
|
661
675
|
attr_accessor :total_artifact_count
|
@@ -691,9 +705,9 @@ module Google
|
|
691
705
|
# @return [Fixnum]
|
692
706
|
attr_accessor :matching_accounts_count
|
693
707
|
|
694
|
-
# When
|
695
|
-
#
|
696
|
-
#
|
708
|
+
# When **DataScope** is **HELD_DATA**, these accounts in the request are not
|
709
|
+
# queried because they are not on hold. For other data scope, this field is not
|
710
|
+
# set.
|
697
711
|
# Corresponds to the JSON property `nonQueryableAccounts`
|
698
712
|
# @return [Array<String>]
|
699
713
|
attr_accessor :non_queryable_accounts
|
@@ -717,11 +731,11 @@ module Google
|
|
717
731
|
end
|
718
732
|
end
|
719
733
|
|
720
|
-
#
|
734
|
+
# Options for Groups exports.
|
721
735
|
class GroupsExportOptions
|
722
736
|
include Google::Apis::Core::Hashable
|
723
737
|
|
724
|
-
# The
|
738
|
+
# The file format for exported messages.
|
725
739
|
# Corresponds to the JSON property `exportFormat`
|
726
740
|
# @return [String]
|
727
741
|
attr_accessor :export_format
|
@@ -736,11 +750,11 @@ module Google
|
|
736
750
|
end
|
737
751
|
end
|
738
752
|
|
739
|
-
#
|
753
|
+
# Options for Chat exports.
|
740
754
|
class HangoutsChatExportOptions
|
741
755
|
include Google::Apis::Core::Hashable
|
742
756
|
|
743
|
-
# The
|
757
|
+
# The file format for exported messages.
|
744
758
|
# Corresponds to the JSON property `exportFormat`
|
745
759
|
# @return [String]
|
746
760
|
attr_accessor :export_format
|
@@ -755,11 +769,12 @@ module Google
|
|
755
769
|
end
|
756
770
|
end
|
757
771
|
|
758
|
-
#
|
772
|
+
# The Chat spaces to search
|
759
773
|
class HangoutsChatInfo
|
760
774
|
include Google::Apis::Core::Hashable
|
761
775
|
|
762
|
-
# A
|
776
|
+
# A list of Chat spaces IDs, as provided by the [Chat API](https://developers.
|
777
|
+
# google.com/hangouts/chat).
|
763
778
|
# Corresponds to the JSON property `roomId`
|
764
779
|
# @return [Array<String>]
|
765
780
|
attr_accessor :room_id
|
@@ -774,11 +789,12 @@ module Google
|
|
774
789
|
end
|
775
790
|
end
|
776
791
|
|
777
|
-
#
|
792
|
+
# Additional options for Google Chat search
|
778
793
|
class HangoutsChatOptions
|
779
794
|
include Google::Apis::Core::Hashable
|
780
795
|
|
781
|
-
#
|
796
|
+
# For searches by account or organizational unit, set to **true** to include
|
797
|
+
# rooms.
|
782
798
|
# Corresponds to the JSON property `includeRooms`
|
783
799
|
# @return [Boolean]
|
784
800
|
attr_accessor :include_rooms
|
@@ -794,18 +810,23 @@ module Google
|
|
794
810
|
end
|
795
811
|
end
|
796
812
|
|
797
|
-
# An account
|
798
|
-
#
|
813
|
+
# An account covered by a hold. This structure is immutable. It can be an
|
814
|
+
# individual account or a Google Group, depending on the service. To work with
|
815
|
+
# Vault resources, the account must have the [required Vault privileges] (https:/
|
816
|
+
# /support.google.com/vault/answer/2799699) and access to the matter. To access
|
817
|
+
# a matter, the account must have created the matter, have the matter shared
|
818
|
+
# with them, or have the **View All Matters** privilege.
|
799
819
|
class HeldAccount
|
800
820
|
include Google::Apis::Core::Hashable
|
801
821
|
|
802
|
-
# The account
|
822
|
+
# The account ID, as provided by the [Admin SDK](https://developers.google.com/
|
823
|
+
# admin-sdk/).
|
803
824
|
# Corresponds to the JSON property `accountId`
|
804
825
|
# @return [String]
|
805
826
|
attr_accessor :account_id
|
806
827
|
|
807
828
|
# The primary email address of the account. If used as an input, this takes
|
808
|
-
# precedence over
|
829
|
+
# precedence over **accountId**.
|
809
830
|
# Corresponds to the JSON property `email`
|
810
831
|
# @return [String]
|
811
832
|
attr_accessor :email
|
@@ -839,17 +860,17 @@ module Google
|
|
839
860
|
end
|
840
861
|
end
|
841
862
|
|
842
|
-
#
|
863
|
+
# Options for Drive holds.
|
843
864
|
class HeldDriveQuery
|
844
865
|
include Google::Apis::Core::Hashable
|
845
866
|
|
846
|
-
#
|
867
|
+
# To include files in shared drives in the hold, set to **true**.
|
847
868
|
# Corresponds to the JSON property `includeSharedDriveFiles`
|
848
869
|
# @return [Boolean]
|
849
870
|
attr_accessor :include_shared_drive_files
|
850
871
|
alias_method :include_shared_drive_files?, :include_shared_drive_files
|
851
872
|
|
852
|
-
#
|
873
|
+
# To include files in Team Drives in the hold, set to **true**.
|
853
874
|
# Corresponds to the JSON property `includeTeamDriveFiles`
|
854
875
|
# @return [Boolean]
|
855
876
|
attr_accessor :include_team_drive_files
|
@@ -870,19 +891,20 @@ module Google
|
|
870
891
|
class HeldGroupsQuery
|
871
892
|
include Google::Apis::Core::Hashable
|
872
893
|
|
873
|
-
# The end time
|
874
|
-
#
|
894
|
+
# The end time for the query. Specify in GMT. The value is rounded to 12 AM on
|
895
|
+
# the specified date.
|
875
896
|
# Corresponds to the JSON property `endTime`
|
876
897
|
# @return [String]
|
877
898
|
attr_accessor :end_time
|
878
899
|
|
879
|
-
# The start time
|
880
|
-
#
|
900
|
+
# The start time for the query. Specify in GMT. The value is rounded to 12 AM on
|
901
|
+
# the specified date.
|
881
902
|
# Corresponds to the JSON property `startTime`
|
882
903
|
# @return [String]
|
883
904
|
attr_accessor :start_time
|
884
905
|
|
885
|
-
# The search
|
906
|
+
# The [search operators](https://support.google.com/vault/answer/2474474) used
|
907
|
+
# to refine the messages covered by the hold.
|
886
908
|
# Corresponds to the JSON property `terms`
|
887
909
|
# @return [String]
|
888
910
|
attr_accessor :terms
|
@@ -899,11 +921,11 @@ module Google
|
|
899
921
|
end
|
900
922
|
end
|
901
923
|
|
902
|
-
#
|
924
|
+
# Options for Chat holds.
|
903
925
|
class HeldHangoutsChatQuery
|
904
926
|
include Google::Apis::Core::Hashable
|
905
927
|
|
906
|
-
#
|
928
|
+
# To include messages in Chat spaces the user was a member of, set to **true**.
|
907
929
|
# Corresponds to the JSON property `includeRooms`
|
908
930
|
# @return [Boolean]
|
909
931
|
attr_accessor :include_rooms
|
@@ -919,23 +941,24 @@ module Google
|
|
919
941
|
end
|
920
942
|
end
|
921
943
|
|
922
|
-
# Query options for
|
944
|
+
# Query options for Gmail holds.
|
923
945
|
class HeldMailQuery
|
924
946
|
include Google::Apis::Core::Hashable
|
925
947
|
|
926
|
-
# The end time
|
927
|
-
#
|
948
|
+
# The end time for the query. Specify in GMT. The value is rounded to 12 AM on
|
949
|
+
# the specified date.
|
928
950
|
# Corresponds to the JSON property `endTime`
|
929
951
|
# @return [String]
|
930
952
|
attr_accessor :end_time
|
931
953
|
|
932
|
-
# The start time
|
933
|
-
#
|
954
|
+
# The start time for the query. Specify in GMT. The value is rounded to 12 AM on
|
955
|
+
# the specified date.
|
934
956
|
# Corresponds to the JSON property `startTime`
|
935
957
|
# @return [String]
|
936
958
|
attr_accessor :start_time
|
937
959
|
|
938
|
-
# The search
|
960
|
+
# The [search operators](https://support.google.com/vault/answer/2474474) used
|
961
|
+
# to refine the messages covered by the hold.
|
939
962
|
# Corresponds to the JSON property `terms`
|
940
963
|
# @return [String]
|
941
964
|
attr_accessor :terms
|
@@ -952,17 +975,17 @@ module Google
|
|
952
975
|
end
|
953
976
|
end
|
954
977
|
|
955
|
-
#
|
956
|
-
# immutable.
|
978
|
+
# The organizational unit covered by a hold. This structure is immutable.
|
957
979
|
class HeldOrgUnit
|
958
980
|
include Google::Apis::Core::Hashable
|
959
981
|
|
960
|
-
# When the
|
982
|
+
# When the organizational unit was put on hold. This property is immutable.
|
961
983
|
# Corresponds to the JSON property `holdTime`
|
962
984
|
# @return [String]
|
963
985
|
attr_accessor :hold_time
|
964
986
|
|
965
|
-
# The
|
987
|
+
# The organizational unit's immutable ID as provided by the [Admin SDK](https://
|
988
|
+
# developers.google.com/admin-sdk/).
|
966
989
|
# Corresponds to the JSON property `orgUnitId`
|
967
990
|
# @return [String]
|
968
991
|
attr_accessor :org_unit_id
|
@@ -978,12 +1001,12 @@ module Google
|
|
978
1001
|
end
|
979
1002
|
end
|
980
1003
|
|
981
|
-
#
|
1004
|
+
# Options for Voice holds.
|
982
1005
|
class HeldVoiceQuery
|
983
1006
|
include Google::Apis::Core::Hashable
|
984
1007
|
|
985
|
-
#
|
986
|
-
# duplicates
|
1008
|
+
# A list of data types covered by the hold. Should be non-empty. Order does not
|
1009
|
+
# matter and duplicates are ignored.
|
987
1010
|
# Corresponds to the JSON property `coveredData`
|
988
1011
|
# @return [Array<String>]
|
989
1012
|
attr_accessor :covered_data
|
@@ -998,19 +1021,22 @@ module Google
|
|
998
1021
|
end
|
999
1022
|
end
|
1000
1023
|
|
1001
|
-
#
|
1002
|
-
#
|
1003
|
-
#
|
1004
|
-
#
|
1024
|
+
# A hold. A hold prevents the specified Google Workspace service from purging
|
1025
|
+
# data for specific accounts or all members of an organizational unit. To work
|
1026
|
+
# with Vault resources, the account must have the [required Vault privileges] (
|
1027
|
+
# https://support.google.com/vault/answer/2799699) and access to the matter. To
|
1028
|
+
# access a matter, the account must have created the matter, have the matter
|
1029
|
+
# shared with them, or have the **View All Matters** privilege.
|
1005
1030
|
class Hold
|
1006
1031
|
include Google::Apis::Core::Hashable
|
1007
1032
|
|
1008
|
-
# If set, the hold applies to the
|
1033
|
+
# If set, the hold applies to the specified accounts and **orgUnit** must be
|
1034
|
+
# empty.
|
1009
1035
|
# Corresponds to the JSON property `accounts`
|
1010
1036
|
# @return [Array<Google::Apis::VaultV1::HeldAccount>]
|
1011
1037
|
attr_accessor :accounts
|
1012
1038
|
|
1013
|
-
# The
|
1039
|
+
# The service to be searched.
|
1014
1040
|
# Corresponds to the JSON property `corpus`
|
1015
1041
|
# @return [String]
|
1016
1042
|
attr_accessor :corpus
|
@@ -1025,13 +1051,12 @@ module Google
|
|
1025
1051
|
# @return [String]
|
1026
1052
|
attr_accessor :name
|
1027
1053
|
|
1028
|
-
#
|
1029
|
-
# immutable.
|
1054
|
+
# The organizational unit covered by a hold. This structure is immutable.
|
1030
1055
|
# Corresponds to the JSON property `orgUnit`
|
1031
1056
|
# @return [Google::Apis::VaultV1::HeldOrgUnit]
|
1032
1057
|
attr_accessor :org_unit
|
1033
1058
|
|
1034
|
-
#
|
1059
|
+
# Service-specific options for holds.
|
1035
1060
|
# Corresponds to the JSON property `query`
|
1036
1061
|
# @return [Google::Apis::VaultV1::CorpusQuery]
|
1037
1062
|
attr_accessor :query
|
@@ -1057,7 +1082,7 @@ module Google
|
|
1057
1082
|
end
|
1058
1083
|
end
|
1059
1084
|
|
1060
|
-
# The
|
1085
|
+
# The exports for a matter.
|
1061
1086
|
class ListExportsResponse
|
1062
1087
|
include Google::Apis::Core::Hashable
|
1063
1088
|
|
@@ -1082,7 +1107,7 @@ module Google
|
|
1082
1107
|
end
|
1083
1108
|
end
|
1084
1109
|
|
1085
|
-
# Returns a list of
|
1110
|
+
# Returns a list of the accounts covered by a hold.
|
1086
1111
|
class ListHeldAccountsResponse
|
1087
1112
|
include Google::Apis::Core::Hashable
|
1088
1113
|
|
@@ -1187,7 +1212,7 @@ module Google
|
|
1187
1212
|
# @return [String]
|
1188
1213
|
attr_accessor :next_page_token
|
1189
1214
|
|
1190
|
-
# List of
|
1215
|
+
# List of saved queries.
|
1191
1216
|
# Corresponds to the JSON property `savedQueries`
|
1192
1217
|
# @return [Array<Google::Apis::VaultV1::SavedQuery>]
|
1193
1218
|
attr_accessor :saved_queries
|
@@ -1203,11 +1228,11 @@ module Google
|
|
1203
1228
|
end
|
1204
1229
|
end
|
1205
1230
|
|
1206
|
-
#
|
1231
|
+
# Gmail and classic Hangouts-specific count metrics.
|
1207
1232
|
class MailCountResult
|
1208
1233
|
include Google::Apis::Core::Hashable
|
1209
1234
|
|
1210
|
-
#
|
1235
|
+
# Errors occurred when querying these accounts.
|
1211
1236
|
# Corresponds to the JSON property `accountCountErrors`
|
1212
1237
|
# @return [Array<Google::Apis::VaultV1::AccountCountError>]
|
1213
1238
|
attr_accessor :account_count_errors
|
@@ -1222,9 +1247,9 @@ module Google
|
|
1222
1247
|
# @return [Fixnum]
|
1223
1248
|
attr_accessor :matching_accounts_count
|
1224
1249
|
|
1225
|
-
# When
|
1226
|
-
#
|
1227
|
-
#
|
1250
|
+
# When **DataScope** is **HELD_DATA**, the number of accounts in the request
|
1251
|
+
# that are not queried because they are not on hold. For other data scopes, this
|
1252
|
+
# field is not set.
|
1228
1253
|
# Corresponds to the JSON property `nonQueryableAccounts`
|
1229
1254
|
# @return [Array<String>]
|
1230
1255
|
attr_accessor :non_queryable_accounts
|
@@ -1248,16 +1273,16 @@ module Google
|
|
1248
1273
|
end
|
1249
1274
|
end
|
1250
1275
|
|
1251
|
-
#
|
1276
|
+
# Options for Gmail exports.
|
1252
1277
|
class MailExportOptions
|
1253
1278
|
include Google::Apis::Core::Hashable
|
1254
1279
|
|
1255
|
-
# The
|
1280
|
+
# The file format for exported messages.
|
1256
1281
|
# Corresponds to the JSON property `exportFormat`
|
1257
1282
|
# @return [String]
|
1258
1283
|
attr_accessor :export_format
|
1259
1284
|
|
1260
|
-
#
|
1285
|
+
# To export confidential mode content, set to **true**.
|
1261
1286
|
# Corresponds to the JSON property `showConfidentialModeContent`
|
1262
1287
|
# @return [Boolean]
|
1263
1288
|
attr_accessor :show_confidential_mode_content
|
@@ -1274,11 +1299,11 @@ module Google
|
|
1274
1299
|
end
|
1275
1300
|
end
|
1276
1301
|
|
1277
|
-
#
|
1302
|
+
# Additional options for Gmail search
|
1278
1303
|
class MailOptions
|
1279
1304
|
include Google::Apis::Core::Hashable
|
1280
1305
|
|
1281
|
-
# Set to true to exclude drafts.
|
1306
|
+
# Set to **true** to exclude drafts.
|
1282
1307
|
# Corresponds to the JSON property `excludeDrafts`
|
1283
1308
|
# @return [Boolean]
|
1284
1309
|
attr_accessor :exclude_drafts
|
@@ -1294,23 +1319,27 @@ module Google
|
|
1294
1319
|
end
|
1295
1320
|
end
|
1296
1321
|
|
1297
|
-
# Represents a matter.
|
1322
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
1323
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
1324
|
+
# and access to the matter. To access a matter, the account must have created
|
1325
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
1326
|
+
# privilege.
|
1298
1327
|
class Matter
|
1299
1328
|
include Google::Apis::Core::Hashable
|
1300
1329
|
|
1301
|
-
#
|
1330
|
+
# An optional description for the matter.
|
1302
1331
|
# Corresponds to the JSON property `description`
|
1303
1332
|
# @return [String]
|
1304
1333
|
attr_accessor :description
|
1305
1334
|
|
1306
|
-
# The matter ID which is generated by the server.
|
1307
|
-
#
|
1335
|
+
# The matter ID, which is generated by the server. Leave blank when creating a
|
1336
|
+
# matter.
|
1308
1337
|
# Corresponds to the JSON property `matterId`
|
1309
1338
|
# @return [String]
|
1310
1339
|
attr_accessor :matter_id
|
1311
1340
|
|
1312
|
-
#
|
1313
|
-
# defined limit on the number of permissions a matter can have.
|
1341
|
+
# Lists the users and their permission for the matter. Currently there is no
|
1342
|
+
# programmer defined limit on the number of permissions a matter can have.
|
1314
1343
|
# Corresponds to the JSON property `matterPermissions`
|
1315
1344
|
# @return [Array<Google::Apis::VaultV1::MatterPermission>]
|
1316
1345
|
attr_accessor :matter_permissions
|
@@ -1339,18 +1368,19 @@ module Google
|
|
1339
1368
|
end
|
1340
1369
|
end
|
1341
1370
|
|
1342
|
-
#
|
1343
|
-
#
|
1344
|
-
# to exist.
|
1371
|
+
# Users can be matter owners or collaborators. Each matter has only one owner.
|
1372
|
+
# All others users who can access the matter are collaborators. When an account
|
1373
|
+
# is purged, its corresponding MatterPermission resources cease to exist.
|
1345
1374
|
class MatterPermission
|
1346
1375
|
include Google::Apis::Core::Hashable
|
1347
1376
|
|
1348
|
-
# The account ID, as provided by Admin SDK.
|
1377
|
+
# The account ID, as provided by the [Admin SDK](https://developers.google.com/
|
1378
|
+
# admin-sdk/).
|
1349
1379
|
# Corresponds to the JSON property `accountId`
|
1350
1380
|
# @return [String]
|
1351
1381
|
attr_accessor :account_id
|
1352
1382
|
|
1353
|
-
# The user's role
|
1383
|
+
# The user's role for the matter.
|
1354
1384
|
# Corresponds to the JSON property `role`
|
1355
1385
|
# @return [String]
|
1356
1386
|
attr_accessor :role
|
@@ -1428,11 +1458,12 @@ module Google
|
|
1428
1458
|
end
|
1429
1459
|
end
|
1430
1460
|
|
1431
|
-
#
|
1461
|
+
# The organizational unit to search
|
1432
1462
|
class OrgUnitInfo
|
1433
1463
|
include Google::Apis::Core::Hashable
|
1434
1464
|
|
1435
|
-
#
|
1465
|
+
# The name of the organizational unit to search, as provided by the [Admin SDK
|
1466
|
+
# Directory API](https://developers.google.com/admin-sdk/directory/).
|
1436
1467
|
# Corresponds to the JSON property `orgUnitId`
|
1437
1468
|
# @return [String]
|
1438
1469
|
attr_accessor :org_unit_id
|
@@ -1447,60 +1478,59 @@ module Google
|
|
1447
1478
|
end
|
1448
1479
|
end
|
1449
1480
|
|
1450
|
-
#
|
1481
|
+
# The query definition used for search and export.
|
1451
1482
|
class Query
|
1452
1483
|
include Google::Apis::Core::Hashable
|
1453
1484
|
|
1454
|
-
#
|
1485
|
+
# The accounts to search
|
1455
1486
|
# Corresponds to the JSON property `accountInfo`
|
1456
1487
|
# @return [Google::Apis::VaultV1::AccountInfo]
|
1457
1488
|
attr_accessor :account_info
|
1458
1489
|
|
1459
|
-
# The
|
1490
|
+
# The Google Workspace service to search.
|
1460
1491
|
# Corresponds to the JSON property `corpus`
|
1461
1492
|
# @return [String]
|
1462
1493
|
attr_accessor :corpus
|
1463
1494
|
|
1464
|
-
# The data source to search
|
1495
|
+
# The data source to search.
|
1465
1496
|
# Corresponds to the JSON property `dataScope`
|
1466
1497
|
# @return [String]
|
1467
1498
|
attr_accessor :data_scope
|
1468
1499
|
|
1469
|
-
# Drive search
|
1500
|
+
# Additional options for Drive search
|
1470
1501
|
# Corresponds to the JSON property `driveOptions`
|
1471
1502
|
# @return [Google::Apis::VaultV1::DriveOptions]
|
1472
1503
|
attr_accessor :drive_options
|
1473
1504
|
|
1474
|
-
# The end time
|
1475
|
-
#
|
1505
|
+
# The end time for the search query. Specify in GMT. The value is rounded to 12
|
1506
|
+
# AM on the specified date.
|
1476
1507
|
# Corresponds to the JSON property `endTime`
|
1477
1508
|
# @return [String]
|
1478
1509
|
attr_accessor :end_time
|
1479
1510
|
|
1480
|
-
#
|
1511
|
+
# The Chat spaces to search
|
1481
1512
|
# Corresponds to the JSON property `hangoutsChatInfo`
|
1482
1513
|
# @return [Google::Apis::VaultV1::HangoutsChatInfo]
|
1483
1514
|
attr_accessor :hangouts_chat_info
|
1484
1515
|
|
1485
|
-
#
|
1516
|
+
# Additional options for Google Chat search
|
1486
1517
|
# Corresponds to the JSON property `hangoutsChatOptions`
|
1487
1518
|
# @return [Google::Apis::VaultV1::HangoutsChatOptions]
|
1488
1519
|
attr_accessor :hangouts_chat_options
|
1489
1520
|
|
1490
|
-
#
|
1521
|
+
# Additional options for Gmail search
|
1491
1522
|
# Corresponds to the JSON property `mailOptions`
|
1492
1523
|
# @return [Google::Apis::VaultV1::MailOptions]
|
1493
1524
|
attr_accessor :mail_options
|
1494
1525
|
|
1495
|
-
# The
|
1496
|
-
#
|
1497
|
-
#
|
1498
|
-
# SHARED_DRIVE only.
|
1526
|
+
# The entity to search. This field replaces **searchMethod** to support shared
|
1527
|
+
# drives. When **searchMethod** is **TEAM_DRIVE**, the response of this field is
|
1528
|
+
# **SHARED_DRIVE**.
|
1499
1529
|
# Corresponds to the JSON property `method`
|
1500
1530
|
# @return [String]
|
1501
1531
|
attr_accessor :method_prop
|
1502
1532
|
|
1503
|
-
#
|
1533
|
+
# The organizational unit to search
|
1504
1534
|
# Corresponds to the JSON property `orgUnitInfo`
|
1505
1535
|
# @return [Google::Apis::VaultV1::OrgUnitInfo]
|
1506
1536
|
attr_accessor :org_unit_info
|
@@ -1510,13 +1540,13 @@ module Google
|
|
1510
1540
|
# @return [String]
|
1511
1541
|
attr_accessor :search_method
|
1512
1542
|
|
1513
|
-
#
|
1543
|
+
# The shared drives to search
|
1514
1544
|
# Corresponds to the JSON property `sharedDriveInfo`
|
1515
1545
|
# @return [Google::Apis::VaultV1::SharedDriveInfo]
|
1516
1546
|
attr_accessor :shared_drive_info
|
1517
1547
|
|
1518
|
-
# The start time
|
1519
|
-
#
|
1548
|
+
# The start time for the search query. Specify in GMT. The value is rounded to
|
1549
|
+
# 12 AM on the specified date.
|
1520
1550
|
# Corresponds to the JSON property `startTime`
|
1521
1551
|
# @return [String]
|
1522
1552
|
attr_accessor :start_time
|
@@ -1526,18 +1556,22 @@ module Google
|
|
1526
1556
|
# @return [Google::Apis::VaultV1::TeamDriveInfo]
|
1527
1557
|
attr_accessor :team_drive_info
|
1528
1558
|
|
1529
|
-
#
|
1559
|
+
# Service-specific [search operators](https://support.google.com/vault/answer/
|
1560
|
+
# 2474474) to filter search results.
|
1530
1561
|
# Corresponds to the JSON property `terms`
|
1531
1562
|
# @return [String]
|
1532
1563
|
attr_accessor :terms
|
1533
1564
|
|
1534
1565
|
# The time zone name. It should be an IANA TZ name, such as "America/Los_Angeles"
|
1535
|
-
# . For
|
1566
|
+
# . For a list of time zone names, see [Time Zone](https://en.wikipedia.org/wiki/
|
1567
|
+
# List_of_tz_database_time_zones). For more information about how Vault uses
|
1568
|
+
# time zones, see [the Vault help center](https://support.google.com/vault/
|
1569
|
+
# answer/6092995#time).
|
1536
1570
|
# Corresponds to the JSON property `timeZone`
|
1537
1571
|
# @return [String]
|
1538
1572
|
attr_accessor :time_zone
|
1539
1573
|
|
1540
|
-
# Voice search
|
1574
|
+
# Additional options for Voice search
|
1541
1575
|
# Corresponds to the JSON property `voiceOptions`
|
1542
1576
|
# @return [Google::Apis::VaultV1::VoiceOptions]
|
1543
1577
|
attr_accessor :voice_options
|
@@ -1572,7 +1606,7 @@ module Google
|
|
1572
1606
|
class RemoveHeldAccountsRequest
|
1573
1607
|
include Google::Apis::Core::Hashable
|
1574
1608
|
|
1575
|
-
#
|
1609
|
+
# The account IDs of the accounts to remove from the hold.
|
1576
1610
|
# Corresponds to the JSON property `accountIds`
|
1577
1611
|
# @return [Array<String>]
|
1578
1612
|
attr_accessor :account_ids
|
@@ -1591,8 +1625,8 @@ module Google
|
|
1591
1625
|
class RemoveHeldAccountsResponse
|
1592
1626
|
include Google::Apis::Core::Hashable
|
1593
1627
|
|
1594
|
-
# A list of statuses for deleted accounts. Results have the same order as
|
1595
|
-
# request.
|
1628
|
+
# A list of statuses for the deleted accounts. Results have the same order as
|
1629
|
+
# the request.
|
1596
1630
|
# Corresponds to the JSON property `statuses`
|
1597
1631
|
# @return [Array<Google::Apis::VaultV1::Status>]
|
1598
1632
|
attr_accessor :statuses
|
@@ -1643,7 +1677,11 @@ module Google
|
|
1643
1677
|
class ReopenMatterResponse
|
1644
1678
|
include Google::Apis::Core::Hashable
|
1645
1679
|
|
1646
|
-
# Represents a matter.
|
1680
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
1681
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
1682
|
+
# and access to the matter. To access a matter, the account must have created
|
1683
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
1684
|
+
# privilege.
|
1647
1685
|
# Corresponds to the JSON property `matter`
|
1648
1686
|
# @return [Google::Apis::VaultV1::Matter]
|
1649
1687
|
attr_accessor :matter
|
@@ -1658,27 +1696,32 @@ module Google
|
|
1658
1696
|
end
|
1659
1697
|
end
|
1660
1698
|
|
1661
|
-
#
|
1699
|
+
# The definition of a saved query. To work with Vault resources, the account
|
1700
|
+
# must have the [required Vault privileges](https://support.google.com/vault/
|
1701
|
+
# answer/2799699) and access to the matter. To access a matter, the account must
|
1702
|
+
# have created the matter, have the matter shared with them, or have the **View
|
1703
|
+
# All Matters** privilege.
|
1662
1704
|
class SavedQuery
|
1663
1705
|
include Google::Apis::Core::Hashable
|
1664
1706
|
|
1665
|
-
# Output only. The server
|
1707
|
+
# Output only. The server-generated timestamp when the saved query was created.
|
1666
1708
|
# Corresponds to the JSON property `createTime`
|
1667
1709
|
# @return [String]
|
1668
1710
|
attr_accessor :create_time
|
1669
1711
|
|
1670
|
-
#
|
1712
|
+
# The name of the saved query.
|
1671
1713
|
# Corresponds to the JSON property `displayName`
|
1672
1714
|
# @return [String]
|
1673
1715
|
attr_accessor :display_name
|
1674
1716
|
|
1675
|
-
# Output only. The matter ID of the
|
1676
|
-
#
|
1717
|
+
# Output only. The matter ID of the matter the saved query is saved in. The
|
1718
|
+
# server does not use this field during create and always uses matter ID in the
|
1719
|
+
# URL.
|
1677
1720
|
# Corresponds to the JSON property `matterId`
|
1678
1721
|
# @return [String]
|
1679
1722
|
attr_accessor :matter_id
|
1680
1723
|
|
1681
|
-
#
|
1724
|
+
# The query definition used for search and export.
|
1682
1725
|
# Corresponds to the JSON property `query`
|
1683
1726
|
# @return [Google::Apis::VaultV1::Query]
|
1684
1727
|
attr_accessor :query
|
@@ -1702,11 +1745,12 @@ module Google
|
|
1702
1745
|
end
|
1703
1746
|
end
|
1704
1747
|
|
1705
|
-
#
|
1748
|
+
# The shared drives to search
|
1706
1749
|
class SharedDriveInfo
|
1707
1750
|
include Google::Apis::Core::Hashable
|
1708
1751
|
|
1709
|
-
#
|
1752
|
+
# A list of shared drive IDs, as provided by the [Drive API](https://developers.
|
1753
|
+
# google.com/drive).
|
1710
1754
|
# Corresponds to the JSON property `sharedDriveIds`
|
1711
1755
|
# @return [Array<String>]
|
1712
1756
|
attr_accessor :shared_drive_ids
|
@@ -1764,7 +1808,8 @@ module Google
|
|
1764
1808
|
class TeamDriveInfo
|
1765
1809
|
include Google::Apis::Core::Hashable
|
1766
1810
|
|
1767
|
-
# List of Team Drive IDs, as provided by Drive API.
|
1811
|
+
# List of Team Drive IDs, as provided by the [Drive API](https://developers.
|
1812
|
+
# google.com/drive).
|
1768
1813
|
# Corresponds to the JSON property `teamDriveIds`
|
1769
1814
|
# @return [Array<String>]
|
1770
1815
|
attr_accessor :team_drive_ids
|
@@ -1817,11 +1862,11 @@ module Google
|
|
1817
1862
|
end
|
1818
1863
|
end
|
1819
1864
|
|
1820
|
-
# The options for
|
1865
|
+
# The options for Voice exports.
|
1821
1866
|
class VoiceExportOptions
|
1822
1867
|
include Google::Apis::Core::Hashable
|
1823
1868
|
|
1824
|
-
# The
|
1869
|
+
# The file format for exported text messages.
|
1825
1870
|
# Corresponds to the JSON property `exportFormat`
|
1826
1871
|
# @return [String]
|
1827
1872
|
attr_accessor :export_format
|
@@ -1836,7 +1881,7 @@ module Google
|
|
1836
1881
|
end
|
1837
1882
|
end
|
1838
1883
|
|
1839
|
-
# Voice search
|
1884
|
+
# Additional options for Voice search
|
1840
1885
|
class VoiceOptions
|
1841
1886
|
include Google::Apis::Core::Hashable
|
1842
1887
|
|