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

GitHub Repository REST Documentation

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.workflows.executions.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 and/or subject to breaking changes when upgrading. Use them only for testing or if you specifically need their experimental features.

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.