Uses of Class
com.google.api.servicecontrol.v1.Operation.Importance
-
Packages that use Operation.Importance Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of Operation.Importance in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return Operation.Importance Modifier and Type Method Description static Operation.Importance
Operation.Importance. forNumber(int value)
Operation.Importance
Operation.Builder. getImportance()
DO NOT USE.Operation.Importance
Operation. getImportance()
DO NOT USE.Operation.Importance
OperationOrBuilder. getImportance()
DO NOT USE.static Operation.Importance
Operation.Importance. valueOf(int value)
Deprecated.static Operation.Importance
Operation.Importance. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Operation.Importance
Operation.Importance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.Importance[]
Operation.Importance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type Operation.Importance Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Operation.Importance>
Operation.Importance. internalGetValueMap()
Methods in com.google.api.servicecontrol.v1 with parameters of type Operation.Importance Modifier and Type Method Description Operation.Builder
Operation.Builder. setImportance(Operation.Importance value)
DO NOT USE.
-