Cloud Dataplex v1 API - Class DeleteEncryptionConfigRequest (3.8.0)

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

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

Delete EncryptionConfig Request

Inheritance

object > DeleteEncryptionConfigRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

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