Google Cloud Video Transcoder V1 Client - Class ListJobsRequest (1.0.0-RC1)

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

Request message for TranscoderService.ListJobs .

The parent location from which to retrieve the collection of jobs.

Generated from protobuf message google.cloud.video.transcoder.v1.ListJobsRequest

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
string

Required. Format: projects/{project}/locations/{location}

↳ page_size
int

The maximum number of items to return.

↳ page_token
string

The next_page_token value returned from a previous List request, if any.

↳ filter
string

The filter expression, following the syntax outlined in https://google.aip.dev/160 .

↳ order_by
string

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering .

getParent

Required. Format: projects/{project}/locations/{location}

Returns
Type
Description
string

setParent

Required. Format: projects/{project}/locations/{location}

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getPageSize

The maximum number of items to return.

Returns
Type
Description
int

setPageSize

The maximum number of items to return.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getPageToken

The next_page_token value returned from a previous List request, if any.

Returns
Type
Description
string

setPageToken

The next_page_token value returned from a previous List request, if any.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getFilter

The filter expression, following the syntax outlined in https://google.aip.dev/160 .

Returns
Type
Description
string

setFilter

The filter expression, following the syntax outlined in https://google.aip.dev/160 .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getOrderBy

One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering .

Returns
Type
Description
string

setOrderBy

One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

static::build

Parameter
Name
Description
parent
string

Required. Format: projects/{project}/locations/{location} Please see Google\Cloud\Video\Transcoder\V1\TranscoderServiceClient::locationName() for help formatting this field.