Data Loss Prevention V2 Client - Class EncryptionStatus (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Data Loss Prevention V2 Client class EncryptionStatus.
How a resource is encrypted.
Protobuf type google.privacy.dlp.v2.EncryptionStatus
Namespace
Google \ Cloud \ Dlp \ V2
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
ENCRYPTION_STATUS_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum ENCRYPTION_STATUS_UNSPECIFIED = 0;
ENCRYPTION_GOOGLE_MANAGED
Value: 1
Google manages server-side encryption keys on your behalf.
Generated from protobuf enum ENCRYPTION_GOOGLE_MANAGED = 1;
ENCRYPTION_CUSTOMER_MANAGED
Value: 2
Customer provides the key.
Generated from protobuf enum ENCRYPTION_CUSTOMER_MANAGED = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-30 UTC."],[],[]]