Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ListJobTemplatesResponse.
Response message for TranscoderService.ListJobTemplates
.
Generated from protobuf message google.cloud.video.transcoder.v1.ListJobTemplatesResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ job_templates
array< Google\Cloud\Video\Transcoder\V1\JobTemplate
>
List of job templates in the specified region.
↳ next_page_token
string
The pagination token.
↳ unreachable
array
List of regions that could not be reached.
getJobTemplates
List of job templates in the specified region.
setJobTemplates
List of job templates in the specified region.
$this
getNextPageToken
The pagination token.
string
setNextPageToken
The pagination token.
var
string
$this
getUnreachable
List of regions that could not be reached.
setUnreachable
List of regions that could not be reached.
var
string[]
$this