Bulk operation APIs
Create and manage bulk operations.
In this section
- BulkOperation — An asynchronous long-running operation to fetch data in bulk. Bulk operations are created using the 
bulkOperationRunQuerymutation. After they are created, clients should poll thestatusfield for updates. WhenCOMPLETED, theurlfield contains a link to the data in JSONL format. See the bulk operations guide for more details. - BulkOperationStatus — Statuses of a bulk operation.
 - bulkOperationCancel — Starts the cancelation process of a running bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled.
 - bulkOperationRunQuery — Creates and runs a bulk operation query. See the bulk operations guide for more details.
 
