Uses of Class
com.google.api.servicemanagement.v1.OperationMetadata.Status
-
Packages that use OperationMetadata.Status Package Description com.google.api.servicemanagement.v1 -
-
Uses of OperationMetadata.Status in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return OperationMetadata.Status Modifier and Type Method Description static OperationMetadata.Status
OperationMetadata.Status. forNumber(int value)
OperationMetadata.Status
OperationMetadata.Step.Builder. getStatus()
The status code.OperationMetadata.Status
OperationMetadata.Step. getStatus()
The status code.OperationMetadata.Status
OperationMetadata.StepOrBuilder. getStatus()
The status code.static OperationMetadata.Status
OperationMetadata.Status. valueOf(int value)
Deprecated.static OperationMetadata.Status
OperationMetadata.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OperationMetadata.Status
OperationMetadata.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationMetadata.Status[]
OperationMetadata.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicemanagement.v1 that return types with arguments of type OperationMetadata.Status Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OperationMetadata.Status>
OperationMetadata.Status. internalGetValueMap()
Methods in com.google.api.servicemanagement.v1 with parameters of type OperationMetadata.Status Modifier and Type Method Description OperationMetadata.Step.Builder
OperationMetadata.Step.Builder. setStatus(OperationMetadata.Status value)
The status code.
-