Google Cloud Video Transcoder V1 Client - Class ListJobTemplatesRequest (0.6.0)

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

Request message for TranscoderService.ListJobTemplates.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent location from which to retrieve the collection of job templates. 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. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}

Returns
TypeDescription
string

setParent

Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

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

Returns
TypeDescription
string

setFilter

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

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

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

Returns
TypeDescription
string

setOrderBy

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

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this