Google Cloud Datastream V1 Client - Class StopBackfillJobRequest (1.4.2)

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

Request for manually stopping a running backfill job for a specific stream object.

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

Namespace

Google \ Cloud \ Datastream \ V1

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 stop the backfill job for.

getObject

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

Returns
TypeDescription
string

setObject

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
object string

Required. The name of the stream object resource to stop the backfill job for. Please see Google\Cloud\Datastream\V1\DatastreamClient::streamObjectName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Datastream\V1\StopBackfillJobRequest