- 2.77.0 (latest)
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.71.0
 - 2.69.0
 - 2.67.0
 - 2.66.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.0
 - 2.2.8
 - 2.1.9
 
public interface BackgroundJobLogEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder | 
        |
getFinishTime()
public abstract Timestamp getFinishTime()The timestamp when the background job was finished.
 .google.protobuf.Timestamp finish_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The finishTime.  | 
      
getFinishTimeOrBuilder()
public abstract TimestampOrBuilder getFinishTimeOrBuilder()The timestamp when the background job was finished.
 .google.protobuf.Timestamp finish_time = 4;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getId()
public abstract String getId()The background job log entry ID.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The id.  | 
      
getIdBytes()
public abstract ByteString getIdBytes()The background job log entry ID.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder | 
        |
getJobDetailsCase()
public abstract BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()| Returns | |
|---|---|
| Type | Description | 
BackgroundJobLogEntry.JobDetailsCase | 
        |
getJobType()
public abstract BackgroundJobType getJobType()The type of job that was executed.
 .google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
| Returns | |
|---|---|
| Type | Description | 
BackgroundJobType | 
        The jobType.  | 
      
getJobTypeValue()
public abstract int getJobTypeValue()The type of job that was executed.
 .google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
BackgroundJobLogEntry.SeedJobDetailsOrBuilder | 
        |
getStartTime()
public abstract Timestamp getStartTime()The timestamp when the background job was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The startTime.  | 
      
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The timestamp when the background job was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
boolean | 
        Whether the startTime field is set.  |