Package com.google.cloud.workflows.executions.v1beta (2.41.0)

RepositoryREST Documentation

This package is not the latest GA version!

For this library, we recommend using the package associated with API version v1 for new applications.

Prerelease Implications

This package is a prerelease version! Use with caution. Prerelease versions are considered unstable as they may be shut down. You can read more about Cloud API versioning strategy here. Each Cloud Java client library may contain multiple packages. Each package containing a version number in its name corresponds to a published version of the service. We recommend using the latest stable version for new production applications, which can be identified by the largest numeric version that does not contain a suffix. For example, if a client library has two packages: v1 and v2alpha, then the latest stable version is v1. If you use an unstable release, breaking changes may be introduced when upgrading.

Client Classes

Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.

ClientDescription
com.google.cloud.workflows.executions.v1beta.ExecutionsClientService Description: Executions is used to start and manage running instances of Workflows called executions.

This class provides the ability to make remote calls to the backing service through method

Settings Classes

Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.

SettingsDescription
com.google.cloud.workflows.executions.v1beta.ExecutionsSettingsSettings class to configure an instance of ExecutionsClient.

The default instance has everything set to sensible defaults:

Classes

ClassDescription
com.google.cloud.workflows.executions.v1beta.CancelExecutionRequestRequest for the CancelExecution method.
com.google.cloud.workflows.executions.v1beta.CancelExecutionRequest.BuilderRequest for the CancelExecution method.
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequestRequest for the CreateExecution method.
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequest.BuilderRequest for the CreateExecution method.
com.google.cloud.workflows.executions.v1beta.ExecutionA running instance of a Workflow.
com.google.cloud.workflows.executions.v1beta.Execution.BuilderA running instance of a Workflow.
com.google.cloud.workflows.executions.v1beta.Execution.ErrorError describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1beta.Execution.Error.BuilderError describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1beta.ExecutionName
com.google.cloud.workflows.executions.v1beta.ExecutionName.BuilderBuilder for projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.
com.google.cloud.workflows.executions.v1beta.ExecutionsClient.ListExecutionsFixedSizeCollection
com.google.cloud.workflows.executions.v1beta.ExecutionsClient.ListExecutionsPage
com.google.cloud.workflows.executions.v1beta.ExecutionsClient.ListExecutionsPagedResponse
com.google.cloud.workflows.executions.v1beta.ExecutionsGrpcExecutions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1beta.ExecutionsGrpc.ExecutionsImplBaseBase class for the server implementation of the service Executions. Executions is used to start and manage running instances of
com.google.cloud.workflows.executions.v1beta.ExecutionsProto
com.google.cloud.workflows.executions.v1beta.ExecutionsSettings.BuilderBuilder for ExecutionsSettings.
com.google.cloud.workflows.executions.v1beta.GetExecutionRequestRequest for the GetExecution method.
com.google.cloud.workflows.executions.v1beta.GetExecutionRequest.BuilderRequest for the GetExecution method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsRequestRequest for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsRequest.BuilderRequest for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsResponseResponse for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsResponse.BuilderResponse for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.WorkflowName
com.google.cloud.workflows.executions.v1beta.WorkflowName.BuilderBuilder for projects/{project}/locations/{location}/workflows/{workflow}.

Interfaces

InterfaceDescription
com.google.cloud.workflows.executions.v1beta.CancelExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1beta.Execution.ErrorOrBuilder
com.google.cloud.workflows.executions.v1beta.ExecutionOrBuilder
com.google.cloud.workflows.executions.v1beta.ExecutionsGrpc.AsyncServiceExecutions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1beta.GetExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1beta.ListExecutionsRequestOrBuilder
com.google.cloud.workflows.executions.v1beta.ListExecutionsResponseOrBuilder

Enums

EnumDescription
com.google.cloud.workflows.executions.v1beta.Execution.StateDescribes the current state of the execution. More states may be added in the future.
com.google.cloud.workflows.executions.v1beta.ExecutionViewDefines possible views for execution resource.