Interface BackgroundJobLogEntryOrBuilder (2.38.0)

public interface BackgroundJobLogEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplyJobDetails()

public abstract BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()

Output only. Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetails

The applyJobDetails.

getApplyJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()

Output only. Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder

getCompletionComment()

public abstract String getCompletionComment()

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

string completion_comment = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The completionComment.

getCompletionCommentBytes()

public abstract ByteString getCompletionCommentBytes()

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

string completion_comment = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for completionComment.

getCompletionState()

public abstract BackgroundJobLogEntry.JobCompletionState getCompletionState()

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

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.JobCompletionState

The completionState.

getCompletionStateValue()

public abstract int getCompletionStateValue()

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

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for completionState.

getConvertJobDetails()

public abstract BackgroundJobLogEntry.ConvertJobDetails getConvertJobDetails()

Output only. Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetails

The convertJobDetails.

getConvertJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()

Output only. Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

Output only. Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetails

The importRulesJobDetails.

getImportRulesJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder getImportRulesJobDetailsOrBuilder()

Output only. Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

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

bool request_autocommit = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The requestAutocommit.

getSeedJobDetails()

public abstract BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()

Output only. Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetails

The seedJobDetails.

getSeedJobDetailsOrBuilder()

public abstract BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()

Output only. Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

Output only. Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the applyJobDetails field is set.

hasConvertJobDetails()

public abstract boolean hasConvertJobDetails()

Output only. Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

Output only. Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the importRulesJobDetails field is set.

hasSeedJobDetails()

public abstract boolean hasSeedJobDetails()

Output only. Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.