public static interface SearchLineageStreamingRequest.SearchLimitsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaxDepth()
public abstract int getMaxDepth()Optional. The maximum depth of the search. The default value is 5 and maximum value is 100.
int32 max_depth = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The maxDepth. |
getMaxProcessPerLink()
public abstract int 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.
int32 max_process_per_link = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The maxProcessPerLink. |
getMaxResults()
public abstract int 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.
int32 max_results = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The maxResults. |