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