Cloud Dataplex v1 API - Class CreateEntryLinkRequest (3.10.0)

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

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

Request message for CreateEntryLink.

Inheritance

object > CreateEntryLinkRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateEntryLinkRequest()

public CreateEntryLinkRequest()

CreateEntryLinkRequest(CreateEntryLinkRequest)

public CreateEntryLinkRequest(CreateEntryLinkRequest other)
Parameter
Name Description
other CreateEntryLinkRequest

Properties

public EntryLink EntryLink { get; set; }

Required. Entry Link resource.

Property Value
Type Description
EntryLink

EntryLinkId

public string EntryLinkId { get; set; }

Required. Entry Link identifier

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must be between 1-63 characters.
  • Must end with a number or a letter.
  • Must be unique within the EntryGroup.
Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.

Property Value
Type Description
string

ParentAsEntryGroupName

public EntryGroupName ParentAsEntryGroupName { get; set; }

EntryGroupName-typed view over the Parent resource name property.

Property Value
Type Description
EntryGroupName