Skip to content

Commit f27b90b

Browse files
fix(videointelligence): update the API
1 parent bfe7411 commit f27b90b

File tree

1 file changed

+7
-14
lines changed
  • src/apis/videointelligence

1 file changed

+7
-14
lines changed

src/apis/videointelligence/v1.ts

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3942,22 +3942,19 @@ export namespace videointelligence_v1 {
39423942
}
39433943
}
39443944

3945-
export interface Params$Resource$Operations$Projects$Locations$Operations$Cancel
3946-
extends StandardParameters {
3945+
export interface Params$Resource$Operations$Projects$Locations$Operations$Cancel extends StandardParameters {
39473946
/**
39483947
* The name of the operation resource to be cancelled.
39493948
*/
39503949
name?: string;
39513950
}
3952-
export interface Params$Resource$Operations$Projects$Locations$Operations$Delete
3953-
extends StandardParameters {
3951+
export interface Params$Resource$Operations$Projects$Locations$Operations$Delete extends StandardParameters {
39543952
/**
39553953
* The name of the operation resource to be deleted.
39563954
*/
39573955
name?: string;
39583956
}
3959-
export interface Params$Resource$Operations$Projects$Locations$Operations$Get
3960-
extends StandardParameters {
3957+
export interface Params$Resource$Operations$Projects$Locations$Operations$Get extends StandardParameters {
39613958
/**
39623959
* The name of the operation resource.
39633960
*/
@@ -4565,8 +4562,7 @@ export namespace videointelligence_v1 {
45654562
}
45664563
}
45674564

4568-
export interface Params$Resource$Projects$Locations$Operations$Cancel
4569-
extends StandardParameters {
4565+
export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
45704566
/**
45714567
* The name of the operation resource to be cancelled.
45724568
*/
@@ -4577,22 +4573,19 @@ export namespace videointelligence_v1 {
45774573
*/
45784574
requestBody?: Schema$GoogleLongrunning_CancelOperationRequest;
45794575
}
4580-
export interface Params$Resource$Projects$Locations$Operations$Delete
4581-
extends StandardParameters {
4576+
export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
45824577
/**
45834578
* The name of the operation resource to be deleted.
45844579
*/
45854580
name?: string;
45864581
}
4587-
export interface Params$Resource$Projects$Locations$Operations$Get
4588-
extends StandardParameters {
4582+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
45894583
/**
45904584
* The name of the operation resource.
45914585
*/
45924586
name?: string;
45934587
}
4594-
export interface Params$Resource$Projects$Locations$Operations$List
4595-
extends StandardParameters {
4588+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
45964589
/**
45974590
* The standard list filter.
45984591
*/

0 commit comments

Comments
 (0)