Uses of Class
com.google.cloud.workflows.executions.v1.Execution
-
Packages that use Execution Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions APIcom.google.cloud.workflows.executions.v1.stub -
-
Uses of Execution in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return Execution Modifier and Type Method Description ExecutionExecution.Builder. build()ExecutionExecution.Builder. buildPartial()ExecutionExecutionsClient. cancelExecution(CancelExecutionRequest request)Cancels an execution of the given name.ExecutionExecutionsClient. cancelExecution(ExecutionName name)Cancels an execution of the given name.ExecutionExecutionsClient. cancelExecution(String name)Cancels an execution of the given name.ExecutionExecutionsGrpc.ExecutionsBlockingStub. cancelExecution(CancelExecutionRequest request)Cancels an execution of the given name.ExecutionExecutionsClient. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.ExecutionExecutionsClient. createExecution(WorkflowName parent, Execution execution)Creates a new execution using the latest revision of the given workflow.ExecutionExecutionsClient. createExecution(String parent, Execution execution)Creates a new execution using the latest revision of the given workflow.ExecutionExecutionsGrpc.ExecutionsBlockingStub. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.static ExecutionExecution. getDefaultInstance()ExecutionExecution.Builder. getDefaultInstanceForType()ExecutionExecution. getDefaultInstanceForType()ExecutionCreateExecutionRequest.Builder. getExecution()Required.ExecutionCreateExecutionRequest. getExecution()Required.ExecutionCreateExecutionRequestOrBuilder. getExecution()Required.ExecutionExecutionsClient. getExecution(ExecutionName name)Returns an execution of the given name.ExecutionExecutionsClient. getExecution(GetExecutionRequest request)Returns an execution of the given name.ExecutionExecutionsClient. getExecution(String name)Returns an execution of the given name.ExecutionExecutionsGrpc.ExecutionsBlockingStub. getExecution(GetExecutionRequest request)Returns an execution of the given name.ExecutionListExecutionsResponse.Builder. getExecutions(int index)The executions which match the request.ExecutionListExecutionsResponse. getExecutions(int index)The executions which match the request.ExecutionListExecutionsResponseOrBuilder. getExecutions(int index)The executions which match the request.static ExecutionExecution. parseDelimitedFrom(InputStream input)static ExecutionExecution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(byte[] data)static ExecutionExecution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(com.google.protobuf.ByteString data)static ExecutionExecution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionExecution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(InputStream input)static ExecutionExecution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(ByteBuffer data)static ExecutionExecution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type Execution Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Execution>ExecutionsGrpc.ExecutionsFutureStub. cancelExecution(CancelExecutionRequest request)Cancels an execution of the given name.com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>ExecutionsClient. cancelExecutionCallable()Cancels an execution of the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelExecutionRequest,Execution>ExecutionsSettings.Builder. cancelExecutionSettings()Returns the builder for the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallSettings<CancelExecutionRequest,Execution>ExecutionsSettings. cancelExecutionSettings()Returns the object with the settings used for calls to cancelExecution.com.google.common.util.concurrent.ListenableFuture<Execution>ExecutionsGrpc.ExecutionsFutureStub. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>ExecutionsClient. createExecutionCallable()Creates a new execution using the latest revision of the given workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>ExecutionsSettings.Builder. createExecutionSettings()Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>ExecutionsSettings. createExecutionSettings()Returns the object with the settings used for calls to createExecution.static io.grpc.MethodDescriptor<CancelExecutionRequest,Execution>ExecutionsGrpc. getCancelExecutionMethod()static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution>ExecutionsGrpc. getCreateExecutionMethod()com.google.common.util.concurrent.ListenableFuture<Execution>ExecutionsGrpc.ExecutionsFutureStub. getExecution(GetExecutionRequest request)Returns an execution of the given name.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>ExecutionsClient. getExecutionCallable()Returns an execution of the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>ExecutionsSettings.Builder. getExecutionSettings()Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>ExecutionsSettings. getExecutionSettings()Returns the object with the settings used for calls to getExecution.List<Execution>ListExecutionsResponse.Builder. getExecutionsList()The executions which match the request.List<Execution>ListExecutionsResponse. getExecutionsList()The executions which match the request.List<Execution>ListExecutionsResponseOrBuilder. getExecutionsList()The executions which match the request.static io.grpc.MethodDescriptor<GetExecutionRequest,Execution>ExecutionsGrpc. getGetExecutionMethod()com.google.protobuf.Parser<Execution>Execution. getParserForType()static com.google.protobuf.Parser<Execution>Execution. parser()Methods in com.google.cloud.workflows.executions.v1 with parameters of type Execution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(int index, Execution value)The executions which match the request.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(Execution value)The executions which match the request.ExecutionExecutionsClient. createExecution(WorkflowName parent, Execution execution)Creates a new execution using the latest revision of the given workflow.ExecutionExecutionsClient. createExecution(String parent, Execution execution)Creates a new execution using the latest revision of the given workflow.CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. mergeExecution(Execution value)Required.Execution.BuilderExecution.Builder. mergeFrom(Execution other)static Execution.BuilderExecution. newBuilder(Execution prototype)CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. setExecution(Execution value)Required.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. setExecutions(int index, Execution value)The executions which match the request.Method parameters in com.google.cloud.workflows.executions.v1 with type arguments of type Execution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addAllExecutions(Iterable<? extends Execution> values)The executions which match the request.default voidExecutionsGrpc.AsyncService. cancelExecution(CancelExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Cancels an execution of the given name.voidExecutionsGrpc.ExecutionsStub. cancelExecution(CancelExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Cancels an execution of the given name.static com.google.api.core.ApiFuture<ExecutionsClient.ListExecutionsPagedResponse>ExecutionsClient.ListExecutionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)default voidExecutionsGrpc.AsyncService. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates a new execution using the latest revision of the given workflow.voidExecutionsGrpc.ExecutionsStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates a new execution using the latest revision of the given workflow.protected ExecutionsClient.ListExecutionsPageExecutionsClient.ListExecutionsPage. createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)com.google.api.core.ApiFuture<ExecutionsClient.ListExecutionsPage>ExecutionsClient.ListExecutionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)default voidExecutionsGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Returns an execution of the given name.voidExecutionsGrpc.ExecutionsStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Returns an execution of the given name. -
Uses of Execution in com.google.cloud.workflows.executions.v1.stub
Methods in com.google.cloud.workflows.executions.v1.stub that return types with arguments of type Execution Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>ExecutionsStub. cancelExecutionCallable()com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>GrpcExecutionsStub. cancelExecutionCallable()com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>HttpJsonExecutionsStub. cancelExecutionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelExecutionRequest,Execution>ExecutionsStubSettings.Builder. cancelExecutionSettings()Returns the builder for the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallSettings<CancelExecutionRequest,Execution>ExecutionsStubSettings. cancelExecutionSettings()Returns the object with the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>ExecutionsStub. createExecutionCallable()com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>GrpcExecutionsStub. createExecutionCallable()com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>HttpJsonExecutionsStub. createExecutionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>ExecutionsStubSettings.Builder. createExecutionSettings()Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>ExecutionsStubSettings. createExecutionSettings()Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>ExecutionsStub. getExecutionCallable()com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>GrpcExecutionsStub. getExecutionCallable()com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>HttpJsonExecutionsStub. getExecutionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>ExecutionsStubSettings.Builder. getExecutionSettings()Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>ExecutionsStubSettings. getExecutionSettings()Returns the object with the settings used for calls to getExecution.
-