Cloud Dataplex v1 API - Class UpdateEncryptionConfigRequest (3.8.0)

public sealed class UpdateEncryptionConfigRequest : IMessage<UpdateEncryptionConfigRequest>, IEquatable<UpdateEncryptionConfigRequest>, IDeepCloneable<UpdateEncryptionConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEncryptionConfigRequest.

Update EncryptionConfig Request

Inheritance

object > UpdateEncryptionConfigRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateEncryptionConfigRequest()

public UpdateEncryptionConfigRequest()

UpdateEncryptionConfigRequest(UpdateEncryptionConfigRequest)

public UpdateEncryptionConfigRequest(UpdateEncryptionConfigRequest other)
Parameter
Name Description
other UpdateEncryptionConfigRequest

Properties

EncryptionConfig

public EncryptionConfig EncryptionConfig { get; set; }

Required. The EncryptionConfig to update.

Property Value
Type Description
EncryptionConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).

Property Value
Type Description
FieldMask