Google Cloud Datastream V1 Client - Class StartBackfillJobRequest (2.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setObject
Required. The name of the stream object resource to start a backfill job for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
object |
string
Required. The name of the stream object resource to start a backfill job for. Please see DatastreamClient::streamObjectName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
StartBackfillJobRequest |
|