Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus.
Status of discovery for an asset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_run_duration
def last_run_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The duration of the last discovery run.
#last_run_duration=
def last_run_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The duration of the last discovery run.
Returns
- (::Google::Protobuf::Duration) — The duration of the last discovery run.
#last_run_time
def last_run_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The start time of the last discovery run.
#last_run_time=
def last_run_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start time of the last discovery run.
Returns
- (::Google::Protobuf::Timestamp) — The start time of the last discovery run.
#message
def message() -> ::String
Returns
- (::String) — Additional information about the current state.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Additional information about the current state.
Returns
- (::String) — Additional information about the current state.
#state
def state() -> ::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State
Returns
- (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State) — The current status of the discovery feature.
#state=
def state=(value) -> ::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State
Parameter
- value (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State) — The current status of the discovery feature.
Returns
- (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State) — The current status of the discovery feature.
#stats
def stats() -> ::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats
Returns
- (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats) — Data Stats of the asset reported by discovery.
#stats=
def stats=(value) -> ::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats
Parameter
- value (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats) — Data Stats of the asset reported by discovery.
Returns
- (::Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats) — Data Stats of the asset reported by discovery.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Last update time of the status.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Last update time of the status.
Returns
- (::Google::Protobuf::Timestamp) — Last update time of the status.