Reference documentation and code samples for the Google Cloud Datastream V1 Client class StopBackfillJobResponse.
Response for manually stop a backfill job for a specific stream object.
Generated from protobuf message google.cloud.datastream.v1.StopBackfillJobResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ object |
Google\Cloud\Datastream\V1\StreamObject
The stream object resource the backfill job was stopped for. |
getObject
The stream object resource the backfill job was stopped for.
Returns | |
---|---|
Type | Description |
Google\Cloud\Datastream\V1\StreamObject|null |
hasObject
clearObject
setObject
The stream object resource the backfill job was stopped for.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Datastream\V1\StreamObject
|
Returns | |
---|---|
Type | Description |
$this |