File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1203
1203
}
1204
1204
}
1205
1205
},
1206
- "revision" : " 20240226 " ,
1206
+ "revision" : " 20240617 " ,
1207
1207
"rootUrl" : " https://vault.googleapis.com/" ,
1208
1208
"schemas" : {
1209
1209
"AccountCount" : {
1478
1478
"description" : " Service-specific options for holds." ,
1479
1479
"id" : " CorpusQuery" ,
1480
1480
"properties" : {
1481
+ "calendarQuery" : {
1482
+ "$ref" : " HeldCalendarQuery" ,
1483
+ "description" : " Service-specific options for Calendar holds. If set, **CorpusType** must be **CALENDAR**."
1484
+ },
1481
1485
"driveQuery" : {
1482
1486
"$ref" : " HeldDriveQuery" ,
1483
1487
"description" : " Service-specific options for Drive holds. If set, **CorpusType** must be **DRIVE**."
1896
1900
},
1897
1901
"type" : " object"
1898
1902
},
1903
+ "HeldCalendarQuery" : {
1904
+ "description" : " Options for Calendar holds." ,
1905
+ "id" : " HeldCalendarQuery" ,
1906
+ "properties" : {},
1907
+ "type" : " object"
1908
+ },
1899
1909
"HeldDriveQuery" : {
1900
1910
"description" : " Options for Drive holds." ,
1901
1911
"id" : " HeldDriveQuery" ,
Original file line number Diff line number Diff line change @@ -298,6 +298,10 @@ export namespace vault_v1 {
298
298
* Service-specific options for holds.
299
299
*/
300
300
export interface Schema$CorpusQuery {
301
+ /**
302
+ * Service-specific options for Calendar holds. If set, **CorpusType** must be **CALENDAR**.
303
+ */
304
+ calendarQuery ?: Schema$HeldCalendarQuery ;
301
305
/**
302
306
* Service-specific options for Drive holds. If set, **CorpusType** must be **DRIVE**.
303
307
*/
@@ -589,6 +593,10 @@ export namespace vault_v1 {
589
593
*/
590
594
lastName ?: string | null ;
591
595
}
596
+ /**
597
+ * Options for Calendar holds.
598
+ */
599
+ export interface Schema$HeldCalendarQuery { }
592
600
/**
593
601
* Options for Drive holds.
594
602
*/
You can’t perform that action at this time.
0 commit comments