Interface BackgroundJobLogEntryOrBuilder (2.18.0)

public interface BackgroundJobLogEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplyJobDetails()

public abstract BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetails

The applyJobDetails.

getApplyJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder

getCompletionComment()

public abstract String getCompletionComment()

Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.

string completion_comment = 6;

Returns
TypeDescription
String

The completionComment.

getCompletionCommentBytes()

public abstract ByteString getCompletionCommentBytes()

Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.

string completion_comment = 6;

Returns
TypeDescription
ByteString

The bytes for completionComment.

getCompletionState()

public abstract BackgroundJobLogEntry.JobCompletionState getCompletionState()

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Returns
TypeDescription
BackgroundJobLogEntry.JobCompletionState

The completionState.

getCompletionStateValue()

public abstract int getCompletionStateValue()

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for completionState.

getConvertJobDetails()

public abstract BackgroundJobLogEntry.ConvertJobDetails getConvertJobDetails()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetails

The convertJobDetails.

getConvertJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder

getFinishTime()

public abstract Timestamp getFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
Timestamp

The finishTime.

getFinishTimeOrBuilder()

public abstract TimestampOrBuilder getFinishTimeOrBuilder()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getId()

public abstract String getId()

The background job log entry ID.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The background job log entry ID.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getImportRulesJobDetails()

public abstract BackgroundJobLogEntry.ImportRulesJobDetails getImportRulesJobDetails()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetails

The importRulesJobDetails.

getImportRulesJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder getImportRulesJobDetailsOrBuilder()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder

getJobDetailsCase()

public abstract BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
Returns
TypeDescription
BackgroundJobLogEntry.JobDetailsCase

getJobType()

public abstract BackgroundJobType getJobType()

The type of job that was executed.

.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;

Returns
TypeDescription
BackgroundJobType

The jobType.

getJobTypeValue()

public abstract int getJobTypeValue()

The type of job that was executed.

.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for jobType.

getRequestAutocommit()

public abstract boolean getRequestAutocommit()

Whether the client requested the conversion workspace to be committed after a successful completion of the job.

bool request_autocommit = 7;

Returns
TypeDescription
boolean

The requestAutocommit.

getSeedJobDetails()

public abstract BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetails

The seedJobDetails.

getSeedJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetailsOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasApplyJobDetails()

public abstract boolean hasApplyJobDetails()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
boolean

Whether the applyJobDetails field is set.

hasConvertJobDetails()

public abstract boolean hasConvertJobDetails()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
boolean

Whether the convertJobDetails field is set.

hasFinishTime()

public abstract boolean hasFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
boolean

Whether the finishTime field is set.

hasImportRulesJobDetails()

public abstract boolean hasImportRulesJobDetails()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
boolean

Whether the importRulesJobDetails field is set.

hasSeedJobDetails()

public abstract boolean hasSeedJobDetails()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
boolean

Whether the seedJobDetails field is set.

hasStartTime()

public abstract boolean hasStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
boolean

Whether the startTime field is set.