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