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.StatusOperationMetadata.Status. forNumber(int value)OperationMetadata.StatusOperationMetadata.Step.Builder. getStatus()The status code.OperationMetadata.StatusOperationMetadata.Step. getStatus()The status code.OperationMetadata.StatusOperationMetadata.StepOrBuilder. getStatus()The status code.static OperationMetadata.StatusOperationMetadata.Status. valueOf(int value)Deprecated.static OperationMetadata.StatusOperationMetadata.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OperationMetadata.StatusOperationMetadata.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.BuilderOperationMetadata.Step.Builder. setStatus(OperationMetadata.Status value)The status code.
-