Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry.
Execution log of a background job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#apply_job_details
def apply_job_details() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ApplyJobDetails
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ApplyJobDetails) — Output only. Apply job details.
#completion_comment
def completion_comment() -> ::String
Returns
- (::String) — Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
#completion_state
def completion_state() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::JobCompletionState
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::JobCompletionState) — Output only. Job completion state, i.e. the final state after the job completed.
#convert_job_details
def convert_job_details() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ConvertJobDetails
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ConvertJobDetails) — Output only. Convert job details.
#finish_time
def finish_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the background job was finished.
#finish_time=
def finish_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp when the background job was finished.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the background job was finished.
#id
def id() -> ::String
Returns
- (::String) — The background job log entry ID.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The background job log entry ID.
Returns
- (::String) — The background job log entry ID.
#import_rules_job_details
def import_rules_job_details() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ImportRulesJobDetails
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ImportRulesJobDetails) — Output only. Import rules job details.
#job_type
def job_type() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobType
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobType) — The type of job that was executed.
#job_type=
def job_type=(value) -> ::Google::Cloud::CloudDMS::V1::BackgroundJobType
Parameter
- value (::Google::Cloud::CloudDMS::V1::BackgroundJobType) — The type of job that was executed.
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobType) — The type of job that was executed.
#request_autocommit
def request_autocommit() -> ::Boolean
Returns
- (::Boolean) — Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.
#seed_job_details
def seed_job_details() -> ::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::SeedJobDetails
Returns
- (::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::SeedJobDetails) — Output only. Seed job details.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the background job was started.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp when the background job was started.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the background job was started.