Interface NodeCompletedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeCompleted, NodeCompleted.Builder
@Generated
public interface NodeCompletedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsOutputs(String key) The output values produced by the node.longExecution time in nanoseconds for profiling.The ID of the node that completed execution.com.google.protobuf.ByteStringThe ID of the node that completed execution.Deprecated.intThe output values produced by the node.The output values produced by the node.com.google.protobuf.ValuegetOutputsOrDefault(String key, com.google.protobuf.Value defaultValue) The output values produced by the node.com.google.protobuf.ValuegetOutputsOrThrow(String key) The output values produced by the node.com.google.protobuf.TimestampWhen the node completed execution.com.google.protobuf.TimestampOrBuilderWhen the node completed execution.booleanWhen the node completed execution.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNodeId
String getNodeId()The ID of the node that completed execution.
string node_id = 1;- Returns:
- The nodeId.
-
getNodeIdBytes
com.google.protobuf.ByteString getNodeIdBytes()The ID of the node that completed execution.
string node_id = 1;- Returns:
- The bytes for nodeId.
-
getOutputsCount
int getOutputsCount()The output values produced by the node. Keys are output port names, values are the data produced.
map<string, .google.protobuf.Value> outputs = 2; -
containsOutputs
The output values produced by the node. Keys are output port names, values are the data produced.
map<string, .google.protobuf.Value> outputs = 2; -
getOutputs
Deprecated.UsegetOutputsMap()instead. -
getOutputsMap
-
getOutputsOrDefault
The output values produced by the node. Keys are output port names, values are the data produced.
map<string, .google.protobuf.Value> outputs = 2; -
getOutputsOrThrow
The output values produced by the node. Keys are output port names, values are the data produced.
map<string, .google.protobuf.Value> outputs = 2; -
hasTimestamp
boolean hasTimestamp()When the node completed execution.
.google.protobuf.Timestamp timestamp = 3;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()When the node completed execution.
.google.protobuf.Timestamp timestamp = 3;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()When the node completed execution.
.google.protobuf.Timestamp timestamp = 3; -
getExecutionTimeNanos
long getExecutionTimeNanos()Execution time in nanoseconds for profiling.
int64 execution_time_nanos = 4;- Returns:
- The executionTimeNanos.
-