Google Cloud Dms V1 Client - Class SearchBackgroundJobsResponse (2.1.3)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SearchBackgroundJobsResponse.

Response message for 'SearchBackgroundJobs' request.

Generated from protobuf message google.cloud.clouddms.v1.SearchBackgroundJobsResponse

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ jobs array<BackgroundJobLogEntry>

The list of conversion workspace mapping rules.

getJobs

The list of conversion workspace mapping rules.

Returns
Type Description
Google\Protobuf\RepeatedField<BackgroundJobLogEntry>

setJobs

The list of conversion workspace mapping rules.

Parameter
Name Description
var array<BackgroundJobLogEntry>
Returns
Type Description
$this