Google Cloud Datastream V1 Client - Class StartBackfillJobRequest (1.1.0)

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

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ object string

Required. The name of the stream object resource to start a backfill job for.

getObject

Required. The name of the stream object resource to start a backfill job for.

Returns
TypeDescription
string

setObject

Required. The name of the stream object resource to start a backfill job for.

Parameter
NameDescription
var string
Returns
TypeDescription
$this