Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ListRunsRequest.
Request message for ListRuns .
Generated from protobuf message google.cloud.datacatalog.lineage.v1.ListRunsRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of process that owns this collection of runs.
↳ page_size
int
The maximum number of runs to return. The service may return fewer than this value. If unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 are cut to 100.
↳ page_token
string
The page token received from a previous ListRuns
call. Specify it to get the next page. When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
getParent
Required. The name of process that owns this collection of runs.
string
setParent
Required. The name of process that owns this collection of runs.
var
string
$this
getPageSize
The maximum number of runs to return. The service may return fewer than this value. If unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 are cut to 100.
int
setPageSize
The maximum number of runs to return. The service may return fewer than this value. If unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 are cut to 100.
var
int
$this
getPageToken
The page token received from a previous ListRuns
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string
setPageToken
The page token received from a previous ListRuns
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
var
string
$this
static::build
parent
string
Required. The name of process that owns this collection of runs. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::processName() for help formatting this field.