Skip to content

Commit

Permalink
feat(gamesConfiguration): update the api
Browse files Browse the repository at this point in the history
#### gamesConfiguration:v1configuration

The following keys were deleted:
- resources.imageConfigurations.methods.upload (Total Keys: 18)
- schemas.ImageConfiguration (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Dec 6, 2022
1 parent 1a3f64b commit 5e1872e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 97 deletions.
5 changes: 0 additions & 5 deletions docs/dyn/gamesConfiguration_v1configuration.html
Expand Up @@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the achievementConfigurations Resource.</p>

<p class="toc_element">
<code><a href="gamesConfiguration_v1configuration.imageConfigurations.html">imageConfigurations()</a></code>
</p>
<p class="firstline">Returns the imageConfigurations Resource.</p>

<p class="toc_element">
<code><a href="gamesConfiguration_v1configuration.leaderboardConfigurations.html">leaderboardConfigurations()</a></code>
</p>
Expand Down
Expand Up @@ -242,64 +242,6 @@
}
}
},
"imageConfigurations": {
"methods": {
"upload": {
"description": "Uploads an image for a resource with the given ID and image type.",
"flatPath": "games/v1configuration/images/{resourceId}/imageType/{imageType}",
"httpMethod": "POST",
"id": "gamesConfiguration.imageConfigurations.upload",
"mediaUpload": {
"accept": [
"image/*"
],
"maxSize": "15728640",
"protocols": {
"simple": {
"multipart": true,
"path": "/upload/games/v1configuration/images/{resourceId}/imageType/{imageType}"
}
}
},
"parameterOrder": [
"resourceId",
"imageType"
],
"parameters": {
"imageType": {
"description": "Selects which image in a resource for this method.",
"enum": [
"IMAGE_TYPE_UNSPECIFIED",
"ACHIEVEMENT_ICON",
"LEADERBOARD_ICON"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The icon image for an achievement resource.",
"The icon image for a leaderboard resource."
],
"location": "path",
"required": true,
"type": "string"
},
"resourceId": {
"description": "The ID of the resource used by this method.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "games/v1configuration/images/{resourceId}/imageType/{imageType}",
"response": {
"$ref": "ImageConfiguration"
},
"scopes": [
"https://www.googleapis.com/auth/androidpublisher"
],
"supportsMediaUpload": true
}
}
},
"leaderboardConfigurations": {
"methods": {
"delete": {
Expand Down Expand Up @@ -439,7 +381,7 @@
}
}
},
"revision": "20221117",
"revision": "20221201",
"rootUrl": "https://gamesconfiguration.googleapis.com/",
"schemas": {
"AchievementConfiguration": {
Expand Down Expand Up @@ -624,39 +566,6 @@
},
"type": "object"
},
"ImageConfiguration": {
"description": "An image configuration resource.",
"id": "ImageConfiguration",
"properties": {
"imageType": {
"description": "The image type for the image.",
"enum": [
"IMAGE_TYPE_UNSPECIFIED",
"ACHIEVEMENT_ICON",
"LEADERBOARD_ICON"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The icon image for an achievement resource.",
"The icon image for a leaderboard resource."
],
"type": "string"
},
"kind": {
"description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#imageConfiguration`.",
"type": "string"
},
"resourceId": {
"description": "The resource ID of resource which the image belongs to.",
"type": "string"
},
"url": {
"description": "The url for this image.",
"type": "string"
}
},
"type": "object"
},
"LeaderboardConfiguration": {
"description": "An leaderboard configuration resource.",
"id": "LeaderboardConfiguration",
Expand Down

0 comments on commit 5e1872e

Please sign in to comment.