Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ListRunsResponse.
Response message for ListRuns.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.ListRunsResponse
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ runs | array<Run>The runs from the specified project and location. | 
| ↳ next_page_token | stringThe token to specify as  | 
getRuns
The runs from the specified project and location.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setRuns
The runs from the specified project and location.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Run> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
The token to specify as page_token in the next call to get the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
The token to specify as page_token in the next call to get the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |