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/androidenterprise_v1.permissions.html b/docs/dyn/androidenterprise_v1.permissions.html
index 92491d8..91fe51a 100644
--- a/docs/dyn/androidenterprise_v1.permissions.html
+++ b/docs/dyn/androidenterprise_v1.permissions.html
@@ -84,7 +84,7 @@
Args:
permissionId: string, The ID of the permission. (required)
- language: string, The BCP47 tag for the user's preferred language (e.g. "en-US", "de")
+ language: string, The BCP47 tag for the user's preferred language (e.g. "en-US", "de")
Returns:
An object of the form:
@@ -92,10 +92,10 @@
{ # A Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created.
#
# The permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.
- "permissionId": "A String", # An opaque string uniquely identifying the permission.
- "kind": "androidenterprise#permission",
- "description": "A String", # A longer description of the Permissions resource, giving more details of what it affects.
- "name": "A String", # The name of the permission.
+ "description": "A String", # A longer description of the Permissions resource, giving more details of what it affects.
+ "kind": "androidenterprise#permission",
+ "name": "A String", # The name of the permission.
+ "permissionId": "A String", # An opaque string uniquely identifying the permission.
}</pre>
</div>