Package com.google.cloud.workflows.executions.v1 (2.60.0)

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.

ClientDescription
com.google.cloud.workflows.executions.v1.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.v1.ExecutionsSettingsSettings class to configure an instance of ExecutionsClient.

The default instance has everything set to sensible defaults:

Classes

ClassDescription
com.google.cloud.workflows.executions.v1.CancelExecutionRequestRequest for the CancelExecution method.
com.google.cloud.workflows.executions.v1.CancelExecutionRequest.BuilderRequest for the CancelExecution method.
com.google.cloud.workflows.executions.v1.CreateExecutionRequestRequest for the CreateExecution method.
com.google.cloud.workflows.executions.v1.CreateExecutionRequest.BuilderRequest for the CreateExecution method.
com.google.cloud.workflows.executions.v1.ExecutionA running instance of a Workflow.
com.google.cloud.workflows.executions.v1.Execution.BuilderA running instance of a Workflow.
com.google.cloud.workflows.executions.v1.Execution.ErrorError describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1.Execution.Error.BuilderError describes why the execution was abnormally terminated.
com.google.cloud.workflows.executions.v1.Execution.StackTraceA collection of stack elements (frames) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTrace.BuilderA collection of stack elements (frames) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElementA single stack element (frame) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.BuilderA single stack element (frame) where an error occurred.
com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.PositionPosition 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.BuilderPosition 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.StateErrorDescribes an error related to the current state of the Execution resource.
com.google.cloud.workflows.executions.v1.Execution.StateError.BuilderDescribes an error related to the current state of the Execution resource.
com.google.cloud.workflows.executions.v1.Execution.StatusRepresents the current status of this execution.
com.google.cloud.workflows.executions.v1.Execution.Status.BuilderRepresents the current status of this execution.
com.google.cloud.workflows.executions.v1.Execution.Status.StepRepresents a step of the workflow this execution is running.
com.google.cloud.workflows.executions.v1.Execution.Status.Step.BuilderRepresents a step of the workflow this execution is running.
com.google.cloud.workflows.executions.v1.ExecutionName
com.google.cloud.workflows.executions.v1.ExecutionName.BuilderBuilder 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.ExecutionsGrpcExecutions is used to start and manage running instances of Workflows called executions.
com.google.cloud.workflows.executions.v1.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.v1.ExecutionsProto
com.google.cloud.workflows.executions.v1.ExecutionsSettings.BuilderBuilder for ExecutionsSettings.
com.google.cloud.workflows.executions.v1.GetExecutionRequestRequest for the GetExecution method.
com.google.cloud.workflows.executions.v1.GetExecutionRequest.BuilderRequest for the GetExecution method.
com.google.cloud.workflows.executions.v1.ListExecutionsRequestRequest for the [ListExecutions][] method.
com.google.cloud.workflows.executions.v1.ListExecutionsRequest.BuilderRequest for the [ListExecutions][] method.
com.google.cloud.workflows.executions.v1.ListExecutionsResponseResponse for the ListExecutions method.
com.google.cloud.workflows.executions.v1.ListExecutionsResponse.BuilderResponse for the ListExecutions method.
com.google.cloud.workflows.executions.v1.WorkflowName
com.google.cloud.workflows.executions.v1.WorkflowName.BuilderBuilder for projects/{project}/locations/{location}/workflows/{workflow}.

Interfaces

InterfaceDescription
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.AsyncServiceExecutions 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

EnumDescription
com.google.cloud.workflows.executions.v1.Execution.CallLogLevelDescribes the level of platform logging to apply to calls and call responses during workflow executions.
com.google.cloud.workflows.executions.v1.Execution.StateDescribes the current state of the execution. More states might be added in the future.
com.google.cloud.workflows.executions.v1.Execution.StateError.TypeDescribes the possible types of a state error.
com.google.cloud.workflows.executions.v1.ExecutionViewDefines possible views for execution resource.