Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ImportJobResult.
Results from a metadata import job.
Generated from protobuf message google.cloud.dataplex.v1.MetadataJob.ImportJobResult
Namespace
Google \ Cloud \ Dataplex \ V1 \ MetadataJobMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deleted_entries |
int|string
Output only. The total number of entries that were deleted. |
↳ updated_entries |
int|string
Output only. The total number of entries that were updated. |
↳ created_entries |
int|string
Output only. The total number of entries that were created. |
↳ unchanged_entries |
int|string
Output only. The total number of entries that were unchanged. |
↳ recreated_entries |
int|string
Output only. The total number of entries that were recreated. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The time when the status was updated. |
getDeletedEntries
Output only. The total number of entries that were deleted.
Returns | |
---|---|
Type | Description |
int|string |
setDeletedEntries
Output only. The total number of entries that were deleted.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getUpdatedEntries
Output only. The total number of entries that were updated.
Returns | |
---|---|
Type | Description |
int|string |
setUpdatedEntries
Output only. The total number of entries that were updated.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getCreatedEntries
Output only. The total number of entries that were created.
Returns | |
---|---|
Type | Description |
int|string |
setCreatedEntries
Output only. The total number of entries that were created.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getUnchangedEntries
Output only. The total number of entries that were unchanged.
Returns | |
---|---|
Type | Description |
int|string |
setUnchangedEntries
Output only. The total number of entries that were unchanged.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getRecreatedEntries
Output only. The total number of entries that were recreated.
Returns | |
---|---|
Type | Description |
int|string |
setRecreatedEntries
Output only. The total number of entries that were recreated.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. The time when the status was updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the status was updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |