Show / Hide Table of Contents

Class EncryptionInfo

Encryption information for the data being ingested.

Inheritance
object
EncryptionInfo
Implements
IMessage<EncryptionInfo>
IEquatable<EncryptionInfo>
IDeepCloneable<EncryptionInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

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
In this article
Back to top Generated by DocFX