Package com.google.cloud.dataplex.v1
Class JobEvent
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.JobEvent
-
- All Implemented Interfaces:
JobEventOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class JobEvent extends com.google.protobuf.GeneratedMessageV3 implements JobEventOrBuilder
The payload associated with Job logs that contains events describing jobs that have run within a Lake.
Protobuf typegoogle.cloud.dataplex.v1.JobEvent- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobEvent.BuilderThe payload associated with Job logs that contains events describing jobs that have run within a Lake.static classJobEvent.ExecutionTriggerJob Execution trigger.static classJobEvent.ServiceThe service used to execute the job.static classJobEvent.StateThe completion status of the job.static classJobEvent.TypeThe type of the job.-
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 intEND_TIME_FIELD_NUMBERstatic intEXECUTION_TRIGGER_FIELD_NUMBERstatic intJOB_ID_FIELD_NUMBERstatic intMESSAGE_FIELD_NUMBERstatic intRETRIES_FIELD_NUMBERstatic intSERVICE_FIELD_NUMBERstatic intSERVICE_JOB_FIELD_NUMBERstatic intSTART_TIME_FIELD_NUMBERstatic intSTATE_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static JobEventgetDefaultInstance()JobEventgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.TimestampgetEndTime()The time when the job ended running.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The time when the job ended running.JobEvent.ExecutionTriggergetExecutionTrigger()Job execution trigger.intgetExecutionTriggerValue()Job execution trigger.StringgetJobId()The unique id identifying the job.com.google.protobuf.ByteStringgetJobIdBytes()The unique id identifying the job.StringgetMessage()The log message.com.google.protobuf.ByteStringgetMessageBytes()The log message.com.google.protobuf.Parser<JobEvent>getParserForType()intgetRetries()The number of retries.intgetSerializedSize()JobEvent.ServicegetService()The service used to execute the job.StringgetServiceJob()The reference to the job within the service.com.google.protobuf.ByteStringgetServiceJobBytes()The reference to the job within the service.intgetServiceValue()The service used to execute the job.com.google.protobuf.TimestampgetStartTime()The time when the job started running.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The time when the job started running.JobEvent.StategetState()The job state on completion.intgetStateValue()The job state on completion.JobEvent.TypegetType()The type of the job.intgetTypeValue()The type of the job.booleanhasEndTime()The time when the job ended running.inthashCode()booleanhasStartTime()The time when the job started running.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static JobEvent.BuildernewBuilder()static JobEvent.BuildernewBuilder(JobEvent prototype)JobEvent.BuildernewBuilderForType()protected JobEvent.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static JobEventparseDelimitedFrom(InputStream input)static JobEventparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobEventparseFrom(byte[] data)static JobEventparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobEventparseFrom(com.google.protobuf.ByteString data)static JobEventparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobEventparseFrom(com.google.protobuf.CodedInputStream input)static JobEventparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobEventparseFrom(InputStream input)static JobEventparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobEventparseFrom(ByteBuffer data)static JobEventparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<JobEvent>parser()JobEvent.BuildertoBuilder()voidwriteTo(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
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RETRIES_FIELD_NUMBER
public static final int RETRIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_JOB_FIELD_NUMBER
public static final int SERVICE_JOB_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTION_TRIGGER_FIELD_NUMBER
public static final int EXECUTION_TRIGGER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getMessage
public String getMessage()
The log message.
string message = 1;- Specified by:
getMessagein interfaceJobEventOrBuilder- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
The log message.
string message = 1;- Specified by:
getMessageBytesin interfaceJobEventOrBuilder- Returns:
- The bytes for message.
-
getJobId
public String getJobId()
The unique id identifying the job.
string job_id = 2;- Specified by:
getJobIdin interfaceJobEventOrBuilder- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
The unique id identifying the job.
string job_id = 2;- Specified by:
getJobIdBytesin interfaceJobEventOrBuilder- Returns:
- The bytes for jobId.
-
hasStartTime
public boolean hasStartTime()
The time when the job started running.
.google.protobuf.Timestamp start_time = 3;- Specified by:
hasStartTimein interfaceJobEventOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
The time when the job started running.
.google.protobuf.Timestamp start_time = 3;- Specified by:
getStartTimein interfaceJobEventOrBuilder- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time when the job started running.
.google.protobuf.Timestamp start_time = 3;- Specified by:
getStartTimeOrBuilderin interfaceJobEventOrBuilder
-
hasEndTime
public boolean hasEndTime()
The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;- Specified by:
hasEndTimein interfaceJobEventOrBuilder- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;- Specified by:
getEndTimein interfaceJobEventOrBuilder- Returns:
- The endTime.
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;- Specified by:
getEndTimeOrBuilderin interfaceJobEventOrBuilder
-
getStateValue
public int getStateValue()
The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;- Specified by:
getStateValuein interfaceJobEventOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public JobEvent.State getState()
The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;- Specified by:
getStatein interfaceJobEventOrBuilder- Returns:
- The state.
-
getRetries
public int getRetries()
The number of retries.
int32 retries = 6;- Specified by:
getRetriesin interfaceJobEventOrBuilder- Returns:
- The retries.
-
getTypeValue
public int getTypeValue()
The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;- Specified by:
getTypeValuein interfaceJobEventOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
getType
public JobEvent.Type getType()
The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;- Specified by:
getTypein interfaceJobEventOrBuilder- Returns:
- The type.
-
getServiceValue
public int getServiceValue()
The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;- Specified by:
getServiceValuein interfaceJobEventOrBuilder- Returns:
- The enum numeric value on the wire for service.
-
getService
public JobEvent.Service getService()
The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;- Specified by:
getServicein interfaceJobEventOrBuilder- Returns:
- The service.
-
getServiceJob
public String getServiceJob()
The reference to the job within the service.
string service_job = 9;- Specified by:
getServiceJobin interfaceJobEventOrBuilder- Returns:
- The serviceJob.
-
getServiceJobBytes
public com.google.protobuf.ByteString getServiceJobBytes()
The reference to the job within the service.
string service_job = 9;- Specified by:
getServiceJobBytesin interfaceJobEventOrBuilder- Returns:
- The bytes for serviceJob.
-
getExecutionTriggerValue
public int getExecutionTriggerValue()
Job execution trigger.
.google.cloud.dataplex.v1.JobEvent.ExecutionTrigger execution_trigger = 11;- Specified by:
getExecutionTriggerValuein interfaceJobEventOrBuilder- Returns:
- The enum numeric value on the wire for executionTrigger.
-
getExecutionTrigger
public JobEvent.ExecutionTrigger getExecutionTrigger()
Job execution trigger.
.google.cloud.dataplex.v1.JobEvent.ExecutionTrigger execution_trigger = 11;- Specified by:
getExecutionTriggerin interfaceJobEventOrBuilder- Returns:
- The executionTrigger.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static JobEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobEvent parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static JobEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static JobEvent parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static JobEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static JobEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static JobEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public JobEvent.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static JobEvent.Builder newBuilder()
-
newBuilder
public static JobEvent.Builder newBuilder(JobEvent prototype)
-
toBuilder
public JobEvent.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected JobEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static JobEvent getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<JobEvent> parser()
-
getParserForType
public com.google.protobuf.Parser<JobEvent> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public JobEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-