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.internalappsharingartifacts.html b/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
index ae98dd2..60fe6ed 100644
--- a/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
+++ b/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
@@ -86,7 +86,7 @@
   <pre>Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See: https://developers.google.com/api-client-library/java/google-api-java-client/errors for an example in java.
 
 Args:
-  packageName: string, Unique identifier for the Android app; for example, "com.spiffygame". (required)
+  packageName: string, Unique identifier for the Android app; for example, &quot;com.spiffygame&quot;. (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.
 
@@ -94,9 +94,9 @@
   An object of the form:
 
     { # An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
-    "downloadUrl": "A String", # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
-    "sha256": "A String", # The SHA-256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
-    "certificateFingerprint": "A String", # The SHA256 fingerprint of the certificate used to signed the generated artifact.
+    &quot;certificateFingerprint&quot;: &quot;A String&quot;, # The SHA256 fingerprint of the certificate used to signed the generated artifact.
+    &quot;downloadUrl&quot;: &quot;A String&quot;, # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
+    &quot;sha256&quot;: &quot;A String&quot;, # The SHA-256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
   }</pre>
 </div>
 
@@ -105,7 +105,7 @@
   <pre>Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See: https://developers.google.com/api-client-library/java/google-api-java-client/errors for an example in java.
 
 Args:
-  packageName: string, Unique identifier for the Android app; for example, "com.spiffygame". (required)
+  packageName: string, Unique identifier for the Android app; for example, &quot;com.spiffygame&quot;. (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.
 
@@ -113,9 +113,9 @@
   An object of the form:
 
     { # An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
-    "downloadUrl": "A String", # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
-    "sha256": "A String", # The SHA-256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
-    "certificateFingerprint": "A String", # The SHA256 fingerprint of the certificate used to signed the generated artifact.
+    &quot;certificateFingerprint&quot;: &quot;A String&quot;, # The SHA256 fingerprint of the certificate used to signed the generated artifact.
+    &quot;downloadUrl&quot;: &quot;A String&quot;, # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
+    &quot;sha256&quot;: &quot;A String&quot;, # The SHA-256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
   }</pre>
 </div>