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