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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jobs |
array<Google\Cloud\CloudDms\V1\BackgroundJobLogEntry>
The list of conversion workspace mapping rules. |
getJobs
The list of conversion workspace mapping rules.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobs
The list of conversion workspace mapping rules.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\CloudDms\V1\BackgroundJobLogEntry>
|
Returns | |
---|---|
Type | Description |
$this |