Google Cloud Service Management V1 Client - Class Step (1.3.3)

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

Represents the status of one operation step.

Generated from protobuf message google.api.servicemanagement.v1.OperationMetadata.Step

Namespace

Google \ Cloud \ ServiceManagement \ V1 \ OperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ description string

The short description of the step.

↳ status int

The status code.

getDescription

The short description of the step.

Returns
TypeDescription
string

setDescription

The short description of the step.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStatus

The status code.

Returns
TypeDescription
int

setStatus

The status code.

Parameter
NameDescription
var int
Returns
TypeDescription
$this