Skip to content

Commit

Permalink
fix(videointelligence): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent 6e00303 commit 7ec56d5
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/apis/videointelligence/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4328,20 +4328,14 @@ export namespace videointelligence_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$GoogleLongrunning_ListOperationsResponse>,
callback: BodyResponseCallback<
Schema$GoogleLongrunning_ListOperationsResponse
>
callback: BodyResponseCallback<Schema$GoogleLongrunning_ListOperationsResponse>
): void;
list(
params: Params$Resource$Projects$Locations$Operations$List,
callback: BodyResponseCallback<
Schema$GoogleLongrunning_ListOperationsResponse
>
callback: BodyResponseCallback<Schema$GoogleLongrunning_ListOperationsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$GoogleLongrunning_ListOperationsResponse
>
callback: BodyResponseCallback<Schema$GoogleLongrunning_ListOperationsResponse>
): void;
list(
paramsOrCallback?:
Expand Down Expand Up @@ -4399,9 +4393,9 @@ export namespace videointelligence_v1 {
callback as BodyResponseCallback<unknown>
);
} else {
return createAPIRequest<
Schema$GoogleLongrunning_ListOperationsResponse
>(parameters);
return createAPIRequest<Schema$GoogleLongrunning_ListOperationsResponse>(
parameters
);
}
}
}
Expand Down

0 comments on commit 7ec56d5

Please sign in to comment.