Uses of Class
com.google.cloud.tpu.v2alpha1.AttachedDisk.DiskMode
-
Packages that use AttachedDisk.DiskMode Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of AttachedDisk.DiskMode in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return AttachedDisk.DiskMode Modifier and Type Method Description static AttachedDisk.DiskMode
AttachedDisk.DiskMode. forNumber(int value)
AttachedDisk.DiskMode
AttachedDisk.Builder. getMode()
The mode in which to attach this disk.AttachedDisk.DiskMode
AttachedDisk. getMode()
The mode in which to attach this disk.AttachedDisk.DiskMode
AttachedDiskOrBuilder. getMode()
The mode in which to attach this disk.static AttachedDisk.DiskMode
AttachedDisk.DiskMode. valueOf(int value)
Deprecated.static AttachedDisk.DiskMode
AttachedDisk.DiskMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AttachedDisk.DiskMode
AttachedDisk.DiskMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachedDisk.DiskMode[]
AttachedDisk.DiskMode. 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 AttachedDisk.DiskMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AttachedDisk.DiskMode>
AttachedDisk.DiskMode. internalGetValueMap()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type AttachedDisk.DiskMode Modifier and Type Method Description AttachedDisk.Builder
AttachedDisk.Builder. setMode(AttachedDisk.DiskMode value)
The mode in which to attach this disk.
-