Google Cloud Batch V1 Client - Class ListJobsRequest (0.5.2)

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

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

Parent path.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

List filter.

Returns
TypeDescription
string

setFilter

List filter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Page size.

Returns
TypeDescription
int

setPageSize

Page size.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token.

Returns
TypeDescription
string

setPageToken

Page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this