Uses of Class
flyteidl.admin.ExecutionOuterClass.Execution
-
Packages that use ExecutionOuterClass.Execution Package Description flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.Execution in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.Execution Modifier and Type Field Description private static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type ExecutionOuterClass.Execution Modifier and Type Field Description private List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList.Builder. executions_private List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList. executions_private com.google.protobuf.RepeatedFieldBuilderV3<ExecutionOuterClass.Execution,ExecutionOuterClass.Execution.Builder,ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList.Builder. executionsBuilder_private static com.google.protobuf.Parser<ExecutionOuterClass.Execution>ExecutionOuterClass.Execution. PARSERMethods in flyteidl.admin that return ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionExecutionOuterClass.Execution.Builder. build()ExecutionOuterClass.ExecutionExecutionOuterClass.Execution.Builder. buildPartial()static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. getDefaultInstance()ExecutionOuterClass.ExecutionExecutionOuterClass.Execution.Builder. getDefaultInstanceForType()ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. getDefaultInstanceForType()ExecutionOuterClass.ExecutionExecutionOuterClass.ExecutionList.Builder. getExecutions(int index)repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionExecutionOuterClass.ExecutionList. getExecutions(int index)repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionExecutionOuterClass.ExecutionListOrBuilder. getExecutions(int index)repeated .flyteidl.admin.Execution executions = 1;static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseDelimitedFrom(InputStream input)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(byte[] data)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(InputStream input)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(ByteBuffer data)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.Execution Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<ExecutionOuterClass.Execution,ExecutionOuterClass.Execution.Builder,ExecutionOuterClass.ExecutionOrBuilder>ExecutionOuterClass.ExecutionList.Builder. getExecutionsFieldBuilder()List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList.Builder. getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList. getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionListOrBuilder. getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;com.google.protobuf.Parser<ExecutionOuterClass.Execution>ExecutionOuterClass.Execution. getParserForType()static com.google.protobuf.Parser<ExecutionOuterClass.Execution>ExecutionOuterClass.Execution. parser()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList.Builder. addExecutions(int index, ExecutionOuterClass.Execution value)repeated .flyteidl.admin.Execution executions = 1;ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList.Builder. addExecutions(ExecutionOuterClass.Execution value)repeated .flyteidl.admin.Execution executions = 1;private voidExecutionOuterClass.Execution.Builder. buildPartial0(ExecutionOuterClass.Execution result)ExecutionOuterClass.Execution.BuilderExecutionOuterClass.Execution.Builder. mergeFrom(ExecutionOuterClass.Execution other)static ExecutionOuterClass.Execution.BuilderExecutionOuterClass.Execution. newBuilder(ExecutionOuterClass.Execution prototype)ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList.Builder. setExecutions(int index, ExecutionOuterClass.Execution value)repeated .flyteidl.admin.Execution executions = 1;Method parameters in flyteidl.admin with type arguments of type ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList.Builder. addAllExecutions(Iterable<? extends ExecutionOuterClass.Execution> values)repeated .flyteidl.admin.Execution executions = 1; -
Uses of ExecutionOuterClass.Execution in flyteidl.service
Fields in flyteidl.service with type parameters of type ExecutionOuterClass.Execution Modifier and Type Field Description private static io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.Execution>AdminServiceGrpc. getGetExecutionMethodMethods in flyteidl.service that return ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionAdminServiceGrpc.AdminServiceBlockingStub. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request)Fetches a :ref:`ref_flyteidl.admin.Execution`.Methods in flyteidl.service that return types with arguments of type ExecutionOuterClass.Execution Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.Execution>AdminServiceGrpc.AdminServiceFutureStub. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request)Fetches a :ref:`ref_flyteidl.admin.Execution`.static io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.Execution>AdminServiceGrpc. getGetExecutionMethod()Method parameters in flyteidl.service with type arguments of type ExecutionOuterClass.Execution Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.Execution> responseObserver)Fetches a :ref:`ref_flyteidl.admin.Execution`.voidAdminServiceGrpc.AdminServiceStub. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.Execution> responseObserver)Fetches a :ref:`ref_flyteidl.admin.Execution`.
-