Package com.google.cloud.workflows.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.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.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.