@Generated("by gapic-generator-java")
Package com.google.cloud.workflows.executions.v1beta
A client to Workflow Executions API
The interfaces provided are listed below, along with usage samples.
======================= ExecutionsClient =======================
Service Description: Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1beta.Workflow] called executions.
Sample for ExecutionsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ExecutionsClient executionsClient = ExecutionsClient.create()) {
WorkflowName parent = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]");
Execution execution = Execution.newBuilder().build();
Execution response = executionsClient.createExecution(parent, execution);
}
-
Interface Summary Interface Description CancelExecutionRequestOrBuilder CreateExecutionRequestOrBuilder Execution.ErrorOrBuilder ExecutionOrBuilder ExecutionsGrpc.AsyncService Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1beta.Workflow] called executions.GetExecutionRequestOrBuilder ListExecutionsRequestOrBuilder ListExecutionsResponseOrBuilder -
Class Summary Class Description CancelExecutionRequest Request for the [CancelExecution][google.cloud.workflows.executions.v1beta.Executions.CancelExecution] method.CancelExecutionRequest.Builder Request for the [CancelExecution][google.cloud.workflows.executions.v1beta.Executions.CancelExecution] method.CreateExecutionRequest Request for the [CreateExecution][google.cloud.workflows.executions.v1beta.Executions.CreateExecution] method.CreateExecutionRequest.Builder Request for the [CreateExecution][google.cloud.workflows.executions.v1beta.Executions.CreateExecution] method.Execution A running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].Execution.Builder A running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].Execution.Error Error describes why the execution was abnormally terminated.Execution.Error.Builder Error describes why the execution was abnormally terminated.ExecutionName ExecutionName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.ExecutionsClient Service Description: Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1beta.Workflow] called executions.ExecutionsClient.ListExecutionsFixedSizeCollection ExecutionsClient.ListExecutionsPage ExecutionsClient.ListExecutionsPagedResponse ExecutionsGrpc Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1beta.Workflow] called executions.ExecutionsGrpc.ExecutionsBlockingStub A stub to allow clients to do synchronous rpc calls to service Executions.ExecutionsGrpc.ExecutionsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Executions.ExecutionsGrpc.ExecutionsImplBase Base class for the server implementation of the service Executions.ExecutionsGrpc.ExecutionsStub A stub to allow clients to do asynchronous rpc calls to service Executions.ExecutionsProto ExecutionsSettings Settings class to configure an instance ofExecutionsClient
.ExecutionsSettings.Builder Builder for ExecutionsSettings.GetExecutionRequest Request for the [GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution] method.GetExecutionRequest.Builder Request for the [GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution] method.ListExecutionsRequest Request for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.ListExecutionsRequest.Builder Request for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.ListExecutionsResponse Response for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.ListExecutionsResponse.Builder Response for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.WorkflowName WorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}. -
Enum Summary Enum Description Execution.State Describes the current state of the execution.ExecutionView Defines possible views for execution resource.