Class EncryptionInfo
Encryption information for the data being ingested.
Inheritance
EncryptionInfo
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage
Constructors
EncryptionInfo()
Declaration
EncryptionInfo(EncryptionInfo)
Declaration
public EncryptionInfo(EncryptionInfo other)
Parameters
Properties
GcpWrappedKeyInfo
Google Cloud Platform wrapped key information.
Declaration
public GcpWrappedKeyInfo GcpWrappedKeyInfo { get; set; }
Property Value
WrappedKeyCase
Declaration
public EncryptionInfo.WrappedKeyOneofCase WrappedKeyCase { get; }
Property Value