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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}
.
↳ entry
string
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.
↳ 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 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.
getName
Required. The project to which the request should be attributed to
Format: projects/{project_id_or_number}/locations/{location_id}
.
string
setName
Required. The project to which the request should be attributed to
Format: projects/{project_id_or_number}/locations/{location_id}
.
var
string
$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.
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.
var
string
$this
getEntryMode
Mode of entry reference.
setEntryMode
Mode of entry reference.
$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.
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.
var
string[]
$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.
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.
var
int
$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.
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.
var
string
$this

