Google Cloud Data Catalog Lineage V1 Client - Class ListLineageEventsResponse (0.4.0)

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

Response message for ListLineageEvents.

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

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ lineage_events array<Google\Cloud\DataCatalog\Lineage\V1\LineageEvent>

Lineage events from the specified project and location.

↳ next_page_token string

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.

getLineageEvents

Lineage events from the specified project and location.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLineageEvents

Lineage events from the specified project and location.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\Lineage\V1\LineageEvent>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this