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.ImportanceOperation.Importance. forNumber(int value)Operation.ImportanceOperation.Builder. getImportance()DO NOT USE.Operation.ImportanceOperation. getImportance()DO NOT USE.Operation.ImportanceOperationOrBuilder. getImportance()DO NOT USE.static Operation.ImportanceOperation.Importance. valueOf(int value)Deprecated.static Operation.ImportanceOperation.Importance. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Operation.ImportanceOperation.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.BuilderOperation.Builder. setImportance(Operation.Importance value)DO NOT USE.
-