Uses of Class
flyteidl.admin.NodeExecutionOuterClass.NodeExecution
-
Packages that use NodeExecutionOuterClass.NodeExecution Package Description flyteidl.admin flyteidl.service -
-
Uses of NodeExecutionOuterClass.NodeExecution in flyteidl.admin
Methods in flyteidl.admin that return NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution.Builder. build()NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution.Builder. buildPartial()static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. getDefaultInstance()NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution.Builder. getDefaultInstanceForType()NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. getDefaultInstanceForType()NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecutionList.Builder. getNodeExecutions(int index)repeated .flyteidl.admin.NodeExecution node_executions = 1;NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecutionList. getNodeExecutions(int index)repeated .flyteidl.admin.NodeExecution node_executions = 1;NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecutionListOrBuilder. getNodeExecutions(int index)repeated .flyteidl.admin.NodeExecution node_executions = 1;static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseDelimitedFrom(java.io.InputStream input)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(byte[] data)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(com.google.protobuf.ByteString data)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(com.google.protobuf.CodedInputStream input)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(java.io.InputStream input)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(java.nio.ByteBuffer data)static NodeExecutionOuterClass.NodeExecutionNodeExecutionOuterClass.NodeExecution. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description java.util.List<NodeExecutionOuterClass.NodeExecution>NodeExecutionOuterClass.NodeExecutionList.Builder. getNodeExecutionsList()repeated .flyteidl.admin.NodeExecution node_executions = 1;java.util.List<NodeExecutionOuterClass.NodeExecution>NodeExecutionOuterClass.NodeExecutionList. getNodeExecutionsList()repeated .flyteidl.admin.NodeExecution node_executions = 1;java.util.List<NodeExecutionOuterClass.NodeExecution>NodeExecutionOuterClass.NodeExecutionListOrBuilder. getNodeExecutionsList()repeated .flyteidl.admin.NodeExecution node_executions = 1;com.google.protobuf.Parser<NodeExecutionOuterClass.NodeExecution>NodeExecutionOuterClass.NodeExecution. getParserForType()static com.google.protobuf.Parser<NodeExecutionOuterClass.NodeExecution>NodeExecutionOuterClass.NodeExecution. parser()Methods in flyteidl.admin with parameters of type NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionList.BuilderNodeExecutionOuterClass.NodeExecutionList.Builder. addNodeExecutions(int index, NodeExecutionOuterClass.NodeExecution value)repeated .flyteidl.admin.NodeExecution node_executions = 1;NodeExecutionOuterClass.NodeExecutionList.BuilderNodeExecutionOuterClass.NodeExecutionList.Builder. addNodeExecutions(NodeExecutionOuterClass.NodeExecution value)repeated .flyteidl.admin.NodeExecution node_executions = 1;NodeExecutionOuterClass.NodeExecution.BuilderNodeExecutionOuterClass.NodeExecution.Builder. mergeFrom(NodeExecutionOuterClass.NodeExecution other)static NodeExecutionOuterClass.NodeExecution.BuilderNodeExecutionOuterClass.NodeExecution. newBuilder(NodeExecutionOuterClass.NodeExecution prototype)NodeExecutionOuterClass.NodeExecutionList.BuilderNodeExecutionOuterClass.NodeExecutionList.Builder. setNodeExecutions(int index, NodeExecutionOuterClass.NodeExecution value)repeated .flyteidl.admin.NodeExecution node_executions = 1;Method parameters in flyteidl.admin with type arguments of type NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionList.BuilderNodeExecutionOuterClass.NodeExecutionList.Builder. addAllNodeExecutions(java.lang.Iterable<? extends NodeExecutionOuterClass.NodeExecution> values)repeated .flyteidl.admin.NodeExecution node_executions = 1; -
Uses of NodeExecutionOuterClass.NodeExecution in flyteidl.service
Methods in flyteidl.service that return NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description NodeExecutionOuterClass.NodeExecutionAdminServiceGrpc.AdminServiceBlockingStub. getNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request)Methods in flyteidl.service that return types with arguments of type NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description static io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionGetRequest,NodeExecutionOuterClass.NodeExecution>AdminServiceGrpc. getGetNodeExecutionMethod()com.google.common.util.concurrent.ListenableFuture<NodeExecutionOuterClass.NodeExecution>AdminServiceGrpc.AdminServiceFutureStub. getNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request)Method parameters in flyteidl.service with type arguments of type NodeExecutionOuterClass.NodeExecution Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. getNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecution> responseObserver)voidAdminServiceGrpc.AdminServiceStub. getNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecution> responseObserver)
-