Cloud Dataplex v1 API - Class DeleteEntryLinkRequest (3.10.0)

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

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

Request message for DeleteEntryLink.

Inheritance

object > DeleteEntryLinkRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEntryLinkRequest()

public DeleteEntryLinkRequest()

DeleteEntryLinkRequest(DeleteEntryLinkRequest)

public DeleteEntryLinkRequest(DeleteEntryLinkRequest other)
Parameter
Name Description
other DeleteEntryLinkRequest

Properties

EntryLinkName

public EntryLinkName EntryLinkName { get; set; }

EntryLinkName-typed view over the Name resource name property.

Property Value
Type Description
EntryLinkName

Name

public string Name { get; set; }

Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.

Property Value
Type Description
string