Skip to content

Commit

Permalink
feat: [VideoTranscoder] Specifying language code and display name for…
Browse files Browse the repository at this point in the history
… text and audio streams is now supported (#5912)

feat: Specifying language code and display name for text and audio streams is now supported
PiperOrigin-RevId: 513138925
Source-Link: googleapis/googleapis@187d780
Source-Link: googleapis/googleapis-gen@b7979ed
Copy-Tag: eyJwIjoiVmlkZW9UcmFuc2NvZGVyLy5Pd2xCb3QueWFtbCIsImgiOiJiNzk3OWVkMTg2NTQ1OWM1ZDE5NGRjNTgyNmE5Y2RmMWNmODc3NTgxIn0=
  • Loading branch information
gcf-owl-bot[bot] committed Mar 1, 2023
1 parent 5b60ec2 commit 56326d4
Show file tree
Hide file tree
Showing 15 changed files with 378 additions and 186 deletions.
Binary file modified VideoTranscoder/metadata/V1/Resources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* @param string $formattedParent The parent location to create this job template.
* Format: `projects/{project}/locations/{location}`
* Please see {@see TranscoderServiceClient::locationName()} for help formatting this field.
* @param string $jobTemplateId The ID to use for the job template, which will become the final component
* of the job template's resource name.
* @param string $jobTemplateId The ID to use for the job template, which will become the final
* component of the job template's resource name.
*
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/**
* Lists job templates in the specified region.
*
* @param string $formattedParent The parent location from which to retrieve the collection of job templates.
* Format: `projects/{project}/locations/{location}`
* @param string $formattedParent The parent location from which to retrieve the collection of job
* templates. Format: `projects/{project}/locations/{location}`
* Please see {@see TranscoderServiceClient::locationName()} for help formatting this field.
*/
function list_job_templates_sample(string $formattedParent): void
Expand Down
92 changes: 88 additions & 4 deletions VideoTranscoder/src/V1/AudioStream.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions VideoTranscoder/src/V1/AudioStream/AudioMapping.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions VideoTranscoder/src/V1/CreateJobTemplateRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions VideoTranscoder/src/V1/Gapic/TranscoderServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ public function createJob($parent, $job, array $optionalArgs = [])
* @param string $parent Required. The parent location to create this job template.
* Format: `projects/{project}/locations/{location}`
* @param JobTemplate $jobTemplate Required. Parameters for creating job template.
* @param string $jobTemplateId Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* @param string $jobTemplateId Required. The ID to use for the job template, which will become the final
* component of the job template's resource name.
*
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
Expand Down Expand Up @@ -610,8 +610,8 @@ public function getJobTemplate($name, array $optionalArgs = [])
* }
* ```
*
* @param string $parent Required. The parent location from which to retrieve the collection of job templates.
* Format: `projects/{project}/locations/{location}`
* @param string $parent Required. The parent location from which to retrieve the collection of job
* templates. Format: `projects/{project}/locations/{location}`
* @param array $optionalArgs {
* Optional.
*
Expand Down
Loading

0 comments on commit 56326d4

Please sign in to comment.