Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d696a20

Browse files
committedJul 25, 2023
feat(vault): update the api
#### vault:v1 The following keys were added: - schemas.DriveOptions.properties.includeTeamDrives.deprecated (Total Keys: 1) - schemas.HeldDriveQuery.properties.includeTeamDriveFiles.deprecated (Total Keys: 1) - schemas.Query.properties.searchMethod.deprecated (Total Keys: 1) - schemas.Query.properties.teamDriveInfo.deprecated (Total Keys: 1) - schemas.TeamDriveInfo.deprecated (Total Keys: 1) - schemas.TeamDriveInfo.properties.teamDriveIds.deprecated (Total Keys: 1)
1 parent 1eef6f2 commit d696a20

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/vault.v1.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
}
11941194
}
11951195
},
1196-
"revision": "20230628",
1196+
"revision": "20230711",
11971197
"rootUrl": "https://vault.googleapis.com/",
11981198
"schemas": {
11991199
"AccountCount": {
@@ -1520,6 +1520,7 @@
15201520
"type": "boolean"
15211521
},
15221522
"includeTeamDrives": {
1523+
"deprecated": true,
15231524
"description": "Set to true to include Team Drive.",
15241525
"type": "boolean"
15251526
},
@@ -1804,6 +1805,7 @@
18041805
"type": "boolean"
18051806
},
18061807
"includeTeamDriveFiles": {
1808+
"deprecated": true,
18071809
"description": "To include files in Team Drives in the hold, set to **true**.",
18081810
"type": "boolean"
18091811
}
@@ -2348,6 +2350,16 @@
23482350
"SITES_URL",
23492351
"SHARED_DRIVE"
23502352
],
2353+
"enumDeprecated": [
2354+
false,
2355+
false,
2356+
false,
2357+
true,
2358+
false,
2359+
false,
2360+
false,
2361+
false
2362+
],
23512363
"enumDescriptions": [
23522364
"A search method must be specified or else it is rejected.",
23532365
"Search the data of the accounts specified in [AccountInfo](https://developers.google.com/vault/reference/rest/v1/Query#accountinfo).",
@@ -2365,6 +2377,7 @@
23652377
"description": "Required when **SearchMethod** is **ORG_UNIT**."
23662378
},
23672379
"searchMethod": {
2380+
"deprecated": true,
23682381
"description": "The search method to use.",
23692382
"enum": [
23702383
"SEARCH_METHOD_UNSPECIFIED",
@@ -2376,6 +2389,16 @@
23762389
"SITES_URL",
23772390
"SHARED_DRIVE"
23782391
],
2392+
"enumDeprecated": [
2393+
false,
2394+
false,
2395+
false,
2396+
true,
2397+
false,
2398+
false,
2399+
false,
2400+
false
2401+
],
23792402
"enumDescriptions": [
23802403
"A search method must be specified or else it is rejected.",
23812404
"Search the data of the accounts specified in [AccountInfo](https://developers.google.com/vault/reference/rest/v1/Query#accountinfo).",
@@ -2403,6 +2426,7 @@
24032426
},
24042427
"teamDriveInfo": {
24052428
"$ref": "TeamDriveInfo",
2429+
"deprecated": true,
24062430
"description": "Required when **SearchMethod** is **TEAM_DRIVE**."
24072431
},
24082432
"terms": {
@@ -2560,10 +2584,12 @@
25602584
"type": "object"
25612585
},
25622586
"TeamDriveInfo": {
2587+
"deprecated": true,
25632588
"description": "Team Drives to search",
25642589
"id": "TeamDriveInfo",
25652590
"properties": {
25662591
"teamDriveIds": {
2592+
"deprecated": true,
25672593
"description": "List of Team Drive IDs, as provided by the [Drive API](https://developers.google.com/drive).",
25682594
"items": {
25692595
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.