docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
index 1ff2c6c..133941e 100644
--- a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
+++ b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
@@ -75,32 +75,32 @@
<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="#upload">upload(resourceId, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
+ <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="upload">upload(resourceId, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</code>
+ <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)
- media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
- media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
+ media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+ media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
Returns:
An object of the form:
{ # An image configuration resource.
- "url": "A String", # The url for this image.
- "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
+ "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.
+ "imageType": "A String", # The image type for the image.
+ "url": "A String", # The url for this image.
+ "resourceId": "A String", # The resource ID of resource which the image belongs to.
}</pre>
</div>