Class BackgroundJobLogEntry.Builder (2.17.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BackgroundJobLogEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

build()

public BackgroundJobLogEntry build()
Returns
TypeDescription
BackgroundJobLogEntry

buildPartial()

public BackgroundJobLogEntry buildPartial()
Returns
TypeDescription
BackgroundJobLogEntry

clear()

public BackgroundJobLogEntry.Builder clear()
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

clearApplyJobDetails()

public BackgroundJobLogEntry.Builder clearApplyJobDetails()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearCompletionComment()

public BackgroundJobLogEntry.Builder clearCompletionComment()

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
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

clearCompletionState()

public BackgroundJobLogEntry.Builder clearCompletionState()

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

clearConvertJobDetails()

public BackgroundJobLogEntry.Builder clearConvertJobDetails()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearField(Descriptors.FieldDescriptor field)

public BackgroundJobLogEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

clearFinishTime()

public BackgroundJobLogEntry.Builder clearFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearId()

public BackgroundJobLogEntry.Builder clearId()

The background job log entry ID.

string id = 1;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

clearImportRulesJobDetails()

public BackgroundJobLogEntry.Builder clearImportRulesJobDetails()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearJobDetails()

public BackgroundJobLogEntry.Builder clearJobDetails()
Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearJobType()

public BackgroundJobLogEntry.Builder clearJobType()

The type of job that was executed.

.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BackgroundJobLogEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

clearRequestAutocommit()

public BackgroundJobLogEntry.Builder clearRequestAutocommit()

Whether the client requested the conversion workspace to be committed after a successful completion of the job.

bool request_autocommit = 7;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

clearSeedJobDetails()

public BackgroundJobLogEntry.Builder clearSeedJobDetails()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clearStartTime()

public BackgroundJobLogEntry.Builder clearStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
BackgroundJobLogEntry.Builder

clone()

public BackgroundJobLogEntry.Builder clone()
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

getApplyJobDetails()

public BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetails

The applyJobDetails.

getApplyJobDetailsBuilder()

public BackgroundJobLogEntry.ApplyJobDetails.Builder getApplyJobDetailsBuilder()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetails.Builder

getApplyJobDetailsOrBuilder()

public BackgroundJobLogEntry.ApplyJobDetailsOrBuilder getApplyJobDetailsOrBuilder()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder

getCompletionComment()

public 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
TypeDescription
String

The completionComment.

getCompletionCommentBytes()

public 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
TypeDescription
ByteString

The bytes for completionComment.

getCompletionState()

public 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
TypeDescription
BackgroundJobLogEntry.JobCompletionState

The completionState.

getCompletionStateValue()

public int getCompletionStateValue()

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for completionState.

getConvertJobDetails()

public BackgroundJobLogEntry.ConvertJobDetails getConvertJobDetails()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetails

The convertJobDetails.

getConvertJobDetailsBuilder()

public BackgroundJobLogEntry.ConvertJobDetails.Builder getConvertJobDetailsBuilder()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetails.Builder

getConvertJobDetailsOrBuilder()

public BackgroundJobLogEntry.ConvertJobDetailsOrBuilder getConvertJobDetailsOrBuilder()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder

getDefaultInstanceForType()

public BackgroundJobLogEntry getDefaultInstanceForType()
Returns
TypeDescription
BackgroundJobLogEntry

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFinishTime()

public Timestamp getFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
Timestamp

The finishTime.

getFinishTimeBuilder()

public Timestamp.Builder getFinishTimeBuilder()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
Builder

getFinishTimeOrBuilder()

public TimestampOrBuilder getFinishTimeOrBuilder()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getId()

public String getId()

The background job log entry ID.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

The background job log entry ID.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getImportRulesJobDetails()

public BackgroundJobLogEntry.ImportRulesJobDetails getImportRulesJobDetails()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetails

The importRulesJobDetails.

getImportRulesJobDetailsBuilder()

public BackgroundJobLogEntry.ImportRulesJobDetails.Builder getImportRulesJobDetailsBuilder()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetails.Builder

getImportRulesJobDetailsOrBuilder()

public BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder getImportRulesJobDetailsOrBuilder()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder

getJobDetailsCase()

public BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
Returns
TypeDescription
BackgroundJobLogEntry.JobDetailsCase

getJobType()

public BackgroundJobType getJobType()

The type of job that was executed.

.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;

Returns
TypeDescription
BackgroundJobType

The jobType.

getJobTypeValue()

public int getJobTypeValue()

The type of job that was executed.

.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for jobType.

getRequestAutocommit()

public boolean getRequestAutocommit()

Whether the client requested the conversion workspace to be committed after a successful completion of the job.

bool request_autocommit = 7;

Returns
TypeDescription
boolean

The requestAutocommit.

getSeedJobDetails()

public BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetails

The seedJobDetails.

getSeedJobDetailsBuilder()

public BackgroundJobLogEntry.SeedJobDetails.Builder getSeedJobDetailsBuilder()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetails.Builder

getSeedJobDetailsOrBuilder()

public BackgroundJobLogEntry.SeedJobDetailsOrBuilder getSeedJobDetailsOrBuilder()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
BackgroundJobLogEntry.SeedJobDetailsOrBuilder

getStartTime()

public Timestamp getStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasApplyJobDetails()

public boolean hasApplyJobDetails()

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Returns
TypeDescription
boolean

Whether the applyJobDetails field is set.

hasConvertJobDetails()

public boolean hasConvertJobDetails()

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the finishTime field is set.

hasImportRulesJobDetails()

public boolean hasImportRulesJobDetails()

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Returns
TypeDescription
boolean

Whether the importRulesJobDetails field is set.

hasSeedJobDetails()

public boolean hasSeedJobDetails()

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)

public BackgroundJobLogEntry.Builder mergeApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Parameter
NameDescription
valueBackgroundJobLogEntry.ApplyJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

mergeConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)

public BackgroundJobLogEntry.Builder mergeConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Parameter
NameDescription
valueBackgroundJobLogEntry.ConvertJobDetails
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
BackgroundJobLogEntry.Builder

mergeFrom(BackgroundJobLogEntry other)

public BackgroundJobLogEntry.Builder mergeFrom(BackgroundJobLogEntry other)
Parameter
NameDescription
otherBackgroundJobLogEntry
Returns
TypeDescription
BackgroundJobLogEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BackgroundJobLogEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BackgroundJobLogEntry.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

mergeImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)

public BackgroundJobLogEntry.Builder mergeImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Parameter
NameDescription
valueBackgroundJobLogEntry.ImportRulesJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

mergeSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)

public BackgroundJobLogEntry.Builder mergeSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Parameter
NameDescription
valueBackgroundJobLogEntry.SeedJobDetails
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
BackgroundJobLogEntry.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BackgroundJobLogEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)

public BackgroundJobLogEntry.Builder setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails value)

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Parameter
NameDescription
valueBackgroundJobLogEntry.ApplyJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails.Builder builderForValue)

public BackgroundJobLogEntry.Builder setApplyJobDetails(BackgroundJobLogEntry.ApplyJobDetails.Builder builderForValue)

Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103;

Parameter
NameDescription
builderForValueBackgroundJobLogEntry.ApplyJobDetails.Builder
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setCompletionComment(String value)

public BackgroundJobLogEntry.Builder setCompletionComment(String value)

Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.

string completion_comment = 6;

Parameter
NameDescription
valueString

The completionComment to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setCompletionCommentBytes(ByteString value)

public BackgroundJobLogEntry.Builder setCompletionCommentBytes(ByteString value)

Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.

string completion_comment = 6;

Parameter
NameDescription
valueByteString

The bytes for completionComment to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setCompletionState(BackgroundJobLogEntry.JobCompletionState value)

public BackgroundJobLogEntry.Builder setCompletionState(BackgroundJobLogEntry.JobCompletionState value)

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Parameter
NameDescription
valueBackgroundJobLogEntry.JobCompletionState

The completionState to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setCompletionStateValue(int value)

public BackgroundJobLogEntry.Builder setCompletionStateValue(int value)

Job completion state, i.e. the final state after the job completed.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState completion_state = 5;

Parameter
NameDescription
valueint

The enum numeric value on the wire for completionState to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)

public BackgroundJobLogEntry.Builder setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails value)

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Parameter
NameDescription
valueBackgroundJobLogEntry.ConvertJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails.Builder builderForValue)

public BackgroundJobLogEntry.Builder setConvertJobDetails(BackgroundJobLogEntry.ConvertJobDetails.Builder builderForValue)

Convert job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102;

Parameter
NameDescription
builderForValueBackgroundJobLogEntry.ConvertJobDetails.Builder
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BackgroundJobLogEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

setFinishTime(Timestamp value)

public BackgroundJobLogEntry.Builder setFinishTime(Timestamp value)

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setId(String value)

public BackgroundJobLogEntry.Builder setId(String value)

The background job log entry ID.

string id = 1;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)

public BackgroundJobLogEntry.Builder setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails value)

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Parameter
NameDescription
valueBackgroundJobLogEntry.ImportRulesJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails.Builder builderForValue)

public BackgroundJobLogEntry.Builder setImportRulesJobDetails(BackgroundJobLogEntry.ImportRulesJobDetails.Builder builderForValue)

Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101;

Parameter
NameDescription
builderForValueBackgroundJobLogEntry.ImportRulesJobDetails.Builder
Returns
TypeDescription
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
NameDescription
valueBackgroundJobType

The jobType to set.

Returns
TypeDescription
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
NameDescription
valueint

The enum numeric value on the wire for jobType to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

setRequestAutocommit(boolean value)

public BackgroundJobLogEntry.Builder setRequestAutocommit(boolean value)

Whether the client requested the conversion workspace to be committed after a successful completion of the job.

bool request_autocommit = 7;

Parameter
NameDescription
valueboolean

The requestAutocommit to set.

Returns
TypeDescription
BackgroundJobLogEntry.Builder

This builder for chaining.

setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)

public BackgroundJobLogEntry.Builder setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails value)

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Parameter
NameDescription
valueBackgroundJobLogEntry.SeedJobDetails
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails.Builder builderForValue)

public BackgroundJobLogEntry.Builder setSeedJobDetails(BackgroundJobLogEntry.SeedJobDetails.Builder builderForValue)

Seed job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100;

Parameter
NameDescription
builderForValueBackgroundJobLogEntry.SeedJobDetails.Builder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
BackgroundJobLogEntry.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final BackgroundJobLogEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides