Google Cloud Dms V1 Client - Class ImportRulesJobDetails (2.0.6)

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 \ BackgroundJobLogEntry

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ files array

Output only. File names used for the import rules job.

↳ file_format int

Output only. The requested file format.

getFiles

Output only. File names used for the import rules job.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFiles

Output only. File names used for the import rules job.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getFileFormat

Output only. The requested file format.

Returns
Type Description
int Enum of type ImportRulesFileFormat.

setFileFormat

Output only. The requested file format.

Parameter
Name Description
var int

Enum of type ImportRulesFileFormat.

Returns
Type Description
$this