Google Cloud Datastream V1 Client - Class StartBackfillJobResponse (1.0.5)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class StartBackfillJobResponse.

Response for manually initiating a backfill job for a specific stream object.

Generated from protobuf message google.cloud.datastream.v1.StartBackfillJobResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ object Google\Cloud\Datastream\V1\StreamObject

The stream object resource a backfill job was started for.

getObject

The stream object resource a backfill job was started for.

Returns
TypeDescription
Google\Cloud\Datastream\V1\StreamObject|null

hasObject

clearObject

setObject

The stream object resource a backfill job was started for.

Parameter
NameDescription
var Google\Cloud\Datastream\V1\StreamObject
Returns
TypeDescription
$this