Package com.google.cloud.workflows.executions.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.executions.v1.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.v1.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.v1.CancelExecutionRequest Request for the CancelExecution method.
com.google.cloud.workflows.executions.v1.CancelExecutionRequest.Builder Request for the CancelExecution method.
com.google.cloud.workflows.executions.v1.CreateExecutionRequest Request for the CreateExecution method.
com.google.cloud.workflows.executions.v1.CreateExecutionRequest.Builder Request for the CreateExecution method.
com.google.cloud.workflows.executions.v1.Execution A running instance of a Workflow.
com.google.cloud.workflows.executions.v1.Execution.Builder A running instance of a Workflow.
com.google.cloud.workflows.executions.v1.Execution.Error Error describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1.Execution.Error.Builder Error describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1.Execution.StackTrace A collection of stack elements (frames) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTrace.Builder A collection of stack elements (frames) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement A single stack element (frame) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Builder A single stack element (frame) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position.Builder Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
com.google.cloud.workflows.executions.v1.Execution.StateError Describes an error related to the current state of the Execution resource.
com.google.cloud.workflows.executions.v1.Execution.StateError.Builder Describes an error related to the current state of the Execution resource.
com.google.cloud.workflows.executions.v1.Execution.Status Represents the current status of this execution.
com.google.cloud.workflows.executions.v1.Execution.Status.Builder Represents the current status of this execution.
com.google.cloud.workflows.executions.v1.Execution.Status.Step Represents a step of the workflow this execution is running.
com.google.cloud.workflows.executions.v1.Execution.Status.Step.Builder Represents a step of the workflow this execution is running.
com.google.cloud.workflows.executions.v1.ExecutionName
com.google.cloud.workflows.executions.v1.ExecutionName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.
com.google.cloud.workflows.executions.v1.ExecutionsClient.ListExecutionsFixedSizeCollection
com.google.cloud.workflows.executions.v1.ExecutionsClient.ListExecutionsPage
com.google.cloud.workflows.executions.v1.ExecutionsClient.ListExecutionsPagedResponse
com.google.cloud.workflows.executions.v1.ExecutionsGrpc Executions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1.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.v1.ExecutionsProto
com.google.cloud.workflows.executions.v1.ExecutionsSettings.Builder Builder for ExecutionsSettings.
com.google.cloud.workflows.executions.v1.GetExecutionRequest Request for the GetExecution method.
com.google.cloud.workflows.executions.v1.GetExecutionRequest.Builder Request for the GetExecution method.
com.google.cloud.workflows.executions.v1.ListExecutionsRequest Request for the [ListExecutions][] method.
com.google.cloud.workflows.executions.v1.ListExecutionsRequest.Builder Request for the [ListExecutions][] method.
com.google.cloud.workflows.executions.v1.ListExecutionsResponse Response for the ListExecutions method.
com.google.cloud.workflows.executions.v1.ListExecutionsResponse.Builder Response for the ListExecutions method.
com.google.cloud.workflows.executions.v1.WorkflowName
com.google.cloud.workflows.executions.v1.WorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}.

Interfaces

Interface Description
com.google.cloud.workflows.executions.v1.CancelExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1.CreateExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1.Execution.ErrorOrBuilder
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.PositionOrBuilder
com.google.cloud.workflows.executions.v1.Execution.StackTraceElementOrBuilder
com.google.cloud.workflows.executions.v1.Execution.StackTraceOrBuilder
com.google.cloud.workflows.executions.v1.Execution.StateErrorOrBuilder
com.google.cloud.workflows.executions.v1.Execution.Status.StepOrBuilder
com.google.cloud.workflows.executions.v1.Execution.StatusOrBuilder
com.google.cloud.workflows.executions.v1.ExecutionOrBuilder
com.google.cloud.workflows.executions.v1.ExecutionsGrpc.AsyncService Executions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1.GetExecutionRequestOrBuilder
com.google.cloud.workflows.executions.v1.ListExecutionsRequestOrBuilder
com.google.cloud.workflows.executions.v1.ListExecutionsResponseOrBuilder

Enums

Enum Description
com.google.cloud.workflows.executions.v1.Execution.CallLogLevel Describes the level of platform logging to apply to calls and call responses during workflow executions.
com.google.cloud.workflows.executions.v1.Execution.State Describes the current state of the execution. More states might be added in the future.
com.google.cloud.workflows.executions.v1.Execution.StateError.Type Describes the possible types of a state error.
com.google.cloud.workflows.executions.v1.ExecutionView Defines possible views for execution resource.