diff --git a/docs/dyn/gamesConfiguration_v1configuration.html b/docs/dyn/gamesConfiguration_v1configuration.html index 9d128a7e02b..71c04cc7b1f 100644 --- a/docs/dyn/gamesConfiguration_v1configuration.html +++ b/docs/dyn/gamesConfiguration_v1configuration.html @@ -79,11 +79,6 @@

Instance Methods

Returns the achievementConfigurations Resource.

-

- imageConfigurations() -

-

Returns the imageConfigurations Resource.

-

leaderboardConfigurations()

diff --git a/googleapiclient/discovery_cache/documents/gamesConfiguration.v1configuration.json b/googleapiclient/discovery_cache/documents/gamesConfiguration.v1configuration.json index c07dd588942..561ebd148bf 100644 --- a/googleapiclient/discovery_cache/documents/gamesConfiguration.v1configuration.json +++ b/googleapiclient/discovery_cache/documents/gamesConfiguration.v1configuration.json @@ -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": { @@ -439,7 +381,7 @@ } } }, - "revision": "20221117", + "revision": "20221201", "rootUrl": "https://gamesconfiguration.googleapis.com/", "schemas": { "AchievementConfiguration": { @@ -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",