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