Uses of Class
com.google.cloud.tasks.v2beta3.Queue.State
-
Packages that use Queue.State Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks API -
-
Uses of Queue.State in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return Queue.State Modifier and Type Method Description static Queue.State
Queue.State. forNumber(int value)
Queue.State
Queue.Builder. getState()
Output only.Queue.State
Queue. getState()
Output only.Queue.State
QueueOrBuilder. getState()
Output only.static Queue.State
Queue.State. valueOf(int value)
Deprecated.static Queue.State
Queue.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Queue.State
Queue.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.v2beta3 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.v2beta3 with parameters of type Queue.State Modifier and Type Method Description Queue.Builder
Queue.Builder. setState(Queue.State value)
Output only.
-