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 EncryptionStatus
EncryptionStatus. forNumber(int value)
EncryptionStatus
TableDataProfile.Builder. getEncryptionStatus()
How the table is encrypted.EncryptionStatus
TableDataProfile. getEncryptionStatus()
How the table is encrypted.EncryptionStatus
TableDataProfileOrBuilder. getEncryptionStatus()
How the table is encrypted.static EncryptionStatus
EncryptionStatus. valueOf(int value)
Deprecated.static EncryptionStatus
EncryptionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static EncryptionStatus
EncryptionStatus. 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.Builder
TableDataProfile.Builder. setEncryptionStatus(EncryptionStatus value)
How the table is encrypted.
-