Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clear() |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearDeckUri() |
String location uniquely identifying where the deck HTML file is
NativeUrl specifies the url in the format of the configured storage provider (e.g.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearError() |
Error information for the execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearEventVersion() |
int32 event_version = 16;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearId() |
Unique identifier for this node execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearInputUri() |
string input_uri = 5;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearIsDynamic() |
Whether this node yielded a dynamic workflow.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearIsParent() |
Whether this node launched a subworkflow.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearNodeName() |
Friendly readable name for the node
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearOccurredAt() |
This timestamp represents when the original event occurred, it is generated
by the executor of the node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearOutputData() |
Raw output data produced by this node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearOutputResult() |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearOutputUri() |
URL to the output of the execution, it encodes all the information
including Cloud source provider.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearParentNodeMetadata() |
Specifies the parent node of the current node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearParentTaskMetadata() |
[To be deprecated] Specifies which task (if any) launched this node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearPhase() |
.flyteidl.core.NodeExecution.Phase phase = 3;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearProducerId() |
the id of the originator (Propeller) of the event
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearRetryGroup() |
Retry group to indicate grouping of nodes by retries
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearSpecNodeId() |
Identifier of the node in the original workflow/graph
This maps to value of WorkflowTemplate.nodes[X].id
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearTargetMetadata() |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearTaskNodeMetadata() |
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clearWorkflowNodeMetadata() |
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.clone() |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeError(Execution.ExecutionError value) |
Error information for the execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeFrom(Event.NodeExecutionEvent other) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeId(IdentifierOuterClass.NodeExecutionIdentifier value) |
Unique identifier for this node execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeOccurredAt(com.google.protobuf.Timestamp value) |
This timestamp represents when the original event occurred, it is generated
by the executor of the node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeOutputData(Literals.LiteralMap value) |
Raw output data produced by this node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeParentNodeMetadata(Event.ParentNodeExecutionMetadata value) |
Specifies the parent node of the current node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeParentTaskMetadata(Event.ParentTaskExecutionMetadata value) |
[To be deprecated] Specifies which task (if any) launched this node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeTaskNodeMetadata(Event.TaskNodeMetadata value) |
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.mergeWorkflowNodeMetadata(Event.WorkflowNodeMetadata value) |
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;
|
static Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.newBuilder() |
|
static Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.newBuilder(Event.NodeExecutionEvent prototype) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.newBuilderForType() |
|
protected Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setDeckUri(String value) |
String location uniquely identifying where the deck HTML file is
NativeUrl specifies the url in the format of the configured storage provider (e.g.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setDeckUriBytes(com.google.protobuf.ByteString value) |
String location uniquely identifying where the deck HTML file is
NativeUrl specifies the url in the format of the configured storage provider (e.g.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setError(Execution.ExecutionError value) |
Error information for the execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setError(Execution.ExecutionError.Builder builderForValue) |
Error information for the execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setEventVersion(int value) |
int32 event_version = 16;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setId(IdentifierOuterClass.NodeExecutionIdentifier value) |
Unique identifier for this node execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setId(IdentifierOuterClass.NodeExecutionIdentifier.Builder builderForValue) |
Unique identifier for this node execution
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setInputUri(String value) |
string input_uri = 5;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setInputUriBytes(com.google.protobuf.ByteString value) |
string input_uri = 5;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setIsDynamic(boolean value) |
Whether this node yielded a dynamic workflow.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setIsParent(boolean value) |
Whether this node launched a subworkflow.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setNodeName(String value) |
Friendly readable name for the node
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setNodeNameBytes(com.google.protobuf.ByteString value) |
Friendly readable name for the node
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOccurredAt(com.google.protobuf.Timestamp value) |
This timestamp represents when the original event occurred, it is generated
by the executor of the node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOccurredAt(com.google.protobuf.Timestamp.Builder builderForValue) |
This timestamp represents when the original event occurred, it is generated
by the executor of the node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOutputData(Literals.LiteralMap value) |
Raw output data produced by this node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOutputData(Literals.LiteralMap.Builder builderForValue) |
Raw output data produced by this node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOutputUri(String value) |
URL to the output of the execution, it encodes all the information
including Cloud source provider.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setOutputUriBytes(com.google.protobuf.ByteString value) |
URL to the output of the execution, it encodes all the information
including Cloud source provider.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setParentNodeMetadata(Event.ParentNodeExecutionMetadata value) |
Specifies the parent node of the current node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setParentNodeMetadata(Event.ParentNodeExecutionMetadata.Builder builderForValue) |
Specifies the parent node of the current node execution.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setParentTaskMetadata(Event.ParentTaskExecutionMetadata value) |
[To be deprecated] Specifies which task (if any) launched this node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setParentTaskMetadata(Event.ParentTaskExecutionMetadata.Builder builderForValue) |
[To be deprecated] Specifies which task (if any) launched this node.
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setPhase(Execution.NodeExecution.Phase value) |
.flyteidl.core.NodeExecution.Phase phase = 3;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setPhaseValue(int value) |
.flyteidl.core.NodeExecution.Phase phase = 3;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setProducerId(String value) |
the id of the originator (Propeller) of the event
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setProducerIdBytes(com.google.protobuf.ByteString value) |
the id of the originator (Propeller) of the event
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setRetryGroup(String value) |
Retry group to indicate grouping of nodes by retries
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setRetryGroupBytes(com.google.protobuf.ByteString value) |
Retry group to indicate grouping of nodes by retries
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setSpecNodeId(String value) |
Identifier of the node in the original workflow/graph
This maps to value of WorkflowTemplate.nodes[X].id
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setSpecNodeIdBytes(com.google.protobuf.ByteString value) |
Identifier of the node in the original workflow/graph
This maps to value of WorkflowTemplate.nodes[X].id
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setTaskNodeMetadata(Event.TaskNodeMetadata value) |
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setTaskNodeMetadata(Event.TaskNodeMetadata.Builder builderForValue) |
.flyteidl.event.TaskNodeMetadata task_node_metadata = 14;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setWorkflowNodeMetadata(Event.WorkflowNodeMetadata value) |
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.Builder.setWorkflowNodeMetadata(Event.WorkflowNodeMetadata.Builder builderForValue) |
.flyteidl.event.WorkflowNodeMetadata workflow_node_metadata = 8;
|
Event.NodeExecutionEvent.Builder |
Event.NodeExecutionEvent.toBuilder() |
|