Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class SearchLineageStreamingRequest.
Request message for SearchLineageStreaming.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.SearchLineageStreamingRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location to initiate the search from. |
↳ locations |
string[]
Required. The locations to search in. |
↳ root_criteria |
SearchLineageStreamingRequest\RootCriteria
Required. Criteria for the root of the search. |
↳ direction |
int
Required. Direction of the search. |
↳ filters |
SearchLineageStreamingRequest\SearchFilters
Optional. Filters for the search. |
↳ limits |
SearchLineageStreamingRequest\SearchLimits
Optional. Limits for the search. |
getParent
Required. The project and location to initiate the search from.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The project and location to initiate the search from.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocations
Required. The locations to search in.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setLocations
Required. The locations to search in.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRootCriteria
Required. Criteria for the root of the search.
| Returns | |
|---|---|
| Type | Description |
SearchLineageStreamingRequest\RootCriteria|null |
|
hasRootCriteria
clearRootCriteria
setRootCriteria
Required. Criteria for the root of the search.
| Parameter | |
|---|---|
| Name | Description |
var |
SearchLineageStreamingRequest\RootCriteria
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDirection
Required. Direction of the search.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type SearchDirection. |
setDirection
Required. Direction of the search.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type SearchDirection. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilters
Optional. Filters for the search.
| Returns | |
|---|---|
| Type | Description |
SearchLineageStreamingRequest\SearchFilters|null |
|
hasFilters
clearFilters
setFilters
Optional. Filters for the search.
| Parameter | |
|---|---|
| Name | Description |
var |
SearchLineageStreamingRequest\SearchFilters
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLimits
Optional. Limits for the search.
| Returns | |
|---|---|
| Type | Description |
SearchLineageStreamingRequest\SearchLimits|null |
|
hasLimits
clearLimits
setLimits
Optional. Limits for the search.
| Parameter | |
|---|---|
| Name | Description |
var |
SearchLineageStreamingRequest\SearchLimits
|
| Returns | |
|---|---|
| Type | Description |
$this |
|