Uses of Class
flyteidl.admin.ExecutionOuterClass.Execution
-
Packages that use ExecutionOuterClass.Execution Package Description com.spotify.styx.flyte.client flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.Execution in com.spotify.styx.flyte.client
Methods in com.spotify.styx.flyte.client that return ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionFlyteAdminClient. getExecution(java.lang.String project, java.lang.String domain, java.lang.String name) -
Uses of ExecutionOuterClass.Execution in flyteidl.admin
Methods 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(java.io.InputStream input)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseDelimitedFrom(java.io.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(java.io.InputStream input)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(java.nio.ByteBuffer data)static ExecutionOuterClass.ExecutionExecutionOuterClass.Execution. parseFrom(java.nio.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 java.util.List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList.Builder. getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;java.util.List<ExecutionOuterClass.Execution>ExecutionOuterClass.ExecutionList. getExecutionsList()repeated .flyteidl.admin.Execution executions = 1;java.util.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;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(java.lang.Iterable<? extends ExecutionOuterClass.Execution> values)repeated .flyteidl.admin.Execution executions = 1; -
Uses of ExecutionOuterClass.Execution in flyteidl.service
Methods in flyteidl.service that return ExecutionOuterClass.Execution Modifier and Type Method Description ExecutionOuterClass.ExecutionAdminServiceGrpc.AdminServiceBlockingStub. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request)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)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)voidAdminServiceGrpc.AdminServiceStub. getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.Execution> responseObserver)
-