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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the parent Entry Group: |
↳ 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 |
getEntryLink
Required. Entry Link resource.
Returns | |
---|---|
Type | Description |
EntryLink|null |
hasEntryLink
clearEntryLink
setEntryLink
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:
|
entryLink |
EntryLink
Required. Entry Link resource. |
entryLinkId |
string
Required. Entry Link identifier
|
Returns | |
---|---|
Type | Description |
CreateEntryLinkRequest |