Uses of Interface
flyteidl.admin.ExecutionOuterClass.ExecutionOrBuilder
-
Packages that use ExecutionOuterClass.ExecutionOrBuilder Package Description flyteidl.admin -
-
Uses of ExecutionOuterClass.ExecutionOrBuilder in flyteidl.admin
Classes in flyteidl.admin that implement ExecutionOuterClass.ExecutionOrBuilder Modifier and Type Class Description static classExecutionOuterClass.ExecutionA workflow execution represents an instantiated workflow, including all inputs and additional metadata as well as computed results included state, outputs, and duration-based attributes.static classExecutionOuterClass.Execution.BuilderA workflow execution represents an instantiated workflow, including all inputs and additional metadata as well as computed results included state, outputs, and duration-based attributes.Fields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<ExecutionOuterClass.Execution,ExecutionOuterClass.Execution.Builder,ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList.Builder. executionsBuilder_Methods in flyteidl.admin that return ExecutionOuterClass.ExecutionOrBuilder Modifier and Type Method Description ExecutionOuterClass.ExecutionOrBuilderExecutionOuterClass.ExecutionList.Builder. getExecutionsOrBuilder(int index)repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionOrBuilderExecutionOuterClass.ExecutionList. getExecutionsOrBuilder(int index)repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionOrBuilderExecutionOuterClass.ExecutionListOrBuilder. getExecutionsOrBuilder(int index)repeated .flyteidl.admin.Execution executions = 1;Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<ExecutionOuterClass.Execution,ExecutionOuterClass.Execution.Builder,ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList.Builder. getExecutionsFieldBuilder()List<? extends ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList.Builder. getExecutionsOrBuilderList()repeated .flyteidl.admin.Execution executions = 1;List<? extends ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList. getExecutionsOrBuilderList()repeated .flyteidl.admin.Execution executions = 1;List<? extends ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionListOrBuilder. getExecutionsOrBuilderList()repeated .flyteidl.admin.Execution executions = 1;
-