Skip to content

Commit

Permalink
fix(toolresults): 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 49e6aa7 commit 6e00303
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/toolresults/v1beta3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3992,20 +3992,14 @@ export namespace toolresults_v1beta3 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ListStepAccessibilityClustersResponse>,
callback: BodyResponseCallback<
Schema$ListStepAccessibilityClustersResponse
>
callback: BodyResponseCallback<Schema$ListStepAccessibilityClustersResponse>
): void;
accessibilityClusters(
params: Params$Resource$Projects$Histories$Executions$Steps$Accessibilityclusters,
callback: BodyResponseCallback<
Schema$ListStepAccessibilityClustersResponse
>
callback: BodyResponseCallback<Schema$ListStepAccessibilityClustersResponse>
): void;
accessibilityClusters(
callback: BodyResponseCallback<
Schema$ListStepAccessibilityClustersResponse
>
callback: BodyResponseCallback<Schema$ListStepAccessibilityClustersResponse>
): void;
accessibilityClusters(
paramsOrCallback?:
Expand Down

0 comments on commit 6e00303

Please sign in to comment.