Uses of Class
com.google.cloud.tpu.v2alpha1.Node.ApiVersion
-
Packages that use Node.ApiVersion Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of Node.ApiVersion in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return Node.ApiVersion Modifier and Type Method Description static Node.ApiVersion
Node.ApiVersion. forNumber(int value)
Node.ApiVersion
Node.Builder. getApiVersion()
Output only.Node.ApiVersion
Node. getApiVersion()
Output only.Node.ApiVersion
NodeOrBuilder. getApiVersion()
Output only.static Node.ApiVersion
Node.ApiVersion. valueOf(int value)
Deprecated.static Node.ApiVersion
Node.ApiVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Node.ApiVersion
Node.ApiVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static Node.ApiVersion[]
Node.ApiVersion. 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.ApiVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Node.ApiVersion>
Node.ApiVersion. internalGetValueMap()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type Node.ApiVersion Modifier and Type Method Description Node.Builder
Node.Builder. setApiVersion(Node.ApiVersion value)
Output only.
-