Starts backfill job for the specified stream object.
HTTP request
POST https://datastream.googleapis.com/v1alpha1/{object}:startBackfillJob
Path parameters
| Parameters | |
|---|---|
object |
Required. The name of the stream object resource to start a backfill job for. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for manually initiating a backfill job for a specific stream object.
| JSON representation |
|---|
{
"object": {
object ( |
| Fields | |
|---|---|
object |
The stream object resource a backfill job was started for. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.