Package com.google.cloud.workflows.v1 (2.41.0)

GitHub RepositoryREST Documentation

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.v1.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.v1.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.v1.CreateWorkflowRequest Request for the CreateWorkflow method.
com.google.cloud.workflows.v1.CreateWorkflowRequest.Builder Request for the CreateWorkflow method.
com.google.cloud.workflows.v1.DeleteWorkflowRequest Request for the DeleteWorkflow method.
com.google.cloud.workflows.v1.DeleteWorkflowRequest.Builder Request for the DeleteWorkflow method.
com.google.cloud.workflows.v1.GetWorkflowRequest Request for the GetWorkflow method.
com.google.cloud.workflows.v1.GetWorkflowRequest.Builder Request for the GetWorkflow method.
com.google.cloud.workflows.v1.ListWorkflowsRequest Request for the ListWorkflows method.
com.google.cloud.workflows.v1.ListWorkflowsRequest.Builder Request for the ListWorkflows method.
com.google.cloud.workflows.v1.ListWorkflowsResponse Response for the ListWorkflows method.
com.google.cloud.workflows.v1.ListWorkflowsResponse.Builder Response for the ListWorkflows method.
com.google.cloud.workflows.v1.LocationName
com.google.cloud.workflows.v1.LocationName.Builder Builder for projects/{project}/locations/{location}.
com.google.cloud.workflows.v1.OperationMetadata Represents the metadata of the long-running operation.
com.google.cloud.workflows.v1.OperationMetadata.Builder Represents the metadata of the long-running operation.
com.google.cloud.workflows.v1.UpdateWorkflowRequest Request for the UpdateWorkflow method.
com.google.cloud.workflows.v1.UpdateWorkflowRequest.Builder Request for the UpdateWorkflow method.
com.google.cloud.workflows.v1.Workflow Workflow program to be executed by Workflows.
com.google.cloud.workflows.v1.Workflow.Builder Workflow program to be executed by Workflows.
com.google.cloud.workflows.v1.Workflow.StateError Describes an error related to the current state of the workflow.
com.google.cloud.workflows.v1.Workflow.StateError.Builder Describes an error related to the current state of the workflow.
com.google.cloud.workflows.v1.WorkflowName
com.google.cloud.workflows.v1.WorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}.
com.google.cloud.workflows.v1.WorkflowsClient.ListLocationsFixedSizeCollection
com.google.cloud.workflows.v1.WorkflowsClient.ListLocationsPage
com.google.cloud.workflows.v1.WorkflowsClient.ListLocationsPagedResponse
com.google.cloud.workflows.v1.WorkflowsClient.ListWorkflowsFixedSizeCollection
com.google.cloud.workflows.v1.WorkflowsClient.ListWorkflowsPage
com.google.cloud.workflows.v1.WorkflowsClient.ListWorkflowsPagedResponse
com.google.cloud.workflows.v1.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.v1.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.v1.WorkflowsProto
com.google.cloud.workflows.v1.WorkflowsSettings.Builder Builder for WorkflowsSettings.

Interfaces

Interface Description
com.google.cloud.workflows.v1.CreateWorkflowRequestOrBuilder
com.google.cloud.workflows.v1.DeleteWorkflowRequestOrBuilder
com.google.cloud.workflows.v1.GetWorkflowRequestOrBuilder
com.google.cloud.workflows.v1.ListWorkflowsRequestOrBuilder
com.google.cloud.workflows.v1.ListWorkflowsResponseOrBuilder
com.google.cloud.workflows.v1.OperationMetadataOrBuilder
com.google.cloud.workflows.v1.UpdateWorkflowRequestOrBuilder
com.google.cloud.workflows.v1.Workflow.StateErrorOrBuilder
com.google.cloud.workflows.v1.WorkflowOrBuilder
com.google.cloud.workflows.v1.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.v1.Workflow.CallLogLevel Describes the level of platform logging to apply to calls and call responses during workflow executions.
com.google.cloud.workflows.v1.Workflow.SourceCodeCase
com.google.cloud.workflows.v1.Workflow.State Describes the current state of workflow deployment.
com.google.cloud.workflows.v1.Workflow.StateError.Type Describes the possibled types of a state error.