Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionCreateResponse
-
Packages that use ExecutionOuterClass.ExecutionCreateResponse Package Description flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionCreateResponse in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Field Description private static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Field Description private static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionCreateResponse>ExecutionOuterClass.ExecutionCreateResponse. PARSERMethods in flyteidl.admin that return ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse.Builder. build()ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse.Builder. buildPartial()static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. getDefaultInstance()ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse.Builder. getDefaultInstanceForType()ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. getDefaultInstanceForType()static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseDelimitedFrom(InputStream input)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(byte[] data)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(InputStream input)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(ByteBuffer data)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description com.google.protobuf.Parser<ExecutionOuterClass.ExecutionCreateResponse>ExecutionOuterClass.ExecutionCreateResponse. getParserForType()static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionCreateResponse>ExecutionOuterClass.ExecutionCreateResponse. parser()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description private voidExecutionOuterClass.ExecutionCreateResponse.Builder. buildPartial0(ExecutionOuterClass.ExecutionCreateResponse result)ExecutionOuterClass.ExecutionCreateResponse.BuilderExecutionOuterClass.ExecutionCreateResponse.Builder. mergeFrom(ExecutionOuterClass.ExecutionCreateResponse other)static ExecutionOuterClass.ExecutionCreateResponse.BuilderExecutionOuterClass.ExecutionCreateResponse. newBuilder(ExecutionOuterClass.ExecutionCreateResponse prototype) -
Uses of ExecutionOuterClass.ExecutionCreateResponse in flyteidl.service
Fields in flyteidl.service with type parameters of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionCreateRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getCreateExecutionMethodprivate static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRecoverRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRecoverExecutionMethodprivate static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRelaunchExecutionMethodMethods in flyteidl.service that return ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. createExecution(ExecutionOuterClass.ExecutionCreateRequest request)Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. recoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request)Recreates a previously-run workflow execution that will only start executing from the last known failure point.ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`Methods in flyteidl.service that return types with arguments of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc.AdminServiceFutureStub. createExecution(ExecutionOuterClass.ExecutionCreateRequest request)Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionCreateRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getCreateExecutionMethod()static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRecoverRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRecoverExecutionMethod()static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRelaunchExecutionMethod()com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc.AdminServiceFutureStub. recoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request)Recreates a previously-run workflow execution that will only start executing from the last known failure point.com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc.AdminServiceFutureStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`Method parameters in flyteidl.service with type arguments of type ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. createExecution(ExecutionOuterClass.ExecutionCreateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`voidAdminServiceGrpc.AdminServiceStub. createExecution(ExecutionOuterClass.ExecutionCreateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`voidAdminServiceGrpc.AdminServiceImplBase. recoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Recreates a previously-run workflow execution that will only start executing from the last known failure point.voidAdminServiceGrpc.AdminServiceStub. recoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Recreates a previously-run workflow execution that will only start executing from the last known failure point.voidAdminServiceGrpc.AdminServiceImplBase. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`voidAdminServiceGrpc.AdminServiceStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`
-