Google Cloud Dataplex V1 Client - Class DiscoveryStatus (0.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DiscoveryStatus.
Status of discovery for an asset.
Generated from protobuf message google.cloud.dataplex.v1.Asset.DiscoveryStatus
Namespace
Google \ Cloud \ Dataplex \ V1 \ AssetMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
The current status of the discovery feature. |
↳ message |
string
Additional information about the current state. |
↳ update_time |
Google\Protobuf\Timestamp
Last update time of the status. |
↳ last_run_time |
Google\Protobuf\Timestamp
The start time of the last discovery run. |
↳ stats |
Google\Cloud\Dataplex\V1\Asset\DiscoveryStatus\Stats
Data Stats of the asset reported by discovery. |
↳ last_run_duration |
Google\Protobuf\Duration
The duration of the last discovery run. |
getState
The current status of the discovery feature.
| Returns | |
|---|---|
| Type | Description |
int |
|
setState
The current status of the discovery feature.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
Additional information about the current state.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Additional information about the current state.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Last update time of the status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the status.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastRunTime
The start time of the last discovery run.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastRunTime
clearLastRunTime
setLastRunTime
The start time of the last discovery run.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStats
Data Stats of the asset reported by discovery.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\Asset\DiscoveryStatus\Stats|null |
|
hasStats
clearStats
setStats
Data Stats of the asset reported by discovery.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataplex\V1\Asset\DiscoveryStatus\Stats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastRunDuration
The duration of the last discovery run.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Duration|null |
|
hasLastRunDuration
clearLastRunDuration
setLastRunDuration
The duration of the last discovery run.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|