Reference documentation and code samples for the Google Cloud Dms V1 Client class ApplyJobDetails.
Details regarding an Apply background job.
Generated from protobuf message google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails
Namespace
Google \ Cloud \ CloudDms \ V1 \ BackgroundJobLogEntryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connection_profile |
string
Output only. The connection profile which was used for the apply job. |
↳ filter |
string
Output only. AIP-160 based filter used to specify the entities to apply |
getConnectionProfile
Output only. The connection profile which was used for the apply job.
| Returns | |
|---|---|
| Type | Description |
string |
|
setConnectionProfile
Output only. The connection profile which was used for the apply job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Output only. AIP-160 based filter used to specify the entities to apply
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Output only. AIP-160 based filter used to specify the entities to apply
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|