Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class EncryptionInfo.
Encryption properties for a table or a job
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.EncryptionInfo
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kms_key_name |
string
Cloud kms key identifier. Format: |
getKmsKeyName
Cloud kms key identifier.
Format:
projects/<project_id>/locations/<location>/keyRings/<key_ring_name>/cryptoKeys/<key_name>
Returns | |
---|---|
Type | Description |
string |
setKmsKeyName
Cloud kms key identifier.
Format:
projects/<project_id>/locations/<location>/keyRings/<key_ring_name>/cryptoKeys/<key_name>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |