Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 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.v1beta1.ListJobsRequest
Namespace
Google \ Cloud \ Video \ Transcoder \ V1beta1Methods
__construct
Constructor.
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.
getParent
Required. Format: projects/{project}/locations/{location}
string
setParent
Required. Format: projects/{project}/locations/{location}
var
string
$this
getPageSize
The maximum number of items to return.
int
setPageSize
The maximum number of items to return.
var
int
$this
getPageToken
The next_page_token
value returned from a previous List request, if
any.
string
setPageToken
The next_page_token
value returned from a previous List request, if
any.
var
string
$this