Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesRequest.
Request message for BatchSearchLinkProcesses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#links
def links() -> ::Array<::String>
-
(::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.Format:
projects/{project}/locations/{location}/links/{link}
.
#links=
def links=(value) -> ::Array<::String>
-
value (::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.Format:
projects/{project}/locations/{location}/links/{link}
.
-
(::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.Format:
projects/{project}/locations/{location}/links/{link}
.
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
- (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
#page_token
def page_token() -> ::String
-
(::String) — The page token received from a previous
BatchSearchLinkProcesses
call. 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) — The page token received from a previous
BatchSearchLinkProcesses
call. 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) — The page token received from a previous
BatchSearchLinkProcesses
call. 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 where you want to search.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The project and location where you want to search.
- (::String) — Required. The project and location where you want to search.