Skip to content

Commit

Permalink
fix(iap): 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 564bb66 commit a67a280
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/iap/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1386,20 +1386,14 @@ export namespace iap_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ListIdentityAwareProxyClientsResponse>,
callback: BodyResponseCallback<
Schema$ListIdentityAwareProxyClientsResponse
>
callback: BodyResponseCallback<Schema$ListIdentityAwareProxyClientsResponse>
): void;
list(
params: Params$Resource$Projects$Brands$Identityawareproxyclients$List,
callback: BodyResponseCallback<
Schema$ListIdentityAwareProxyClientsResponse
>
callback: BodyResponseCallback<Schema$ListIdentityAwareProxyClientsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$ListIdentityAwareProxyClientsResponse
>
callback: BodyResponseCallback<Schema$ListIdentityAwareProxyClientsResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit a67a280

Please sign in to comment.