Package com.google.cloud.workflows.v1beta (2.36.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.v1beta.WorkflowsClient Service Description: Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.

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.v1beta.WorkflowsSettings Settings class to configure an instance of WorkflowsClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.cloud.workflows.v1beta.CreateWorkflowRequest Request for the CreateWorkflow method.
com.google.cloud.workflows.v1beta.CreateWorkflowRequest.Builder Request for the CreateWorkflow method.
com.google.cloud.workflows.v1beta.DeleteWorkflowRequest Request for the DeleteWorkflow method.
com.google.cloud.workflows.v1beta.DeleteWorkflowRequest.Builder Request for the DeleteWorkflow method.
com.google.cloud.workflows.v1beta.GetWorkflowRequest Request for the GetWorkflow method.
com.google.cloud.workflows.v1beta.GetWorkflowRequest.Builder Request for the GetWorkflow method.
com.google.cloud.workflows.v1beta.ListWorkflowsRequest Request for the ListWorkflows method.
com.google.cloud.workflows.v1beta.ListWorkflowsRequest.Builder Request for the ListWorkflows method.
com.google.cloud.workflows.v1beta.ListWorkflowsResponse Response for the ListWorkflows method.
com.google.cloud.workflows.v1beta.ListWorkflowsResponse.Builder Response for the ListWorkflows method.
com.google.cloud.workflows.v1beta.LocationName
com.google.cloud.workflows.v1beta.LocationName.Builder Builder for projects/{project}/locations/{location}.
com.google.cloud.workflows.v1beta.OperationMetadata Represents the metadata of the long-running operation.
com.google.cloud.workflows.v1beta.OperationMetadata.Builder Represents the metadata of the long-running operation.
com.google.cloud.workflows.v1beta.UpdateWorkflowRequest Request for the UpdateWorkflow method.
com.google.cloud.workflows.v1beta.UpdateWorkflowRequest.Builder Request for the UpdateWorkflow method.
com.google.cloud.workflows.v1beta.Workflow Workflow program to be executed by Workflows.
com.google.cloud.workflows.v1beta.Workflow.Builder Workflow program to be executed by Workflows.
com.google.cloud.workflows.v1beta.WorkflowName
com.google.cloud.workflows.v1beta.WorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}.
com.google.cloud.workflows.v1beta.WorkflowsClient.ListWorkflowsFixedSizeCollection
com.google.cloud.workflows.v1beta.WorkflowsClient.ListWorkflowsPage
com.google.cloud.workflows.v1beta.WorkflowsClient.ListWorkflowsPagedResponse
com.google.cloud.workflows.v1beta.WorkflowsGrpc Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.
com.google.cloud.workflows.v1beta.WorkflowsGrpc.WorkflowsImplBase Base class for the server implementation of the service Workflows. Workflows is used to deploy and execute workflow programs.
com.google.cloud.workflows.v1beta.WorkflowsProto
com.google.cloud.workflows.v1beta.WorkflowsSettings.Builder Builder for WorkflowsSettings.

Interfaces

Interface Description
com.google.cloud.workflows.v1beta.CreateWorkflowRequestOrBuilder
com.google.cloud.workflows.v1beta.DeleteWorkflowRequestOrBuilder
com.google.cloud.workflows.v1beta.GetWorkflowRequestOrBuilder
com.google.cloud.workflows.v1beta.ListWorkflowsRequestOrBuilder
com.google.cloud.workflows.v1beta.ListWorkflowsResponseOrBuilder
com.google.cloud.workflows.v1beta.OperationMetadataOrBuilder
com.google.cloud.workflows.v1beta.UpdateWorkflowRequestOrBuilder
com.google.cloud.workflows.v1beta.WorkflowOrBuilder
com.google.cloud.workflows.v1beta.WorkflowsGrpc.AsyncService Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.

Enums

Enum Description
com.google.cloud.workflows.v1beta.Workflow.SourceCodeCase
com.google.cloud.workflows.v1beta.Workflow.State Describes the current state of workflow deployment. More states may be added in the future.