Package com.google.cloud.clouddms.v1
Interface BackgroundJobLogEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BackgroundJobLogEntry
,BackgroundJobLogEntry.Builder
public interface BackgroundJobLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
The background job log entry ID.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The background job log entry ID.
string id = 1;
- Returns:
- The bytes for id.
-
getJobTypeValue
int getJobTypeValue()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
- Returns:
- The enum numeric value on the wire for jobType.
-
getJobType
BackgroundJobType getJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
- Returns:
- The jobType.
-
hasStartTime
boolean hasStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
-
hasFinishTime
boolean hasFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
- Returns:
- Whether the finishTime field is set.
-
getFinishTime
com.google.protobuf.Timestamp getFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
- Returns:
- The finishTime.
-
getFinishTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
-
getCompletionStateValue
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:
- The enum numeric value on the wire for completionState.
-
getCompletionState
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:
- The completionState.
-
getCompletionComment
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:
- The completionComment.
-
getCompletionCommentBytes
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];
- Returns:
- The bytes for completionComment.
-
getRequestAutocommit
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:
- The requestAutocommit.
-
hasSeedJobDetails
boolean hasSeedJobDetails()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the seedJobDetails field is set.
-
getSeedJobDetails
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:
- The seedJobDetails.
-
getSeedJobDetailsOrBuilder
BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasImportRulesJobDetails
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:
- Whether the importRulesJobDetails field is set.
-
getImportRulesJobDetails
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:
- The importRulesJobDetails.
-
getImportRulesJobDetailsOrBuilder
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];
-
hasConvertJobDetails
boolean hasConvertJobDetails()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the convertJobDetails field is set.
-
getConvertJobDetails
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:
- The convertJobDetails.
-
getConvertJobDetailsOrBuilder
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasApplyJobDetails
boolean hasApplyJobDetails()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the applyJobDetails field is set.
-
getApplyJobDetails
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:
- The applyJobDetails.
-
getApplyJobDetailsOrBuilder
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getJobDetailsCase
BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
-
-