- 2.52.0 (latest)
- 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 MessageOrBuilder
Implements
MessageOrBuilderMethods
getApplyJobDetails()
public abstract BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()
Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.ApplyJobDetails | The applyJobDetails. |
getApplyJobDetailsOrBuilder()
public abstract BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()
Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
BackgroundJobLogEntry.ConvertJobDetails | The convertJobDetails. |
getConvertJobDetailsOrBuilder()
public abstract BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()
Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;
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()
Import rules job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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()
Whether the client requested the conversion workspace to be committed after a successful completion of the job.
bool request_autocommit = 7;
Returns | |
---|---|
Type | Description |
boolean | The requestAutocommit. |
getSeedJobDetails()
public abstract BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()
Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.SeedJobDetails | The seedJobDetails. |
getSeedJobDetailsOrBuilder()
public abstract BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()
Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;
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()
Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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()
Import rules job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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. |