Google Cloud Data Catalog Lineage V1 Client - Class ListProcessesRequest (0.1.3)

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

Request message for ListProcesses.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project and its location that owns this collection of processes.

↳ page_size int

The maximum number of processes to return. The service may return fewer than this value. If unspecified, at most 50 processes 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 ListProcesses 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 project and its location that owns this collection of processes.

Returns
TypeDescription
string

setParent

Required. The name of the project and its location that owns this collection of processes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The page token received from a previous ListProcesses 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
TypeDescription
string

setPageToken

The page token received from a previous ListProcesses 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
NameDescription
var string
Returns
TypeDescription
$this