Google Cloud Dataplex V1 Client - Class CreateEntryLinkRequest (1.10.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateEntryLinkRequest.

Request message for CreateEntryLink.

Generated from protobuf message google.cloud.dataplex.v1.CreateEntryLinkRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ entry_link_id string

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.

↳ entry_link EntryLink

Required. Entry Link resource.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getEntryLinkId

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.
Returns
Type Description
string

setEntryLinkId

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.
Parameter
Name Description
var string
Returns
Type Description
$this

Required. Entry Link resource.

Returns
Type Description
EntryLink|null

Required. Entry Link resource.

Parameter
Name Description
var EntryLink
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}. Please see CatalogServiceClient::entryGroupName() for help formatting this field.

entryLink EntryLink

Required. Entry Link resource.

entryLinkId string

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.
Returns
Type Description
CreateEntryLinkRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.