Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingRequest::SearchLimits.
Limits for the search results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_depth
def max_depth() -> ::Integer
Returns
- (::Integer) — Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
#max_depth=
def max_depth=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
Returns
- (::Integer) — Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
#max_process_per_link
def max_process_per_link() -> ::Integer
Returns
-
(::Integer) — Optional. The maximum number of processes to return per link. The default
value is 0 and the maximum value is 100. If this value is non-zero, the
response will contain process names for the links. To retrieve full
process details in the response, include
links.processes.processin the FieldMask.
#max_process_per_link=
def max_process_per_link=(value) -> ::Integer
Parameter
-
value (::Integer) — Optional. The maximum number of processes to return per link. The default
value is 0 and the maximum value is 100. If this value is non-zero, the
response will contain process names for the links. To retrieve full
process details in the response, include
links.processes.processin the FieldMask.
Returns
-
(::Integer) — Optional. The maximum number of processes to return per link. The default
value is 0 and the maximum value is 100. If this value is non-zero, the
response will contain process names for the links. To retrieve full
process details in the response, include
links.processes.processin the FieldMask.
#max_results
def max_results() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of links to return in the response. The default value is 1_000 and the maximum value is 10_000.
#max_results=
def max_results=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of links to return in the response. The default value is 1_000 and the maximum value is 10_000.
Returns
- (::Integer) — Optional. The maximum number of links to return in the response. The default value is 1_000 and the maximum value is 10_000.