- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Examples
- Try it!
Use this method to stop a backfill job for the specified stream object.
HTTP request
POST https://datastream.googleapis.com/v1/{object}:stopBackfillJob
Path parameters
| Parameters | |
|---|---|
| object | 
 Required. The name of the stream object resource to stop the backfill job for. | 
Request body
The request body must be empty.
Response body
Response for manually stop a backfill job for a specific stream object.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "object": {
    object ( | 
| Fields | |
|---|---|
| object | 
 The stream object resource the backfill job was stopped for. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the object resource:
- datastream.objects.stopBackfillJob
For more information, see the IAM documentation.