Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionCreateResponse
-
Packages that use ExecutionOuterClass.ExecutionCreateResponse Package Description com.spotify.styx.flyte.client flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionCreateResponse in com.spotify.styx.flyte.client
Methods in com.spotify.styx.flyte.client that return ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionCreateResponseFlyteAdminClient. createExecution(java.lang.String project, java.lang.String domain, java.lang.String name, IdentifierOuterClass.Identifier launchPlanId, ExecutionOuterClass.ExecutionMetadata.ExecutionMode executionMode, java.util.Map<java.lang.String,java.lang.String> labels, java.util.Map<java.lang.String,java.lang.String> annotations, java.util.Map<java.lang.String,java.lang.String> extraDefaultInputs) -
Uses of ExecutionOuterClass.ExecutionCreateResponse in flyteidl.admin
Methods 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(java.io.InputStream input)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseDelimitedFrom(java.io.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(java.io.InputStream input)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(java.nio.ByteBuffer data)static ExecutionOuterClass.ExecutionCreateResponseExecutionOuterClass.ExecutionCreateResponse. parseFrom(java.nio.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 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
Methods in flyteidl.service that return ExecutionOuterClass.ExecutionCreateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. createExecution(ExecutionOuterClass.ExecutionCreateRequest request)ExecutionOuterClass.ExecutionCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request)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)static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionCreateRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getCreateExecutionMethod()static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc. getRelaunchExecutionMethod()com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionCreateResponse>AdminServiceGrpc.AdminServiceFutureStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request)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)voidAdminServiceGrpc.AdminServiceStub. createExecution(ExecutionOuterClass.ExecutionCreateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)voidAdminServiceGrpc.AdminServiceImplBase. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)voidAdminServiceGrpc.AdminServiceStub. relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)
-