Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::LookupEntryLinksRequest.
Request message for LookupEntryLinks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry
def entry() -> ::String
Returns
-
(::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=
def entry=(value) -> ::String
Parameter
-
value (::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.
Returns
-
(::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_link_types
def entry_link_types() -> ::Array<::String>
Returns
- (::Array<::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.
#entry_link_types=
def entry_link_types=(value) -> ::Array<::String>
Parameter
- value (::Array<::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.
Returns
- (::Array<::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.
#entry_mode
def entry_mode() -> ::Google::Cloud::Dataplex::V1::LookupEntryLinksRequest::EntryMode
Returns
- (::Google::Cloud::Dataplex::V1::LookupEntryLinksRequest::EntryMode) — Mode of entry reference.
#entry_mode=
def entry_mode=(value) -> ::Google::Cloud::Dataplex::V1::LookupEntryLinksRequest::EntryMode
Parameter
- value (::Google::Cloud::Dataplex::V1::LookupEntryLinksRequest::EntryMode) — Mode of entry reference.
Returns
- (::Google::Cloud::Dataplex::V1::LookupEntryLinksRequest::EntryMode) — Mode of entry reference.
#name
def name() -> ::String
Returns
-
(::String) — Required. The project to which the request should be attributed to
Format:
projects/{project_id_or_number}/locations/{location_id}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The project to which the request should be attributed to
Format:
projects/{project_id_or_number}/locations/{location_id}.
Returns
-
(::String) — Required. The project to which the request should be attributed to
Format:
projects/{project_id_or_number}/locations/{location_id}.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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
- (::Integer) — 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
def page_token() -> ::String
Returns
-
(::String) — Page token received from a previous
LookupEntryLinkscall. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to theLookupEntryLinksrequest must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Page token received from a previous
LookupEntryLinkscall. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to theLookupEntryLinksrequest must match the call that provided the page token.
Returns
-
(::String) — Page token received from a previous
LookupEntryLinkscall. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to theLookupEntryLinksrequest must match the call that provided the page token.