Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class SearchLimits.
Limits for the search results.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.SearchLineageStreamingRequest.SearchLimits
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1 \ SearchLineageStreamingRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ max_depth |
int
Optional. The maximum depth of the search. The default value is 5 and maximum value is 100. |
↳ max_results |
int
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_process_per_link |
int
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 |
getMaxDepth
Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxDepth
Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxResults
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 | |
|---|---|
| Type | Description |
int |
|
setMaxResults
Optional. The maximum number of links to return in the response. The default value is 1_000 and the maximum value is 10_000.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxProcessPerLink
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.process in the
FieldMask.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxProcessPerLink
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.process in the
FieldMask.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|