Reference documentation and code samples for the Google Cloud Dms V1 Client class ImportRulesJobDetails.
Details regarding an Import Rules background job.
Generated from protobuf message google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails
Namespace
Google \ Cloud \ CloudDms \ V1 \ BackgroundJobLogEntryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ files |
array
File names used for the import rules job. |
↳ file_format |
int
The requested file format. |
getFiles
File names used for the import rules job.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFiles
File names used for the import rules job.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFileFormat
The requested file format.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFileFormat
The requested file format.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|