Package flyteidl.admin
Class ExecutionOuterClass.ExecutionClosure
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- flyteidl.admin.ExecutionOuterClass.ExecutionClosure
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ExecutionOuterClass.ExecutionClosureOrBuilder,java.io.Serializable
- Enclosing class:
- ExecutionOuterClass
public static final class ExecutionOuterClass.ExecutionClosure extends com.google.protobuf.GeneratedMessageV3 implements ExecutionOuterClass.ExecutionClosureOrBuilder
Encapsulates the results of the Execution
Protobuf typeflyteidl.admin.ExecutionClosure- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutionOuterClass.ExecutionClosure.BuilderEncapsulates the results of the Executionstatic classExecutionOuterClass.ExecutionClosure.OutputResultCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intABORT_CAUSE_FIELD_NUMBERstatic intABORT_METADATA_FIELD_NUMBERstatic intCOMPUTED_INPUTS_FIELD_NUMBERstatic intCREATED_AT_FIELD_NUMBERstatic intDURATION_FIELD_NUMBERstatic intERROR_FIELD_NUMBERstatic intNOTIFICATIONS_FIELD_NUMBERstatic intOUTPUTS_FIELD_NUMBERstatic intPHASE_FIELD_NUMBERstatic intSTARTED_AT_FIELD_NUMBERstatic intUPDATED_AT_FIELD_NUMBERstatic intWORKFLOW_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAbortCause()Deprecated.com.google.protobuf.ByteStringgetAbortCauseBytes()Deprecated.ExecutionOuterClass.AbortMetadatagetAbortMetadata()In the case of a user-specified abort, this will pass along the user and their supplied cause.ExecutionOuterClass.AbortMetadataOrBuildergetAbortMetadataOrBuilder()In the case of a user-specified abort, this will pass along the user and their supplied cause.Literals.LiteralMapgetComputedInputs()Deprecated.Literals.LiteralMapOrBuildergetComputedInputsOrBuilder()Deprecated.com.google.protobuf.TimestampgetCreatedAt()Reported time at which the execution was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Reported time at which the execution was created.static ExecutionOuterClass.ExecutionClosuregetDefaultInstance()ExecutionOuterClass.ExecutionClosuregetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.DurationgetDuration()The amount of time the execution spent running.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The amount of time the execution spent running.Execution.ExecutionErrorgetError()Error information in the case of a failed execution.Execution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information in the case of a failed execution.Common.NotificationgetNotifications(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.intgetNotificationsCount()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.java.util.List<Common.Notification>getNotificationsList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Common.NotificationOrBuildergetNotificationsOrBuilder(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.java.util.List<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.ExecutionOuterClass.ExecutionClosure.OutputResultCasegetOutputResultCase()ExecutionOuterClass.LiteralMapBlobgetOutputs()A map of outputs in the case of a successful execution.ExecutionOuterClass.LiteralMapBlobOrBuildergetOutputsOrBuilder()A map of outputs in the case of a successful execution.com.google.protobuf.Parser<ExecutionOuterClass.ExecutionClosure>getParserForType()Execution.WorkflowExecution.PhasegetPhase()Most recent recorded phase for the execution.intgetPhaseValue()Most recent recorded phase for the execution.intgetSerializedSize()com.google.protobuf.TimestampgetStartedAt()Reported ime at which the execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Reported ime at which the execution began running.com.google.protobuf.UnknownFieldSetgetUnknownFields()com.google.protobuf.TimestampgetUpdatedAt()Reported time at which the execution was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Reported time at which the execution was last updated.IdentifierOuterClass.IdentifiergetWorkflowId()Identifies the workflow definition for this execution.IdentifierOuterClass.IdentifierOrBuildergetWorkflowIdOrBuilder()Identifies the workflow definition for this execution.booleanhasAbortMetadata()In the case of a user-specified abort, this will pass along the user and their supplied cause.booleanhasComputedInputs()Deprecated.booleanhasCreatedAt()Reported time at which the execution was created.booleanhasDuration()The amount of time the execution spent running.booleanhasError()Error information in the case of a failed execution.inthashCode()booleanhasOutputs()A map of outputs in the case of a successful execution.booleanhasStartedAt()Reported ime at which the execution began running.booleanhasUpdatedAt()Reported time at which the execution was last updated.booleanhasWorkflowId()Identifies the workflow definition for this execution.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ExecutionOuterClass.ExecutionClosure.BuildernewBuilder()static ExecutionOuterClass.ExecutionClosure.BuildernewBuilder(ExecutionOuterClass.ExecutionClosure prototype)ExecutionOuterClass.ExecutionClosure.BuildernewBuilderForType()protected ExecutionOuterClass.ExecutionClosure.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ExecutionOuterClass.ExecutionClosureparseDelimitedFrom(java.io.InputStream input)static ExecutionOuterClass.ExecutionClosureparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionClosureparseFrom(byte[] data)static ExecutionOuterClass.ExecutionClosureparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionClosureparseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionClosureparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionClosureparseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionClosureparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionClosureparseFrom(java.io.InputStream input)static ExecutionOuterClass.ExecutionClosureparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionClosureparseFrom(java.nio.ByteBuffer data)static ExecutionOuterClass.ExecutionClosureparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionClosure>parser()ExecutionOuterClass.ExecutionClosure.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, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, 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
-
OUTPUTS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ABORT_CAUSE_FIELD_NUMBER
public static final int ABORT_CAUSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ABORT_METADATA_FIELD_NUMBER
public static final int ABORT_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPUTED_INPUTS_FIELD_NUMBER
public static final int COMPUTED_INPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHASE_FIELD_NUMBER
public static final int PHASE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STARTED_AT_FIELD_NUMBER
public static final int STARTED_AT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_AT_FIELD_NUMBER
public static final int CREATED_AT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATED_AT_FIELD_NUMBER
public static final int UPDATED_AT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NOTIFICATIONS_FIELD_NUMBER
public static final int NOTIFICATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_ID_FIELD_NUMBER
public static final int WORKFLOW_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin 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
-
getOutputResultCase
public ExecutionOuterClass.ExecutionClosure.OutputResultCase getOutputResultCase()
- Specified by:
getOutputResultCasein interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasOutputs
public boolean hasOutputs()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;- Specified by:
hasOutputsin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the outputs field is set.
-
getOutputs
public ExecutionOuterClass.LiteralMapBlob getOutputs()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;- Specified by:
getOutputsin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The outputs.
-
getOutputsOrBuilder
public ExecutionOuterClass.LiteralMapBlobOrBuilder getOutputsOrBuilder()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;- Specified by:
getOutputsOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasError
public boolean hasError()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;- Specified by:
hasErrorin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the error field is set.
-
getError
public Execution.ExecutionError getError()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;- Specified by:
getErrorin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The error.
-
getErrorOrBuilder
public Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;- Specified by:
getErrorOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getAbortCause
@Deprecated public java.lang.String getAbortCause()
Deprecated.In the case of a user-specified abort, this will pass along the user-supplied cause.
string abort_cause = 10 [deprecated = true];- Specified by:
getAbortCausein interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The abortCause.
-
getAbortCauseBytes
@Deprecated public com.google.protobuf.ByteString getAbortCauseBytes()
Deprecated.In the case of a user-specified abort, this will pass along the user-supplied cause.
string abort_cause = 10 [deprecated = true];- Specified by:
getAbortCauseBytesin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The bytes for abortCause.
-
hasAbortMetadata
public boolean hasAbortMetadata()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;- Specified by:
hasAbortMetadatain interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the abortMetadata field is set.
-
getAbortMetadata
public ExecutionOuterClass.AbortMetadata getAbortMetadata()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;- Specified by:
getAbortMetadatain interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The abortMetadata.
-
getAbortMetadataOrBuilder
public ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadataOrBuilder()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;- Specified by:
getAbortMetadataOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasComputedInputs
@Deprecated public boolean hasComputedInputs()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];- Specified by:
hasComputedInputsin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the computedInputs field is set.
-
getComputedInputs
@Deprecated public Literals.LiteralMap getComputedInputs()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];- Specified by:
getComputedInputsin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The computedInputs.
-
getComputedInputsOrBuilder
@Deprecated public Literals.LiteralMapOrBuilder getComputedInputsOrBuilder()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];- Specified by:
getComputedInputsOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getPhaseValue
public int getPhaseValue()
Most recent recorded phase for the execution.
.flyteidl.core.WorkflowExecution.Phase phase = 4;- Specified by:
getPhaseValuein interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
public Execution.WorkflowExecution.Phase getPhase()
Most recent recorded phase for the execution.
.flyteidl.core.WorkflowExecution.Phase phase = 4;- Specified by:
getPhasein interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The phase.
-
hasStartedAt
public boolean hasStartedAt()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Specified by:
hasStartedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the startedAt field is set.
-
getStartedAt
public com.google.protobuf.Timestamp getStartedAt()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Specified by:
getStartedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The startedAt.
-
getStartedAtOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Specified by:
getStartedAtOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasDuration
public boolean hasDuration()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;- Specified by:
hasDurationin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;- Specified by:
getDurationin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The duration.
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;- Specified by:
getDurationOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasCreatedAt
public boolean hasCreatedAt()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;- Specified by:
hasCreatedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
public com.google.protobuf.Timestamp getCreatedAt()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;- Specified by:
getCreatedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;- Specified by:
getCreatedAtOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasUpdatedAt
public boolean hasUpdatedAt()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Specified by:
hasUpdatedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
public com.google.protobuf.Timestamp getUpdatedAt()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Specified by:
getUpdatedAtin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Specified by:
getUpdatedAtOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getNotificationsList
public java.util.List<Common.Notification> getNotificationsList()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;- Specified by:
getNotificationsListin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getNotificationsOrBuilderList
public java.util.List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;- Specified by:
getNotificationsOrBuilderListin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getNotificationsCount
public int getNotificationsCount()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;- Specified by:
getNotificationsCountin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getNotifications
public Common.Notification getNotifications(int index)
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;- Specified by:
getNotificationsin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
getNotificationsOrBuilder
public Common.NotificationOrBuilder getNotificationsOrBuilder(int index)
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;- Specified by:
getNotificationsOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
hasWorkflowId
public boolean hasWorkflowId()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;- Specified by:
hasWorkflowIdin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- Whether the workflowId field is set.
-
getWorkflowId
public IdentifierOuterClass.Identifier getWorkflowId()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;- Specified by:
getWorkflowIdin interfaceExecutionOuterClass.ExecutionClosureOrBuilder- Returns:
- The workflowId.
-
getWorkflowIdOrBuilder
public IdentifierOuterClass.IdentifierOrBuilder getWorkflowIdOrBuilder()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;- Specified by:
getWorkflowIdOrBuilderin interfaceExecutionOuterClass.ExecutionClosureOrBuilder
-
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 java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.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 ExecutionOuterClass.ExecutionClosure parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ExecutionOuterClass.ExecutionClosure parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ExecutionOuterClass.ExecutionClosure parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ExecutionOuterClass.ExecutionClosure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ExecutionOuterClass.ExecutionClosure.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ExecutionOuterClass.ExecutionClosure.Builder newBuilder()
-
newBuilder
public static ExecutionOuterClass.ExecutionClosure.Builder newBuilder(ExecutionOuterClass.ExecutionClosure prototype)
-
toBuilder
public ExecutionOuterClass.ExecutionClosure.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ExecutionOuterClass.ExecutionClosure.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ExecutionOuterClass.ExecutionClosure getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionClosure> parser()
-
getParserForType
public com.google.protobuf.Parser<ExecutionOuterClass.ExecutionClosure> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ExecutionOuterClass.ExecutionClosure getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-