- 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 static final class BackgroundJobLogEntry.Builder extends GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder> implements BackgroundJobLogEntryOrBuilder
Execution log of a background job.
Protobuf type google.cloud.clouddms.v1.BackgroundJobLogEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BackgroundJobLogEntry.BuilderImplements
BackgroundJobLogEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackgroundJobLogEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
build()
public BackgroundJobLogEntry build()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry |
buildPartial()
public BackgroundJobLogEntry buildPartial()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry |
clear()
public BackgroundJobLogEntry.Builder clear()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clearApplyJobDetails()
public BackgroundJobLogEntry.Builder clearApplyJobDetails()
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.Builder |
clearCompletionComment()
public BackgroundJobLogEntry.Builder clearCompletionComment()
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 |
BackgroundJobLogEntry.Builder | This builder for chaining. |
clearCompletionState()
public BackgroundJobLogEntry.Builder clearCompletionState()
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.Builder | This builder for chaining. |
clearConvertJobDetails()
public BackgroundJobLogEntry.Builder clearConvertJobDetails()
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.Builder |
clearField(Descriptors.FieldDescriptor field)
public BackgroundJobLogEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clearFinishTime()
public BackgroundJobLogEntry.Builder clearFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clearId()
public BackgroundJobLogEntry.Builder clearId()
The background job log entry ID.
string id = 1;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
clearImportRulesJobDetails()
public BackgroundJobLogEntry.Builder clearImportRulesJobDetails()
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.Builder |
clearJobDetails()
public BackgroundJobLogEntry.Builder clearJobDetails()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clearJobType()
public BackgroundJobLogEntry.Builder clearJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BackgroundJobLogEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clearRequestAutocommit()
public BackgroundJobLogEntry.Builder clearRequestAutocommit()
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 |
BackgroundJobLogEntry.Builder | This builder for chaining. |
clearSeedJobDetails()
public BackgroundJobLogEntry.Builder clearSeedJobDetails()
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.Builder |
clearStartTime()
public BackgroundJobLogEntry.Builder clearStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
clone()
public BackgroundJobLogEntry.Builder clone()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
getApplyJobDetails()
public 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. |
getApplyJobDetailsBuilder()
public BackgroundJobLogEntry.ApplyJobDetails.Builder getApplyJobDetailsBuilder()
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.Builder |
getApplyJobDetailsOrBuilder()
public 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 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 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 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 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 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. |
getConvertJobDetailsBuilder()
public BackgroundJobLogEntry.ConvertJobDetails.Builder getConvertJobDetailsBuilder()
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.Builder |
getConvertJobDetailsOrBuilder()
public 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 |
getDefaultInstanceForType()
public BackgroundJobLogEntry getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFinishTime()
public Timestamp getFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The finishTime. |
getFinishTimeBuilder()
public Timestamp.Builder getFinishTimeBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Returns | |
---|---|
Type | Description |
Builder |
getFinishTimeOrBuilder()
public TimestampOrBuilder getFinishTimeOrBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getId()
public String getId()
The background job log entry ID.
string id = 1;
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
The background job log entry ID.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getImportRulesJobDetails()
public 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. |
getImportRulesJobDetailsBuilder()
public BackgroundJobLogEntry.ImportRulesJobDetails.Builder getImportRulesJobDetailsBuilder()
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.Builder |
getImportRulesJobDetailsOrBuilder()
public 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 BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.JobDetailsCase |
getJobType()
public 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 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 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 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. |
getSeedJobDetailsBuilder()
public BackgroundJobLogEntry.SeedJobDetails.Builder getSeedJobDetailsBuilder()
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.Builder |
getSeedJobDetailsOrBuilder()
public 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 Timestamp getStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasApplyJobDetails()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)
public BackgroundJobLogEntry.Builder mergeApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ApplyJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)
public BackgroundJobLogEntry.Builder mergeConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ConvertJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeFinishTime(Timestamp value)
public BackgroundJobLogEntry.Builder mergeFinishTime(Timestamp value)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeFrom(BackgroundJobLogEntry other)
public BackgroundJobLogEntry.Builder mergeFrom(BackgroundJobLogEntry other)
Parameter | |
---|---|
Name | Description |
other | BackgroundJobLogEntry |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackgroundJobLogEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BackgroundJobLogEntry.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)
public BackgroundJobLogEntry.Builder mergeImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)
Output only. Import rules job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ImportRulesJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)
public BackgroundJobLogEntry.Builder mergeSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.SeedJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeStartTime(Timestamp value)
public BackgroundJobLogEntry.Builder mergeStartTime(Timestamp value)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackgroundJobLogEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)
public BackgroundJobLogEntry.Builder setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ApplyJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails.Builder builderForValue)
public BackgroundJobLogEntry.Builder setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails.Builder builderForValue)
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | BackgroundJobLogEntry.ApplyJobDetails.Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setCompletionComment(String value)
public BackgroundJobLogEntry.Builder setCompletionComment(String value)
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];
Parameter | |
---|---|
Name | Description |
value | String The completionComment to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setCompletionCommentBytes(ByteString value)
public BackgroundJobLogEntry.Builder setCompletionCommentBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for completionComment to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setCompletionState(BackgroundJobLogEntry.JobCompletionState value)
public BackgroundJobLogEntry.Builder setCompletionState(BackgroundJobLogEntry.JobCompletionState value)
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];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.JobCompletionState The completionState to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setCompletionStateValue(int value)
public BackgroundJobLogEntry.Builder setCompletionStateValue(int value)
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];
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for completionState to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)
public BackgroundJobLogEntry.Builder setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ConvertJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails.Builder builderForValue)
public BackgroundJobLogEntry.Builder setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails.Builder builderForValue)
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | BackgroundJobLogEntry.ConvertJobDetails.Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BackgroundJobLogEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setFinishTime(Timestamp value)
public BackgroundJobLogEntry.Builder setFinishTime(Timestamp value)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setFinishTime(Timestamp.Builder builderForValue)
public BackgroundJobLogEntry.Builder setFinishTime(Timestamp.Builder builderForValue)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setId(String value)
public BackgroundJobLogEntry.Builder setId(String value)
The background job log entry ID.
string id = 1;
Parameter | |
---|---|
Name | Description |
value | String The id to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public BackgroundJobLogEntry.Builder setIdBytes(ByteString value)
The background job log entry ID.
string id = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for id to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)
public BackgroundJobLogEntry.Builder setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)
Output only. Import rules job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.ImportRulesJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails.Builder builderForValue)
public BackgroundJobLogEntry.Builder setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails.Builder builderForValue)
Output only. Import rules job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | BackgroundJobLogEntry.ImportRulesJobDetails.Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setJobType(BackgroundJobType value)
public BackgroundJobLogEntry.Builder setJobType(BackgroundJobType value)
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
Parameter | |
---|---|
Name | Description |
value | BackgroundJobType The jobType to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setJobTypeValue(int value)
public BackgroundJobLogEntry.Builder setJobTypeValue(int value)
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for jobType to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackgroundJobLogEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setRequestAutocommit(boolean value)
public BackgroundJobLogEntry.Builder setRequestAutocommit(boolean value)
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];
Parameter | |
---|---|
Name | Description |
value | boolean The requestAutocommit to set. |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder | This builder for chaining. |
setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)
public BackgroundJobLogEntry.Builder setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | BackgroundJobLogEntry.SeedJobDetails |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails.Builder builderForValue)
public BackgroundJobLogEntry.Builder setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails.Builder builderForValue)
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | BackgroundJobLogEntry.SeedJobDetails.Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setStartTime(Timestamp value)
public BackgroundJobLogEntry.Builder setStartTime(Timestamp value)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setStartTime(Timestamp.Builder builderForValue)
public BackgroundJobLogEntry.Builder setStartTime(Timestamp.Builder builderForValue)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BackgroundJobLogEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BackgroundJobLogEntry.Builder |