Cloud Dataplex v1 API - Class DeleteEntryRequest (2.15.0)

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

Inheritance

object > DeleteEntryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEntryRequest()

public DeleteEntryRequest()

DeleteEntryRequest(DeleteEntryRequest)

public DeleteEntryRequest(DeleteEntryRequest other)
Parameter
NameDescription
otherDeleteEntryRequest

Properties

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

Name

public string Name { get; set; }

Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

Property Value
TypeDescription
string