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.StateQueuedResourceState.State. forNumber(int value)QueuedResourceState.StateQueuedResourceState.Builder. getState()State of the QueuedResource request.QueuedResourceState.StateQueuedResourceState. getState()State of the QueuedResource request.QueuedResourceState.StateQueuedResourceStateOrBuilder. getState()State of the QueuedResource request.static QueuedResourceState.StateQueuedResourceState.State. valueOf(int value)Deprecated.static QueuedResourceState.StateQueuedResourceState.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static QueuedResourceState.StateQueuedResourceState.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.BuilderQueuedResourceState.Builder. setState(QueuedResourceState.State value)State of the QueuedResource request.
-