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.DiskModeAttachedDisk.DiskMode. forNumber(int value)AttachedDisk.DiskModeAttachedDisk.Builder. getMode()The mode in which to attach this disk.AttachedDisk.DiskModeAttachedDisk. getMode()The mode in which to attach this disk.AttachedDisk.DiskModeAttachedDiskOrBuilder. getMode()The mode in which to attach this disk.static AttachedDisk.DiskModeAttachedDisk.DiskMode. valueOf(int value)Deprecated.static AttachedDisk.DiskModeAttachedDisk.DiskMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AttachedDisk.DiskModeAttachedDisk.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.BuilderAttachedDisk.Builder. setMode(AttachedDisk.DiskMode value)The mode in which to attach this disk.
-