public sealed class DeleteEncryptionConfigRequest : IMessage<DeleteEncryptionConfigRequest>, IEquatable<DeleteEncryptionConfigRequest>, IDeepCloneable<DeleteEncryptionConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteEncryptionConfigRequest.
Delete EncryptionConfig Request
Implements
IMessageDeleteEncryptionConfigRequest, IEquatableDeleteEncryptionConfigRequest, IDeepCloneableDeleteEncryptionConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteEncryptionConfigRequest()
public DeleteEncryptionConfigRequest()DeleteEncryptionConfigRequest(DeleteEncryptionConfigRequest)
public DeleteEncryptionConfigRequest(DeleteEncryptionConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEncryptionConfigRequest |
Properties
EncryptionConfigName
public EncryptionConfigName EncryptionConfigName { get; set; }EncryptionConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EncryptionConfigName |
|
Etag
public string Etag { get; set; }Optional. Etag of the EncryptionConfig. This is a strong etag.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The name of the EncryptionConfig to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|