docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
index 69bb38a..edc9355 100644
--- a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
+++ b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
@@ -75,16 +75,28 @@
<h1><a href="gamesConfiguration_v1configuration.html">Google Play Game Services Publishing API</a> . <a href="gamesConfiguration_v1configuration.imageConfigurations.html">imageConfigurations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#upload">upload(resourceId, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
<p class="firstline">Uploads an image for a resource with the given ID and image type.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="upload">upload(resourceId, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
<pre>Uploads an image for a resource with the given ID and image type.
Args:
resourceId: string, The ID of the resource used by this method. (required)
imageType: string, Selects which image in a resource for this method. (required)
+ Allowed values
+ IMAGE_TYPE_UNSPECIFIED - Default value. This value is unused.
+ ACHIEVEMENT_ICON - The icon image for an achievement resource.
+ LEADERBOARD_ICON - The icon image for a leaderboard resource.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -96,11 +108,10 @@
An object of the form:
{ # An image configuration resource.
- "url": "A String", # The url for this image.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#imageConfiguration`.
"resourceId": "A String", # The resource ID of resource which the image belongs to.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
- # string `gamesConfiguration#imageConfiguration`.
"imageType": "A String", # The image type for the image.
+ "url": "A String", # The url for this image.
}</pre>
</div>