Skip to content

Commit

Permalink
fix(androiddeviceprovisioning): 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 030ebba commit 886a952
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/androiddeviceprovisioning/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3482,20 +3482,14 @@ export namespace androiddeviceprovisioning_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$FindDevicesByDeviceIdentifierResponse>,
callback: BodyResponseCallback<
Schema$FindDevicesByDeviceIdentifierResponse
>
callback: BodyResponseCallback<Schema$FindDevicesByDeviceIdentifierResponse>
): void;
findByIdentifier(
params: Params$Resource$Partners$Devices$Findbyidentifier,
callback: BodyResponseCallback<
Schema$FindDevicesByDeviceIdentifierResponse
>
callback: BodyResponseCallback<Schema$FindDevicesByDeviceIdentifierResponse>
): void;
findByIdentifier(
callback: BodyResponseCallback<
Schema$FindDevicesByDeviceIdentifierResponse
>
callback: BodyResponseCallback<Schema$FindDevicesByDeviceIdentifierResponse>
): void;
findByIdentifier(
paramsOrCallback?:
Expand Down

0 comments on commit 886a952

Please sign in to comment.