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/androidpublisher_v3.edits.details.html b/docs/dyn/androidpublisher_v3.edits.details.html
index f8e27f0..39c8d8b 100644
--- a/docs/dyn/androidpublisher_v3.edits.details.html
+++ b/docs/dyn/androidpublisher_v3.edits.details.html
@@ -89,18 +89,18 @@
<pre>Fetches app details for this edit. This includes the default language and developer support contact information.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
+ packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
editId: string, Unique identifier for this edit. (required)
Returns:
An object of the form:
{
- "contactEmail": "A String", # The user-visible support email for this app.
- "contactPhone": "A String", # The user-visible support telephone number for this app.
- "contactWebsite": "A String", # The user-visible website for this app.
- "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
- }</pre>
+ "contactEmail": "A String", # The user-visible support email for this app.
+ "contactPhone": "A String", # The user-visible support telephone number for this app.
+ "contactWebsite": "A String", # The user-visible website for this app.
+ "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
+ }</pre>
</div>
<div class="method">
@@ -108,28 +108,28 @@
<pre>Updates app details for this edit. This method supports patch semantics.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
+ packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
editId: string, Unique identifier for this edit. (required)
body: object, The request body.
The object takes the form of:
{
- "contactEmail": "A String", # The user-visible support email for this app.
- "contactPhone": "A String", # The user-visible support telephone number for this app.
- "contactWebsite": "A String", # The user-visible website for this app.
- "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
- }
+ "contactEmail": "A String", # The user-visible support email for this app.
+ "contactPhone": "A String", # The user-visible support telephone number for this app.
+ "contactWebsite": "A String", # The user-visible website for this app.
+ "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
+}
Returns:
An object of the form:
{
- "contactEmail": "A String", # The user-visible support email for this app.
- "contactPhone": "A String", # The user-visible support telephone number for this app.
- "contactWebsite": "A String", # The user-visible website for this app.
- "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
- }</pre>
+ "contactEmail": "A String", # The user-visible support email for this app.
+ "contactPhone": "A String", # The user-visible support telephone number for this app.
+ "contactWebsite": "A String", # The user-visible website for this app.
+ "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
+ }</pre>
</div>
<div class="method">
@@ -137,28 +137,28 @@
<pre>Updates app details for this edit.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
+ packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
editId: string, Unique identifier for this edit. (required)
body: object, The request body.
The object takes the form of:
{
- "contactEmail": "A String", # The user-visible support email for this app.
- "contactPhone": "A String", # The user-visible support telephone number for this app.
- "contactWebsite": "A String", # The user-visible website for this app.
- "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
- }
+ "contactEmail": "A String", # The user-visible support email for this app.
+ "contactPhone": "A String", # The user-visible support telephone number for this app.
+ "contactWebsite": "A String", # The user-visible website for this app.
+ "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
+}
Returns:
An object of the form:
{
- "contactEmail": "A String", # The user-visible support email for this app.
- "contactPhone": "A String", # The user-visible support telephone number for this app.
- "contactWebsite": "A String", # The user-visible website for this app.
- "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
- }</pre>
+ "contactEmail": "A String", # The user-visible support email for this app.
+ "contactPhone": "A String", # The user-visible support telephone number for this app.
+ "contactWebsite": "A String", # The user-visible website for this app.
+ "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
+ }</pre>
</div>
</body></html>
\ No newline at end of file