Interface OperationMetadata.StepOrBuilder (3.35.0)

public static interface OperationMetadata.StepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

The short description of the step.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The short description of the step.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getStatus()

public abstract OperationMetadata.Status getStatus()

The status code.

.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;

Returns
TypeDescription
OperationMetadata.Status

The status.

getStatusValue()

public abstract int getStatusValue()

The status code.

.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for status.