Uses of Class
com.google.privacy.dlp.v2.EncryptionStatus
-
Packages that use EncryptionStatus Package Description com.google.privacy.dlp.v2 -
-
Uses of EncryptionStatus in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return EncryptionStatus Modifier and Type Method Description static EncryptionStatusEncryptionStatus. forNumber(int value)EncryptionStatusTableDataProfile.Builder. getEncryptionStatus()How the table is encrypted.EncryptionStatusTableDataProfile. getEncryptionStatus()How the table is encrypted.EncryptionStatusTableDataProfileOrBuilder. getEncryptionStatus()How the table is encrypted.static EncryptionStatusEncryptionStatus. valueOf(int value)Deprecated.static EncryptionStatusEncryptionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EncryptionStatusEncryptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionStatus[]EncryptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.privacy.dlp.v2 that return types with arguments of type EncryptionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<EncryptionStatus>EncryptionStatus. internalGetValueMap()Methods in com.google.privacy.dlp.v2 with parameters of type EncryptionStatus Modifier and Type Method Description TableDataProfile.BuilderTableDataProfile.Builder. setEncryptionStatus(EncryptionStatus value)How the table is encrypted.
-