You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Additional supported options for serving Drive events.",
856
+
"id": "DriveOptions",
857
+
"properties": {
858
+
"includeDescendants": {
859
+
"description": "Optional. Immutable. For subscriptions to Google Drive events, whether to receive events about Drive files that are children of the target folder or shared drive. * If `false`, the subscription only receives events about changes to the folder or shared drive that's specified as the `targetResource`. * If `true`, the `mimeType` field of the `file` resource must be set to `application/vnd.google-apps.folder`. For details, see [Google Drive event types](https://developers.google.com/workspace/events/guides/events-drive#event-types).",
860
+
"type": "boolean"
861
+
}
862
+
},
863
+
"type": "object"
864
+
},
854
865
"Empty": {
855
866
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
856
867
"id": "Empty",
@@ -1197,6 +1208,10 @@
1197
1208
"readOnly": true,
1198
1209
"type": "string"
1199
1210
},
1211
+
"driveOptions": {
1212
+
"$ref": "DriveOptions",
1213
+
"description": "Optional. Features that are supported only for subscriptions on Drive resources."
1214
+
},
1200
1215
"etag": {
1201
1216
"description": "Optional. This checksum is computed by the server based on the value of other fields, and might be sent on update requests to ensure the client has an up-to-date value before proceeding.",
* Additional supported options for serving Drive events.
189
+
*/
190
+
exportinterfaceSchema$DriveOptions{
191
+
/**
192
+
* Optional. Immutable. For subscriptions to Google Drive events, whether to receive events about Drive files that are children of the target folder or shared drive. * If `false`, the subscription only receives events about changes to the folder or shared drive that's specified as the `targetResource`. * If `true`, the `mimeType` field of the `file` resource must be set to `application/vnd.google-apps.folder`. For details, see [Google Drive event types](https://developers.google.com/workspace/events/guides/events-drive#event-types).
193
+
*/
194
+
includeDescendants?: boolean|null;
195
+
}
187
196
/**
188
197
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
* Output only. The time when the subscription is created.
418
427
*/
419
428
createTime?: string|null;
429
+
/**
430
+
* Optional. Features that are supported only for subscriptions on Drive resources.
431
+
*/
432
+
driveOptions?: Schema$DriveOptions;
420
433
/**
421
434
* Optional. This checksum is computed by the server based on the value of other fields, and might be sent on update requests to ensure the client has an up-to-date value before proceeding.
0 commit comments