Class BackgroundJobLogEntry (2.40.0)

public final class BackgroundJobLogEntry extends GeneratedMessageV3 implements BackgroundJobLogEntryOrBuilder

Execution log of a background job.

Protobuf type google.cloud.clouddms.v1.BackgroundJobLogEntry

Static Fields

APPLY_JOB_DETAILS_FIELD_NUMBER

public static final int APPLY_JOB_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

COMPLETION_COMMENT_FIELD_NUMBER

public static final int COMPLETION_COMMENT_FIELD_NUMBER
Field Value
TypeDescription
int

COMPLETION_STATE_FIELD_NUMBER

public static final int COMPLETION_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

CONVERT_JOB_DETAILS_FIELD_NUMBER

public static final int CONVERT_JOB_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

FINISH_TIME_FIELD_NUMBER

public static final int FINISH_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER

public static final int IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

JOB_TYPE_FIELD_NUMBER

public static final int JOB_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_AUTOCOMMIT_FIELD_NUMBER

public static final int REQUEST_AUTOCOMMIT_FIELD_NUMBER
Field Value
TypeDescription
int

SEED_JOB_DETAILS_FIELD_NUMBER

public static final int SEED_JOB_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BackgroundJobLogEntry getDefaultInstance()
Returns
TypeDescription
BackgroundJobLogEntry

getDescriptor()

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

newBuilder()

public static BackgroundJobLogEntry.Builder newBuilder()
Returns
TypeDescription
BackgroundJobLogEntry.Builder

newBuilder(BackgroundJobLogEntry prototype)

public static BackgroundJobLogEntry.Builder newBuilder(BackgroundJobLogEntry prototype)
Parameter
NameDescription
prototypeBackgroundJobLogEntry
Returns
TypeDescription
BackgroundJobLogEntry.Builder

parseDelimitedFrom(InputStream input)

public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BackgroundJobLogEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BackgroundJobLogEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BackgroundJobLogEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BackgroundJobLogEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BackgroundJobLogEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackgroundJobLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BackgroundJobLogEntry> parser()
Returns
TypeDescription
Parser<BackgroundJobLogEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

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

The applyJobDetails.

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

The convertJobDetails.

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

getDefaultInstanceForType()

public BackgroundJobLogEntry getDefaultInstanceForType()
Returns
TypeDescription
BackgroundJobLogEntry

getFinishTime()

public Timestamp getFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
TypeDescription
Timestamp

The finishTime.

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()

Output only. Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BackgroundJobLogEntry.ImportRulesJobDetails

The importRulesJobDetails.

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
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.

getParserForType()

public Parser<BackgroundJobLogEntry> getParserForType()
Returns
TypeDescription
Parser<BackgroundJobLogEntry>
Overrides

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

The seedJobDetails.

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStartTime()

public Timestamp getStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

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()

Output only. Apply job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetails apply_job_details = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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
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()

Output only. Import rules job details.

.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetails import_rules_job_details = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BackgroundJobLogEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BackgroundJobLogEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException