Package | Description |
---|---|
com.google.cloud.tasks.v2beta2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Queue.State |
Queue.State.forNumber(int value) |
Queue.State |
Queue.getState()
Output only.
|
Queue.State |
Queue.Builder.getState()
Output only.
|
Queue.State |
QueueOrBuilder.getState()
Output only.
|
static Queue.State |
Queue.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Queue.State |
Queue.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Queue.State> |
Queue.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Queue.Builder |
Queue.Builder.setState(Queue.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.