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