public sealed class UpdateEncryptionConfigRequest : IMessage<UpdateEncryptionConfigRequest>, IEquatable<UpdateEncryptionConfigRequest>, IDeepCloneable<UpdateEncryptionConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class UpdateEncryptionConfigRequest.
Update EncryptionConfig Request
Implements
IMessageUpdateEncryptionConfigRequest, IEquatableUpdateEncryptionConfigRequest, IDeepCloneableUpdateEncryptionConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |
|