Skip to content

Commit 9276e73

Browse files
fix(transcoder): update the API
1 parent 60b2b11 commit 9276e73

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

src/apis/transcoder/v1.ts

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,8 +1978,7 @@ export namespace transcoder_v1 {
19781978
}
19791979
}
19801980

1981-
export interface Params$Resource$Projects$Locations$Jobs$Create
1982-
extends StandardParameters {
1981+
export interface Params$Resource$Projects$Locations$Jobs$Create extends StandardParameters {
19831982
/**
19841983
* Required. The parent location to create and process this job. Format: `projects/{project\}/locations/{location\}`
19851984
*/
@@ -1990,8 +1989,7 @@ export namespace transcoder_v1 {
19901989
*/
19911990
requestBody?: Schema$Job;
19921991
}
1993-
export interface Params$Resource$Projects$Locations$Jobs$Delete
1994-
extends StandardParameters {
1992+
export interface Params$Resource$Projects$Locations$Jobs$Delete extends StandardParameters {
19951993
/**
19961994
* If set to true, and the job is not found, the request will succeed but no action will be taken on the server.
19971995
*/
@@ -2001,15 +1999,13 @@ export namespace transcoder_v1 {
20011999
*/
20022000
name?: string;
20032001
}
2004-
export interface Params$Resource$Projects$Locations$Jobs$Get
2005-
extends StandardParameters {
2002+
export interface Params$Resource$Projects$Locations$Jobs$Get extends StandardParameters {
20062003
/**
20072004
* Required. The name of the job to retrieve. Format: `projects/{project\}/locations/{location\}/jobs/{job\}`
20082005
*/
20092006
name?: string;
20102007
}
2011-
export interface Params$Resource$Projects$Locations$Jobs$List
2012-
extends StandardParameters {
2008+
export interface Params$Resource$Projects$Locations$Jobs$List extends StandardParameters {
20132009
/**
20142010
* The filter expression, following the syntax outlined in https://google.aip.dev/160.
20152011
*/
@@ -2609,8 +2605,7 @@ export namespace transcoder_v1 {
26092605
}
26102606
}
26112607

2612-
export interface Params$Resource$Projects$Locations$Jobtemplates$Create
2613-
extends StandardParameters {
2608+
export interface Params$Resource$Projects$Locations$Jobtemplates$Create extends StandardParameters {
26142609
/**
26152610
* 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*`.
26162611
*/
@@ -2625,8 +2620,7 @@ export namespace transcoder_v1 {
26252620
*/
26262621
requestBody?: Schema$JobTemplate;
26272622
}
2628-
export interface Params$Resource$Projects$Locations$Jobtemplates$Delete
2629-
extends StandardParameters {
2623+
export interface Params$Resource$Projects$Locations$Jobtemplates$Delete extends StandardParameters {
26302624
/**
26312625
* If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.
26322626
*/
@@ -2636,15 +2630,13 @@ export namespace transcoder_v1 {
26362630
*/
26372631
name?: string;
26382632
}
2639-
export interface Params$Resource$Projects$Locations$Jobtemplates$Get
2640-
extends StandardParameters {
2633+
export interface Params$Resource$Projects$Locations$Jobtemplates$Get extends StandardParameters {
26412634
/**
26422635
* Required. The name of the job template to retrieve. Format: `projects/{project\}/locations/{location\}/jobTemplates/{job_template\}`
26432636
*/
26442637
name?: string;
26452638
}
2646-
export interface Params$Resource$Projects$Locations$Jobtemplates$List
2647-
extends StandardParameters {
2639+
export interface Params$Resource$Projects$Locations$Jobtemplates$List extends StandardParameters {
26482640
/**
26492641
* The filter expression, following the syntax outlined in https://google.aip.dev/160.
26502642
*/

0 commit comments

Comments
 (0)