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 \ OperationMetadataMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setDescription
The short description of the step.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
The status code.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Status. |
setStatus
The status code.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Status. |
| Returns | |
|---|---|
| Type | Description |
$this |
|