Google Cloud Batch V1 Client - Class ListJobsRequest (0.6.0)

Reference documentation and code samples for the Google Cloud Batch V1 Client class ListJobsRequest.

ListJob Request.

Generated from protobuf message google.cloud.batch.v1.ListJobsRequest

Methods

build

Parameter
Name Description
parent string

Parent path.

Returns
Type Description
Google\Cloud\Batch\V1\ListJobsRequest

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Parent path.

↳ filter string

List filter.

↳ page_size int

Page size.

↳ page_token string

Page token.

getParent

Parent path.

Returns
Type Description
string

setParent

Parent path.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

List filter.

Returns
Type Description
string

setFilter

List filter.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Page size.

Returns
Type Description
int

setPageSize

Page size.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Page token.

Returns
Type Description
string

setPageToken

Page token.

Parameter
Name Description
var string
Returns
Type Description
$this