Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionRelaunchRequest
-
Packages that use ExecutionOuterClass.ExecutionRelaunchRequest Package Description flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionRelaunchRequest in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Field Description private static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Field Description private static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionRelaunchRequest>ExecutionOuterClass.ExecutionRelaunchRequest. PARSERMethods in flyteidl.admin that return ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Method Description ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest.Builder. build()ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest.Builder. buildPartial()static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. getDefaultInstance()ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest.Builder. getDefaultInstanceForType()ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. getDefaultInstanceForType()static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseDelimitedFrom(InputStream input)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(byte[] data)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(InputStream input)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(ByteBuffer data)static ExecutionOuterClass.ExecutionRelaunchRequestExecutionOuterClass.ExecutionRelaunchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Method Description com.google.protobuf.Parser<ExecutionOuterClass.ExecutionRelaunchRequest>ExecutionOuterClass.ExecutionRelaunchRequest. getParserForType()static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionRelaunchRequest>ExecutionOuterClass.ExecutionRelaunchRequest. parser()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Method Description private voidExecutionOuterClass.ExecutionRelaunchRequest.Builder. buildPartial0(ExecutionOuterClass.ExecutionRelaunchRequest result)ExecutionOuterClass.ExecutionRelaunchRequest.BuilderExecutionOuterClass.ExecutionRelaunchRequest.Builder. mergeFrom(ExecutionOuterClass.ExecutionRelaunchRequest other)static ExecutionOuterClass.ExecutionRelaunchRequest.BuilderExecutionOuterClass.ExecutionRelaunchRequest. newBuilder(ExecutionOuterClass.ExecutionRelaunchRequest prototype) -
Uses of ExecutionOuterClass.ExecutionRelaunchRequest in flyteidl.service
Fields in flyteidl.service with type parameters of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRelaunchExecutionMethodMethods in flyteidl.service that return types with arguments of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRelaunchExecutionMethod()Methods in flyteidl.service with parameters of type ExecutionOuterClass.ExecutionRelaunchRequest Modifier and Type Method Description ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`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`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`
-