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

GitHub 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.

Client Description
com.google.cloud.workflows.executions.v1beta.ExecutionsClient Service 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.

Settings Description
com.google.cloud.workflows.executions.v1beta.ExecutionsSettings Settings class to configure an instance of ExecutionsClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.cloud.workflows.executions.v1beta.CancelExecutionRequest Request for the CancelExecution method.
com.google.cloud.workflows.executions.v1beta.CancelExecutionRequest.Builder Request for the CancelExecution method.
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequest Request for the CreateExecution method.
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequest.Builder Request for the CreateExecution method.
com.google.cloud.workflows.executions.v1beta.Execution A running instance of a Workflow.
com.google.cloud.workflows.executions.v1beta.Execution.Builder A running instance of a Workflow.
com.google.cloud.workflows.executions.v1beta.Execution.Error Error describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1beta.Execution.Error.Builder Error describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1beta.ExecutionName
com.google.cloud.workflows.executions.v1beta.ExecutionName.Builder Builder 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.ExecutionsGrpc Executions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1beta.ExecutionsGrpc.ExecutionsImplBase Base 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.Builder Builder for ExecutionsSettings.
com.google.cloud.workflows.executions.v1beta.GetExecutionRequest Request for the GetExecution method.
com.google.cloud.workflows.executions.v1beta.GetExecutionRequest.Builder Request for the GetExecution method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsRequest Request for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsRequest.Builder Request for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsResponse Response for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.ListExecutionsResponse.Builder Response for the ListExecutions method.
com.google.cloud.workflows.executions.v1beta.WorkflowName
com.google.cloud.workflows.executions.v1beta.WorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}.

Interfaces

Interface Description
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.AsyncService Executions 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

Enum Description
com.google.cloud.workflows.executions.v1beta.Execution.State Describes the current state of the execution. More states may be added in the future.
com.google.cloud.workflows.executions.v1beta.ExecutionView Defines possible views for execution resource.