Google Cloud Dataplex V1 Client - Class ExportJobResult (1.6.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ExportJobResult.

Summary results from a metadata export job. The results are a snapshot of the metadata at the time when the job was created. The exported entries are saved to a Cloud Storage bucket.

Generated from protobuf message google.cloud.dataplex.v1.MetadataJob.ExportJobResult

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataJob

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ exported_entries int|string

Output only. The number of entries that were exported.

↳ error_message string

Output only. The error message if the metadata export job failed.

getExportedEntries

Output only. The number of entries that were exported.

Returns
Type Description
int|string

setExportedEntries

Output only. The number of entries that were exported.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getErrorMessage

Output only. The error message if the metadata export job failed.

Returns
Type Description
string

setErrorMessage

Output only. The error message if the metadata export job failed.

Parameter
Name Description
var string
Returns
Type Description
$this