Class: Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for BatchSearchLinkProcesses.
Instance Attribute Summary collapse
-
#links ⇒ ::Array<::String>
Required.
-
#page_size ⇒ ::Integer
The maximum number of processes to return in a single page of the response.
-
#page_token ⇒ ::String
The page token received from a previous
BatchSearchLinkProcessescall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#links ⇒ ::Array<::String>
Returns 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}.
610 611 612 613 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 610 class BatchSearchLinkProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
610 611 612 613 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 610 class BatchSearchLinkProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
610 611 612 613 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 610 class BatchSearchLinkProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location you want search in the format projects/*/locations/*.
610 611 612 613 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 610 class BatchSearchLinkProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |