public static final class BackgroundJobLogEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder> implements BackgroundJobLogEntryOrBuilder
Execution log of a background job.Protobuf type
google.cloud.clouddms.v1.BackgroundJobLogEntrygetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BackgroundJobLogEntry build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BackgroundJobLogEntry buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BackgroundJobLogEntry.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder mergeFrom(BackgroundJobLogEntry other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public BackgroundJobLogEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BackgroundJobLogEntry.Builder>IOExceptionpublic BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
getJobDetailsCase in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder clearJobDetails()
public String getId()
The background job log entry ID.
string id = 1;getId in interface BackgroundJobLogEntryOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
The background job log entry ID.
string id = 1;getIdBytes in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder setId(String value)
The background job log entry ID.
string id = 1;value - The id to set.public BackgroundJobLogEntry.Builder clearId()
The background job log entry ID.
string id = 1;public BackgroundJobLogEntry.Builder setIdBytes(com.google.protobuf.ByteString value)
The background job log entry ID.
string id = 1;value - The bytes for id to set.public int getJobTypeValue()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;getJobTypeValue in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder setJobTypeValue(int value)
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;value - The enum numeric value on the wire for jobType to set.public BackgroundJobType getJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;getJobType in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder setJobType(BackgroundJobType value)
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;value - The jobType to set.public BackgroundJobLogEntry.Builder clearJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;public boolean hasStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;hasStartTime in interface BackgroundJobLogEntryOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;getStartTime in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder setStartTime(com.google.protobuf.Timestamp value)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;public BackgroundJobLogEntry.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;public BackgroundJobLogEntry.Builder mergeStartTime(com.google.protobuf.Timestamp value)
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;public BackgroundJobLogEntry.Builder clearStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;getStartTimeOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic boolean hasFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;hasFinishTime in interface BackgroundJobLogEntryOrBuilderpublic com.google.protobuf.Timestamp getFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;getFinishTime in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.Builder setFinishTime(com.google.protobuf.Timestamp value)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;public BackgroundJobLogEntry.Builder setFinishTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;public BackgroundJobLogEntry.Builder mergeFinishTime(com.google.protobuf.Timestamp value)
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;public BackgroundJobLogEntry.Builder clearFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;public com.google.protobuf.Timestamp.Builder getFinishTimeBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;public com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;getFinishTimeOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic 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];
getCompletionStateValue in interface BackgroundJobLogEntryOrBuilderpublic 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];
value - The enum numeric value on the wire for completionState to set.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];
getCompletionState in interface BackgroundJobLogEntryOrBuilderpublic 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];
value - The completionState to set.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];
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];getCompletionComment in interface BackgroundJobLogEntryOrBuilderpublic 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];getCompletionCommentBytes in interface BackgroundJobLogEntryOrBuilderpublic 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];value - The completionComment to set.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];public BackgroundJobLogEntry.Builder setCompletionCommentBytes(com.google.protobuf.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];value - The bytes for completionComment to set.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];getRequestAutocommit in interface BackgroundJobLogEntryOrBuilderpublic 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];value - The requestAutocommit to set.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];public boolean hasSeedJobDetails()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasSeedJobDetails in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.SeedJobDetails getSeedJobDetails()
Output only. Seed job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetails seed_job_details = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSeedJobDetails in interface BackgroundJobLogEntryOrBuilderpublic 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];
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];
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];
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];
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];
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];
getSeedJobDetailsOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic 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];
hasImportRulesJobDetails in interface BackgroundJobLogEntryOrBuilderpublic 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];
getImportRulesJobDetails in interface BackgroundJobLogEntryOrBuilderpublic 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];
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];
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];
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];
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];
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];
getImportRulesJobDetailsOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic boolean hasConvertJobDetails()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasConvertJobDetails in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.ConvertJobDetails getConvertJobDetails()
Output only. Convert job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails convert_job_details = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConvertJobDetails in interface BackgroundJobLogEntryOrBuilderpublic 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];
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];
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];
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];
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];
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];
getConvertJobDetailsOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic boolean hasApplyJobDetails()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasApplyJobDetails in interface BackgroundJobLogEntryOrBuilderpublic BackgroundJobLogEntry.ApplyJobDetails getApplyJobDetails()
Output only. Apply job details.
.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
getApplyJobDetails in interface BackgroundJobLogEntryOrBuilderpublic 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];
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];
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];
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];
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];
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];
getApplyJobDetailsOrBuilder in interface BackgroundJobLogEntryOrBuilderpublic final BackgroundJobLogEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>public final BackgroundJobLogEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BackgroundJobLogEntry.Builder>Copyright © 2024 Google LLC. All rights reserved.