Class EncryptionInfo
Encryption information for the data being ingested.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage
Constructors
EncryptionInfo()
Declaration
public EncryptionInfo()
EncryptionInfo(EncryptionInfo)
Declaration
public EncryptionInfo(EncryptionInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| EncryptionInfo | other |
Properties
AwsWrappedKeyInfo
Amazon Web Services wrapped key information.
Declaration
public AwsWrappedKeyInfo AwsWrappedKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AwsWrappedKeyInfo |
CoordinatorKeyInfo
Key information for the chosen coordinator key.
This is not supported for the [IngestEvents][google.ads.datamanager.v1.IngestionService.IngestEvents], [IngestAudienceMembers][google.ads.datamanager.v1.IngestionService.IngestAudienceMembers], and [RemoveAudienceMembers][google.ads.datamanager.v1.IngestionService.RemoveAudienceMembers] methods.
Declaration
public CoordinatorKeyInfo CoordinatorKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| CoordinatorKeyInfo |
GcpWrappedKeyInfo
Google Cloud Platform wrapped key information.
Declaration
public GcpWrappedKeyInfo GcpWrappedKeyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GcpWrappedKeyInfo |
WrappedKeyCase
Declaration
public EncryptionInfo.WrappedKeyOneofCase WrappedKeyCase { get; }
Property Value
| Type | Description |
|---|---|
| EncryptionInfo.WrappedKeyOneofCase |