Package com.google.cloud.clouddms.v1
Class BackgroundJobLogEntry
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.clouddms.v1.BackgroundJobLogEntry
-
- All Implemented Interfaces:
BackgroundJobLogEntryOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class BackgroundJobLogEntry extends com.google.protobuf.GeneratedMessageV3 implements BackgroundJobLogEntryOrBuilder
Execution log of a background job.
Protobuf typegoogle.cloud.clouddms.v1.BackgroundJobLogEntry
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackgroundJobLogEntry.ApplyJobDetails
Details regarding an Apply background job.static interface
BackgroundJobLogEntry.ApplyJobDetailsOrBuilder
static class
BackgroundJobLogEntry.Builder
Execution log of a background job.static class
BackgroundJobLogEntry.ConvertJobDetails
Details regarding a Convert background job.static interface
BackgroundJobLogEntry.ConvertJobDetailsOrBuilder
static class
BackgroundJobLogEntry.ImportRulesJobDetails
Details regarding an Import Rules background job.static interface
BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder
static class
BackgroundJobLogEntry.JobCompletionState
Final state after a job completes.static class
BackgroundJobLogEntry.JobDetailsCase
static class
BackgroundJobLogEntry.SeedJobDetails
Details regarding a Seed background job.static interface
BackgroundJobLogEntry.SeedJobDetailsOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
APPLY_JOB_DETAILS_FIELD_NUMBER
static int
COMPLETION_COMMENT_FIELD_NUMBER
static int
COMPLETION_STATE_FIELD_NUMBER
static int
CONVERT_JOB_DETAILS_FIELD_NUMBER
static int
FINISH_TIME_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER
static int
JOB_TYPE_FIELD_NUMBER
static int
REQUEST_AUTOCOMMIT_FIELD_NUMBER
static int
SEED_JOB_DETAILS_FIELD_NUMBER
static int
START_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BackgroundJobLogEntry.ApplyJobDetails
getApplyJobDetails()
Output only.BackgroundJobLogEntry.ApplyJobDetailsOrBuilder
getApplyJobDetailsOrBuilder()
Output only.String
getCompletionComment()
Output only.com.google.protobuf.ByteString
getCompletionCommentBytes()
Output only.BackgroundJobLogEntry.JobCompletionState
getCompletionState()
Output only.int
getCompletionStateValue()
Output only.BackgroundJobLogEntry.ConvertJobDetails
getConvertJobDetails()
Output only.BackgroundJobLogEntry.ConvertJobDetailsOrBuilder
getConvertJobDetailsOrBuilder()
Output only.static BackgroundJobLogEntry
getDefaultInstance()
BackgroundJobLogEntry
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Timestamp
getFinishTime()
The timestamp when the background job was finished.com.google.protobuf.TimestampOrBuilder
getFinishTimeOrBuilder()
The timestamp when the background job was finished.String
getId()
The background job log entry ID.com.google.protobuf.ByteString
getIdBytes()
The background job log entry ID.BackgroundJobLogEntry.ImportRulesJobDetails
getImportRulesJobDetails()
Output only.BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder
getImportRulesJobDetailsOrBuilder()
Output only.BackgroundJobLogEntry.JobDetailsCase
getJobDetailsCase()
BackgroundJobType
getJobType()
The type of job that was executed.int
getJobTypeValue()
The type of job that was executed.com.google.protobuf.Parser<BackgroundJobLogEntry>
getParserForType()
boolean
getRequestAutocommit()
Output only.BackgroundJobLogEntry.SeedJobDetails
getSeedJobDetails()
Output only.BackgroundJobLogEntry.SeedJobDetailsOrBuilder
getSeedJobDetailsOrBuilder()
Output only.int
getSerializedSize()
com.google.protobuf.Timestamp
getStartTime()
The timestamp when the background job was started.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The timestamp when the background job was started.boolean
hasApplyJobDetails()
Output only.boolean
hasConvertJobDetails()
Output only.boolean
hasFinishTime()
The timestamp when the background job was finished.int
hashCode()
boolean
hasImportRulesJobDetails()
Output only.boolean
hasSeedJobDetails()
Output only.boolean
hasStartTime()
The timestamp when the background job was started.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static BackgroundJobLogEntry.Builder
newBuilder()
static BackgroundJobLogEntry.Builder
newBuilder(BackgroundJobLogEntry prototype)
BackgroundJobLogEntry.Builder
newBuilderForType()
protected BackgroundJobLogEntry.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static BackgroundJobLogEntry
parseDelimitedFrom(InputStream input)
static BackgroundJobLogEntry
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
parseFrom(byte[] data)
static BackgroundJobLogEntry
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
parseFrom(com.google.protobuf.ByteString data)
static BackgroundJobLogEntry
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
parseFrom(com.google.protobuf.CodedInputStream input)
static BackgroundJobLogEntry
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
parseFrom(InputStream input)
static BackgroundJobLogEntry
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
parseFrom(ByteBuffer data)
static BackgroundJobLogEntry
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<BackgroundJobLogEntry>
parser()
BackgroundJobLogEntry.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_TYPE_FIELD_NUMBER
public static final int JOB_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FINISH_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPLETION_STATE_FIELD_NUMBER
public static final int COMPLETION_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPLETION_COMMENT_FIELD_NUMBER
public static final int COMPLETION_COMMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_AUTOCOMMIT_FIELD_NUMBER
public static final int REQUEST_AUTOCOMMIT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEED_JOB_DETAILS_FIELD_NUMBER
public static final int SEED_JOB_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER
public static final int IMPORT_RULES_JOB_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERT_JOB_DETAILS_FIELD_NUMBER
public static final int CONVERT_JOB_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
APPLY_JOB_DETAILS_FIELD_NUMBER
public static final int APPLY_JOB_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getJobDetailsCase
public BackgroundJobLogEntry.JobDetailsCase getJobDetailsCase()
- Specified by:
getJobDetailsCase
in interfaceBackgroundJobLogEntryOrBuilder
-
getId
public String getId()
The background job log entry ID.
string id = 1;
- Specified by:
getId
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
The background job log entry ID.
string id = 1;
- Specified by:
getIdBytes
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The bytes for id.
-
getJobTypeValue
public int getJobTypeValue()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
- Specified by:
getJobTypeValue
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The enum numeric value on the wire for jobType.
-
getJobType
public BackgroundJobType getJobType()
The type of job that was executed.
.google.cloud.clouddms.v1.BackgroundJobType job_type = 2;
- Specified by:
getJobType
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The jobType.
-
hasStartTime
public boolean hasStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
hasStartTime
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
getStartTime
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the background job was started.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
getStartTimeOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
hasFinishTime
public boolean hasFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
- Specified by:
hasFinishTime
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the finishTime field is set.
-
getFinishTime
public com.google.protobuf.Timestamp getFinishTime()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
- Specified by:
getFinishTime
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The finishTime.
-
getFinishTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The timestamp when the background job was finished.
.google.protobuf.Timestamp finish_time = 4;
- Specified by:
getFinishTimeOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
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];
- Specified by:
getCompletionStateValue
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The enum numeric value on the wire for completionState.
-
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];
- Specified by:
getCompletionState
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The completionState.
-
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];
- Specified by:
getCompletionComment
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The completionComment.
-
getCompletionCommentBytes
public 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];
- Specified by:
getCompletionCommentBytes
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The bytes for completionComment.
-
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];
- Specified by:
getRequestAutocommit
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- The requestAutocommit.
-
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];
- Specified by:
hasSeedJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the seedJobDetails field is set.
-
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];
- Specified by:
getSeedJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- 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];
- Specified by:
getSeedJobDetailsOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
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];
- Specified by:
hasImportRulesJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the importRulesJobDetails field is set.
-
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];
- Specified by:
getImportRulesJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- 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];
- Specified by:
getImportRulesJobDetailsOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
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];
- Specified by:
hasConvertJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the convertJobDetails field is set.
-
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];
- Specified by:
getConvertJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- 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];
- Specified by:
getConvertJobDetailsOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
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];
- Specified by:
hasApplyJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- Whether the applyJobDetails field is set.
-
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];
- Specified by:
getApplyJobDetails
in interfaceBackgroundJobLogEntryOrBuilder
- Returns:
- 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];
- Specified by:
getApplyJobDetailsOrBuilder
in interfaceBackgroundJobLogEntryOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BackgroundJobLogEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BackgroundJobLogEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BackgroundJobLogEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public BackgroundJobLogEntry.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BackgroundJobLogEntry.Builder newBuilder()
-
newBuilder
public static BackgroundJobLogEntry.Builder newBuilder(BackgroundJobLogEntry prototype)
-
toBuilder
public BackgroundJobLogEntry.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BackgroundJobLogEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BackgroundJobLogEntry getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BackgroundJobLogEntry> parser()
-
getParserForType
public com.google.protobuf.Parser<BackgroundJobLogEntry> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BackgroundJobLogEntry getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-