Interface OperationMetadata.StepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationMetadata.Step,OperationMetadata.Step.Builder
- Enclosing class:
- OperationMetadata
public static interface OperationMetadata.StepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()The short description of the step.com.google.protobuf.ByteStringgetDescriptionBytes()The short description of the step.OperationMetadata.StatusgetStatus()The status code.intgetStatusValue()The status code.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescription
String getDescription()
The short description of the step.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
The short description of the step.
string description = 2;- Returns:
- The bytes for description.
-
getStatusValue
int getStatusValue()
The status code.
.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
OperationMetadata.Status getStatus()
The status code.
.google.api.servicemanagement.v1.OperationMetadata.Status status = 4;- Returns:
- The status.
-
-