Google Cloud Data Catalog Lineage V1 Client - Class ListLineageEventsRequest (0.5.3)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ListLineageEventsRequest.

Request message for ListLineageEvents.

Generated from protobuf message google.cloud.datacatalog.lineage.v1.ListLineageEventsRequest

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the run that owns the collection of lineage events to get.

↳ page_size int

The maximum number of lineage events to return. The service may return fewer events than this value. If unspecified, at most 50 events 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 ListLineageEvents 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 the run that owns the collection of lineage events to get.

Returns
Type Description
string

setParent

Required. The name of the run that owns the collection of lineage events to get.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of lineage events to return.

The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.

Returns
Type Description
int

setPageSize

The maximum number of lineage events to return.

The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The page token received from a previous ListLineageEvents 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.

Returns
Type Description
string

setPageToken

The page token received from a previous ListLineageEvents 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.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The name of the run that owns the collection of lineage events to get. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::runName() for help formatting this field.

Returns
Type Description
Google\Cloud\DataCatalog\Lineage\V1\ListLineageEventsRequest