Class BackgroundJobLogEntry (2.41.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
Type Description
int

COMPLETION_COMMENT_FIELD_NUMBER

public static final int COMPLETION_COMMENT_FIELD_NUMBER
Field Value
Type Description
int

COMPLETION_STATE_FIELD_NUMBER

public static final int COMPLETION_STATE_FIELD_NUMBER
Field Value
Type Description
int

CONVERT_JOB_DETAILS_FIELD_NUMBER

public static final int CONVERT_JOB_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

FINISH_TIME_FIELD_NUMBER

public static final int FINISH_TIME_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER

public static final int IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

JOB_TYPE_FIELD_NUMBER

public static final int JOB_TYPE_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_AUTOCOMMIT_FIELD_NUMBER

public static final int REQUEST_AUTOCOMMIT_FIELD_NUMBER
Field Value
Type Description
int

SEED_JOB_DETAILS_FIELD_NUMBER

public static final int SEED_JOB_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BackgroundJobLogEntry getDefaultInstance()
Returns
Type Description
BackgroundJobLogEntry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BackgroundJobLogEntry.Builder newBuilder()
Returns
Type Description
BackgroundJobLogEntry.Builder

newBuilder(BackgroundJobLogEntry prototype)

public static BackgroundJobLogEntry.Builder newBuilder(BackgroundJobLogEntry prototype)
Parameter
Name Description
prototype BackgroundJobLogEntry
Returns
Type Description
BackgroundJobLogEntry.Builder

parseDelimitedFrom(InputStream input)

public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BackgroundJobLogEntry parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BackgroundJobLogEntry parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BackgroundJobLogEntry parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BackgroundJobLogEntry parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BackgroundJobLogEntry parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BackgroundJobLogEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackgroundJobLogEntry
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BackgroundJobLogEntry> parser()
Returns
Type Description
Parser<BackgroundJobLogEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
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
Type Description
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
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.

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

getFinishTime()

public Timestamp getFinishTime()

The timestamp when the background job was finished.

.google.protobuf.Timestamp finish_time = 4;

Returns
Type Description
Timestamp

The finishTime.

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.

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.

getParserForType()

public Parser<BackgroundJobLogEntry> getParserForType()
Returns
Type Description
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
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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

public Timestamp getStartTime()

The timestamp when the background job was started.

.google.protobuf.Timestamp start_time = 3;

Returns
Type Description
Timestamp

The startTime.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BackgroundJobLogEntry.Builder newBuilderForType()
Returns
Type Description
BackgroundJobLogEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BackgroundJobLogEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BackgroundJobLogEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BackgroundJobLogEntry.Builder toBuilder()
Returns
Type Description
BackgroundJobLogEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException