Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::SearchLinksRequest.
Request message for SearchLinks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer-
(::Integer) — Optional. The maximum number of links to return in a single page of the
response. A page may contain fewer links than this value. If unspecified,
at most 10 links are returned.
Maximum value is 100; values greater than 100 are reduced to 100.
#page_size=
def page_size=(value) -> ::Integer-
value (::Integer) — Optional. The maximum number of links to return in a single page of the
response. A page may contain fewer links than this value. If unspecified,
at most 10 links are returned.
Maximum value is 100; values greater than 100 are reduced to 100.
-
(::Integer) — Optional. The maximum number of links to return in a single page of the
response. A page may contain fewer links than this value. If unspecified,
at most 10 links are returned.
Maximum value is 100; values greater than 100 are reduced to 100.
#page_token
def page_token() -> ::String-
(::String) — Optional. The page token received from a previous
SearchLinksRequestcall. Use it to get the next page.When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. The page token received from a previous
SearchLinksRequestcall. Use it to get the next page.When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
-
(::String) — Optional. The page token received from a previous
SearchLinksRequestcall. Use it to get the next page.When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
#parent
def parent() -> ::String- (::String) — Required. The project and location you want search in.
#parent=
def parent=(value) -> ::String- value (::String) — Required. The project and location you want search in.
- (::String) — Required. The project and location you want search in.
#source
def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference-
(::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the source field to retrieve all
links that lead from the specified asset to downstream assets.
Note: The following fields are mutually exclusive:
source,target,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source=
def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference-
value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the source field to retrieve all
links that lead from the specified asset to downstream assets.
Note: The following fields are mutually exclusive:
source,target,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the source field to retrieve all
links that lead from the specified asset to downstream assets.
Note: The following fields are mutually exclusive:
source,target,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sources
def sources() -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the sources field to
retrieve all links that lead from the specified assets to downstream
assets. This field is similar to the
sourcesource field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
sources,source,target,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sources=
def sources=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference-
value (::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the sources field to
retrieve all links that lead from the specified assets to downstream
assets. This field is similar to the
sourcesource field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
sources,source,target,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the sources field to
retrieve all links that lead from the specified assets to downstream
assets. This field is similar to the
sourcesource field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
sources,source,target,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#target
def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference-
(::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the target field to retrieve all
links that lead from upstream assets to the specified asset.
Note: The following fields are mutually exclusive:
target,source,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#target=
def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference-
value (::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the target field to retrieve all
links that lead from upstream assets to the specified asset.
Note: The following fields are mutually exclusive:
target,source,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DataCatalog::Lineage::V1::EntityReference) — Optional. Send asset information in the target field to retrieve all
links that lead from upstream assets to the specified asset.
Note: The following fields are mutually exclusive:
target,source,sources,targets. If a field in that set is populated, all other fields in the set will automatically be cleared.
#targets
def targets() -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the targets field to
retrieve all links that lead from upstream assets to the specified
assets. This field is similar to the
targettarget field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
targets,source,target,sources. If a field in that set is populated, all other fields in the set will automatically be cleared.
#targets=
def targets=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference-
value (::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the targets field to
retrieve all links that lead from upstream assets to the specified
assets. This field is similar to the
targettarget field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
targets,source,target,sources. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. Send a list of asset information in the targets field to
retrieve all links that lead from upstream assets to the specified
assets. This field is similar to the
targettarget field but allows providing multiple entities. All entities within theMultipleEntityReferencemust have the samefully_qualified_name.Note: The following fields are mutually exclusive:
targets,source,target,sources. If a field in that set is populated, all other fields in the set will automatically be cleared.