Uses of Class
com.google.cloud.notebooks.v2.DiskEncryption
-
Packages that use DiskEncryption Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of DiskEncryption in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return DiskEncryption Modifier and Type Method Description static DiskEncryptionDiskEncryption. forNumber(int value)DiskEncryptionBootDisk.Builder. getDiskEncryption()Optional.DiskEncryptionBootDisk. getDiskEncryption()Optional.DiskEncryptionBootDiskOrBuilder. getDiskEncryption()Optional.DiskEncryptionDataDisk.Builder. getDiskEncryption()Optional.DiskEncryptionDataDisk. getDiskEncryption()Optional.DiskEncryptionDataDiskOrBuilder. getDiskEncryption()Optional.static DiskEncryptionDiskEncryption. valueOf(int value)Deprecated.static DiskEncryptionDiskEncryption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DiskEncryptionDiskEncryption. valueOf(String name)Returns the enum constant of this type with the specified name.static DiskEncryption[]DiskEncryption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notebooks.v2 that return types with arguments of type DiskEncryption Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DiskEncryption>DiskEncryption. internalGetValueMap()Methods in com.google.cloud.notebooks.v2 with parameters of type DiskEncryption Modifier and Type Method Description BootDisk.BuilderBootDisk.Builder. setDiskEncryption(DiskEncryption value)Optional.DataDisk.BuilderDataDisk.Builder. setDiskEncryption(DiskEncryption value)Optional.
-