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

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

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.