public static interface OperationMetadata.StepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()The short description of the step.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The short description of the step.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getStatus()
public abstract OperationMetadata.Status getStatus()The status code.
.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
| Returns | |
|---|---|
| Type | Description |
OperationMetadata.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()The status code.
.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |