Uses of Class
com.google.cloud.tpu.v1.Node.Health
-
Packages that use Node.Health Package Description com.google.cloud.tpu.v1 A client to Cloud TPU API -
-
Uses of Node.Health in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return Node.Health Modifier and Type Method Description static Node.HealthNode.Health. forNumber(int value)Node.HealthNode.Builder. getHealth()The health status of the TPU node.Node.HealthNode. getHealth()The health status of the TPU node.Node.HealthNodeOrBuilder. getHealth()The health status of the TPU node.static Node.HealthNode.Health. valueOf(int value)Deprecated.static Node.HealthNode.Health. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Node.HealthNode.Health. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.Health[]Node.Health. 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.Health Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Node.Health>Node.Health. internalGetValueMap()Methods in com.google.cloud.tpu.v1 with parameters of type Node.Health Modifier and Type Method Description Node.BuilderNode.Builder. setHealth(Node.Health value)The health status of the TPU node.
-