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