public interface BackgroundJobLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackgroundJobLogEntry.ApplyJobDetails |
getApplyJobDetails()
Output only.
|
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder |
getApplyJobDetailsOrBuilder()
Output only.
|
String |
getCompletionComment()
Output only.
|
com.google.protobuf.ByteString |
getCompletionCommentBytes()
Output only.
|
BackgroundJobLogEntry.JobCompletionState |
getCompletionState()
Output only.
|
int |
getCompletionStateValue()
Output only.
|
BackgroundJobLogEntry.ConvertJobDetails |
getConvertJobDetails()
Output only.
|
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder |
getConvertJobDetailsOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getFinishTime()
The timestamp when the background job was finished.
|
com.google.protobuf.TimestampOrBuilder |
getFinishTimeOrBuilder()
The timestamp when the background job was finished.
|
String |
getId()
The background job log entry ID.
|
com.google.protobuf.ByteString |
getIdBytes()
The background job log entry ID.
|
BackgroundJobLogEntry.ImportRulesJobDetails |
getImportRulesJobDetails()
Output only.
|
BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder |
getImportRulesJobDetailsOrBuilder()
Output only.
|
BackgroundJobLogEntry.JobDetailsCase |
getJobDetailsCase() |
BackgroundJobType |
getJobType()
The type of job that was executed.
|
int |
getJobTypeValue()
The type of job that was executed.
|
boolean |
getRequestAutocommit()
Output only.
|
BackgroundJobLogEntry.SeedJobDetails |
getSeedJobDetails()
Output only.
|
BackgroundJobLogEntry.SeedJobDetailsOrBuilder |
getSeedJobDetailsOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
The timestamp when the background job was started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The timestamp when the background job was started.
|
boolean |
hasApplyJobDetails()
Output only.
|
boolean |
hasConvertJobDetails()
Output only.
|
boolean |
hasFinishTime()
The timestamp when the background job was finished.
|
boolean |
hasImportRulesJobDetails()
Output only.
|
boolean |
hasSeedJobDetails()
Output only.
|
boolean |
hasStartTime()
The timestamp when the background job was started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
The background job log entry ID.
string id = 1;com.google.protobuf.ByteString getIdBytes()
The background job log entry ID.
string id = 1;int getJobTypeValue()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;BackgroundJobType getJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;boolean hasStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;boolean hasFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;com.google.protobuf.Timestamp getFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;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];
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];
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];com.google.protobuf.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];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];boolean hasSeedJobDetails()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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];
boolean hasConvertJobDetails()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.ConvertJobDetails getConvertJobDetails()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasApplyJobDetails()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
Copyright © 2024 Google LLC. All rights reserved.