Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LookupEntryLinksRequest.
Request message for LookupEntryLinks.
Generated from protobuf message google.cloud.dataplex.v1.LookupEntryLinksRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The project to which the request should be attributed to Format: |
↳ entry |
string
Required. The resource name of the referred Entry. Format: |
↳ entry_mode |
int
Mode of entry reference. |
↳ entry_link_types |
string[]
Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified. |
↳ page_size |
int
Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10. |
↳ page_token |
string
Page token received from a previous |
getName
Required. The project to which the request should be attributed to
Format: projects/{project_id_or_number}/locations/{location_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The project to which the request should be attributed to
Format: projects/{project_id_or_number}/locations/{location_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntry
Required. The resource name of the referred Entry.
Format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
Entry Links which references this entry will be returned in the response.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntry
Required. The resource name of the referred Entry.
Format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
Entry Links which references this entry will be returned in the response.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryMode
Mode of entry reference.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type EntryMode. |
setEntryMode
Mode of entry reference.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type EntryMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryLinkTypes
Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setEntryLinkTypes
Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned.
The maximum value is 10; values above 10 will be coerced to 10.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned.
The maximum value is 10; values above 10 will be coerced to 10.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Page token received from a previous LookupEntryLinks call. Provide this
to retrieve the subsequent page. When paginating, all other parameters that
are provided to the LookupEntryLinks request must match the call that
provided the page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Page token received from a previous LookupEntryLinks call. Provide this
to retrieve the subsequent page. When paginating, all other parameters that
are provided to the LookupEntryLinks request must match the call that
provided the page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|