Google Ads Data Manager V1 Client - Class EncryptionInfo (0.6.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class EncryptionInfo.

Encryption information for the data being ingested.

Generated from protobuf message google.ads.datamanager.v1.EncryptionInfo

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcp_wrapped_key_info GcpWrappedKeyInfo

Google Cloud Platform wrapped key information.

↳ aws_wrapped_key_info AwsWrappedKeyInfo

Amazon Web Services wrapped key information.

↳ coordinator_key_info CoordinatorKeyInfo

Key information for the chosen coordinator key. This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

getGcpWrappedKeyInfo

Google Cloud Platform wrapped key information.

Returns
Type Description
GcpWrappedKeyInfo|null

hasGcpWrappedKeyInfo

setGcpWrappedKeyInfo

Google Cloud Platform wrapped key information.

Parameter
Name Description
var GcpWrappedKeyInfo
Returns
Type Description
$this

getAwsWrappedKeyInfo

Amazon Web Services wrapped key information.

Returns
Type Description
AwsWrappedKeyInfo|null

hasAwsWrappedKeyInfo

setAwsWrappedKeyInfo

Amazon Web Services wrapped key information.

Parameter
Name Description
var AwsWrappedKeyInfo
Returns
Type Description
$this

getCoordinatorKeyInfo

Key information for the chosen coordinator key.

This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

Returns
Type Description
CoordinatorKeyInfo|null

hasCoordinatorKeyInfo

setCoordinatorKeyInfo

Key information for the chosen coordinator key.

This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

Parameter
Name Description
var CoordinatorKeyInfo
Returns
Type Description
$this

getWrappedKey

Returns
Type Description
string