Uses of Class
com.google.cloud.tasks.v2.Queue.State
-
Packages that use Queue.State Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of Queue.State in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return Queue.State Modifier and Type Method Description static Queue.StateQueue.State. forNumber(int value)Queue.StateQueue.Builder. getState()Output only.Queue.StateQueue. getState()Output only.Queue.StateQueueOrBuilder. getState()Output only.static Queue.StateQueue.State. valueOf(int value)Deprecated.static Queue.StateQueue.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Queue.StateQueue.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Queue.State[]Queue.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.tasks.v2 that return types with arguments of type Queue.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Queue.State>Queue.State. internalGetValueMap()Methods in com.google.cloud.tasks.v2 with parameters of type Queue.State Modifier and Type Method Description Queue.BuilderQueue.Builder. setState(Queue.State value)Output only.
-