File tree 1 file changed +27
-1
lines changed
googleapiclient/discovery_cache/documents
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1193
1193
}
1194
1194
}
1195
1195
},
1196
- "revision" : " 20230628 " ,
1196
+ "revision" : " 20230711 " ,
1197
1197
"rootUrl" : " https://vault.googleapis.com/" ,
1198
1198
"schemas" : {
1199
1199
"AccountCount" : {
1520
1520
"type" : " boolean"
1521
1521
},
1522
1522
"includeTeamDrives" : {
1523
+ "deprecated" : true ,
1523
1524
"description" : " Set to true to include Team Drive." ,
1524
1525
"type" : " boolean"
1525
1526
},
1804
1805
"type" : " boolean"
1805
1806
},
1806
1807
"includeTeamDriveFiles" : {
1808
+ "deprecated" : true ,
1807
1809
"description" : " To include files in Team Drives in the hold, set to **true**." ,
1808
1810
"type" : " boolean"
1809
1811
}
2348
2350
" SITES_URL" ,
2349
2351
" SHARED_DRIVE"
2350
2352
],
2353
+ "enumDeprecated" : [
2354
+ false ,
2355
+ false ,
2356
+ false ,
2357
+ true ,
2358
+ false ,
2359
+ false ,
2360
+ false ,
2361
+ false
2362
+ ],
2351
2363
"enumDescriptions" : [
2352
2364
" A search method must be specified or else it is rejected." ,
2353
2365
" Search the data of the accounts specified in [AccountInfo](https://developers.google.com/vault/reference/rest/v1/Query#accountinfo)." ,
2365
2377
"description" : " Required when **SearchMethod** is **ORG_UNIT**."
2366
2378
},
2367
2379
"searchMethod" : {
2380
+ "deprecated" : true ,
2368
2381
"description" : " The search method to use." ,
2369
2382
"enum" : [
2370
2383
" SEARCH_METHOD_UNSPECIFIED" ,
2376
2389
" SITES_URL" ,
2377
2390
" SHARED_DRIVE"
2378
2391
],
2392
+ "enumDeprecated" : [
2393
+ false ,
2394
+ false ,
2395
+ false ,
2396
+ true ,
2397
+ false ,
2398
+ false ,
2399
+ false ,
2400
+ false
2401
+ ],
2379
2402
"enumDescriptions" : [
2380
2403
" A search method must be specified or else it is rejected." ,
2381
2404
" Search the data of the accounts specified in [AccountInfo](https://developers.google.com/vault/reference/rest/v1/Query#accountinfo)." ,
2403
2426
},
2404
2427
"teamDriveInfo" : {
2405
2428
"$ref" : " TeamDriveInfo" ,
2429
+ "deprecated" : true ,
2406
2430
"description" : " Required when **SearchMethod** is **TEAM_DRIVE**."
2407
2431
},
2408
2432
"terms" : {
2560
2584
"type" : " object"
2561
2585
},
2562
2586
"TeamDriveInfo" : {
2587
+ "deprecated" : true ,
2563
2588
"description" : " Team Drives to search" ,
2564
2589
"id" : " TeamDriveInfo" ,
2565
2590
"properties" : {
2566
2591
"teamDriveIds" : {
2592
+ "deprecated" : true ,
2567
2593
"description" : " List of Team Drive IDs, as provided by the [Drive API](https://developers.google.com/drive)." ,
2568
2594
"items" : {
2569
2595
"type" : " string"
You can’t perform that action at this time.
0 commit comments