Google Cloud Video Transcoder V1beta1 Client - Class ListJobTemplatesRequest (0.10.5)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class ListJobTemplatesRequest.
Request message for TranscoderService.ListJobTemplates.
Generated from protobuf message google.cloud.video.transcoder.v1beta1.ListJobTemplatesRequest
Namespace
Google \ Cloud \ Video \ Transcoder \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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: |
↳ page_size |
int
The maximum number of items to return. |
↳ page_token |
string
The |
getParent
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent location from which to retrieve the collection of job templates.
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 |
|