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 DiskEncryption
DiskEncryption. forNumber(int value)
DiskEncryption
BootDisk.Builder. getDiskEncryption()
Optional.DiskEncryption
BootDisk. getDiskEncryption()
Optional.DiskEncryption
BootDiskOrBuilder. getDiskEncryption()
Optional.DiskEncryption
DataDisk.Builder. getDiskEncryption()
Optional.DiskEncryption
DataDisk. getDiskEncryption()
Optional.DiskEncryption
DataDiskOrBuilder. getDiskEncryption()
Optional.static DiskEncryption
DiskEncryption. valueOf(int value)
Deprecated.static DiskEncryption
DiskEncryption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DiskEncryption
DiskEncryption. 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.Builder
BootDisk.Builder. setDiskEncryption(DiskEncryption value)
Optional.DataDisk.Builder
DataDisk.Builder. setDiskEncryption(DiskEncryption value)
Optional.
-