Uses of Class
flyteidl.core.Execution.TaskLog
-
Packages that use Execution.TaskLog Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.TaskLog in flyteidl.admin
Methods in flyteidl.admin that return Execution.TaskLog Modifier and Type Method Description Execution.TaskLogTaskExecutionOuterClass.TaskExecutionClosure.Builder. getLogs(int index)Detailed log information output by the task execution.Execution.TaskLogTaskExecutionOuterClass.TaskExecutionClosure. getLogs(int index)Detailed log information output by the task execution.Execution.TaskLogTaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getLogs(int index)Detailed log information output by the task execution.Methods in flyteidl.admin that return types with arguments of type Execution.TaskLog Modifier and Type Method Description java.util.List<Execution.TaskLog>TaskExecutionOuterClass.TaskExecutionClosure.Builder. getLogsList()Detailed log information output by the task execution.java.util.List<Execution.TaskLog>TaskExecutionOuterClass.TaskExecutionClosure. getLogsList()Detailed log information output by the task execution.java.util.List<Execution.TaskLog>TaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getLogsList()Detailed log information output by the task execution.Methods in flyteidl.admin with parameters of type Execution.TaskLog Modifier and Type Method Description TaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. addLogs(int index, Execution.TaskLog value)Detailed log information output by the task execution.TaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. addLogs(Execution.TaskLog value)Detailed log information output by the task execution.TaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. setLogs(int index, Execution.TaskLog value)Detailed log information output by the task execution.Method parameters in flyteidl.admin with type arguments of type Execution.TaskLog Modifier and Type Method Description TaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. addAllLogs(java.lang.Iterable<? extends Execution.TaskLog> values)Detailed log information output by the task execution. -
Uses of Execution.TaskLog in flyteidl.core
Methods in flyteidl.core that return Execution.TaskLog Modifier and Type Method Description Execution.TaskLogExecution.TaskLog.Builder. build()Execution.TaskLogExecution.TaskLog.Builder. buildPartial()static Execution.TaskLogExecution.TaskLog. getDefaultInstance()Execution.TaskLogExecution.TaskLog.Builder. getDefaultInstanceForType()Execution.TaskLogExecution.TaskLog. getDefaultInstanceForType()static Execution.TaskLogExecution.TaskLog. parseDelimitedFrom(java.io.InputStream input)static Execution.TaskLogExecution.TaskLog. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.TaskLogExecution.TaskLog. parseFrom(byte[] data)static Execution.TaskLogExecution.TaskLog. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.TaskLogExecution.TaskLog. parseFrom(com.google.protobuf.ByteString data)static Execution.TaskLogExecution.TaskLog. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.TaskLogExecution.TaskLog. parseFrom(com.google.protobuf.CodedInputStream input)static Execution.TaskLogExecution.TaskLog. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.TaskLogExecution.TaskLog. parseFrom(java.io.InputStream input)static Execution.TaskLogExecution.TaskLog. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.TaskLogExecution.TaskLog. parseFrom(java.nio.ByteBuffer data)static Execution.TaskLogExecution.TaskLog. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Execution.TaskLog Modifier and Type Method Description com.google.protobuf.Parser<Execution.TaskLog>Execution.TaskLog. getParserForType()static com.google.protobuf.Parser<Execution.TaskLog>Execution.TaskLog. parser()Methods in flyteidl.core with parameters of type Execution.TaskLog Modifier and Type Method Description Execution.TaskLog.BuilderExecution.TaskLog.Builder. mergeFrom(Execution.TaskLog other)static Execution.TaskLog.BuilderExecution.TaskLog. newBuilder(Execution.TaskLog prototype) -
Uses of Execution.TaskLog in flyteidl.event
Methods in flyteidl.event that return Execution.TaskLog Modifier and Type Method Description Execution.TaskLogEvent.TaskExecutionEvent.Builder. getLogs(int index)log information for the task executionExecution.TaskLogEvent.TaskExecutionEvent. getLogs(int index)log information for the task executionExecution.TaskLogEvent.TaskExecutionEventOrBuilder. getLogs(int index)log information for the task executionMethods in flyteidl.event that return types with arguments of type Execution.TaskLog Modifier and Type Method Description java.util.List<Execution.TaskLog>Event.TaskExecutionEvent.Builder. getLogsList()log information for the task executionjava.util.List<Execution.TaskLog>Event.TaskExecutionEvent. getLogsList()log information for the task executionjava.util.List<Execution.TaskLog>Event.TaskExecutionEventOrBuilder. getLogsList()log information for the task executionMethods in flyteidl.event with parameters of type Execution.TaskLog Modifier and Type Method Description Event.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. addLogs(int index, Execution.TaskLog value)log information for the task executionEvent.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. addLogs(Execution.TaskLog value)log information for the task executionEvent.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. setLogs(int index, Execution.TaskLog value)log information for the task executionMethod parameters in flyteidl.event with type arguments of type Execution.TaskLog Modifier and Type Method Description Event.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. addAllLogs(java.lang.Iterable<? extends Execution.TaskLog> values)log information for the task execution
-