Skip to content

Commit

Permalink
fix(gamesConfiguration): 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 3f60e6b commit bbf8e22
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/apis/gamesConfiguration/v1configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,20 +894,14 @@ export namespace gamesConfiguration_v1configuration {
options:
| MethodOptions
| BodyResponseCallback<Schema$AchievementConfigurationListResponse>,
callback: BodyResponseCallback<
Schema$AchievementConfigurationListResponse
>
callback: BodyResponseCallback<Schema$AchievementConfigurationListResponse>
): void;
list(
params: Params$Resource$Achievementconfigurations$List,
callback: BodyResponseCallback<
Schema$AchievementConfigurationListResponse
>
callback: BodyResponseCallback<Schema$AchievementConfigurationListResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$AchievementConfigurationListResponse
>
callback: BodyResponseCallback<Schema$AchievementConfigurationListResponse>
): void;
list(
paramsOrCallback?:
Expand Down Expand Up @@ -1875,20 +1869,14 @@ export namespace gamesConfiguration_v1configuration {
options:
| MethodOptions
| BodyResponseCallback<Schema$LeaderboardConfigurationListResponse>,
callback: BodyResponseCallback<
Schema$LeaderboardConfigurationListResponse
>
callback: BodyResponseCallback<Schema$LeaderboardConfigurationListResponse>
): void;
list(
params: Params$Resource$Leaderboardconfigurations$List,
callback: BodyResponseCallback<
Schema$LeaderboardConfigurationListResponse
>
callback: BodyResponseCallback<Schema$LeaderboardConfigurationListResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$LeaderboardConfigurationListResponse
>
callback: BodyResponseCallback<Schema$LeaderboardConfigurationListResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit bbf8e22

Please sign in to comment.