Google Cloud Workflows V1 Client - Class Step (0.4.2)

Reference documentation and code samples for the Google Cloud Workflows V1 Client class Step.

Represents a step of the workflow this execution is running.

Generated from protobuf message google.cloud.workflows.executions.v1.Execution.Status.Step

Namespace

Google \ Cloud \ Workflows \ Executions \ V1 \ Execution \ Status

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ routine string

Name of a routine within the workflow.

↳ step string

Name of a step within the routine.

getRoutine

Name of a routine within the workflow.

Returns
TypeDescription
string

setRoutine

Name of a routine within the workflow.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStep

Name of a step within the routine.

Returns
TypeDescription
string

setStep

Name of a step within the routine.

Parameter
NameDescription
var string
Returns
TypeDescription
$this