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 \ V1Methods
__construct
Constructor.
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
getParent
Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
string
setParent
Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}
.
var
string
$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.
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.
var
string
$this
getEntryLink
Required. Entry Link resource.
hasEntryLink
clearEntryLink
setEntryLink
Required. Entry Link resource.
$this
static::build
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
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.

