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/testing_v1.applicationDetailService.html b/docs/dyn/testing_v1.applicationDetailService.html
index 5901c0f..3dd4712 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -87,7 +87,7 @@
     The object takes the form of:
 
 { # A reference to a file, used for user inputs.
-    "gcsPath": "A String", # A path to a file in Google Cloud Storage.
+    &quot;gcsPath&quot;: &quot;A String&quot;, # A path to a file in Google Cloud Storage.
         # Example: gs://build-app-1414623860166/app-debug-unaligned.apk
   }
 
@@ -100,28 +100,28 @@
   An object of the form:
 
     { # Response containing the details of the specified Android application APK.
-    "apkDetail": { # Android application details based on application manifest and apk archive # Details of the Android APK.
+    &quot;apkDetail&quot;: { # Android application details based on application manifest and apk archive # Details of the Android APK.
         # contents.
-      "apkManifest": { # An Android app manifest. See
+      &quot;apkManifest&quot;: { # An Android app manifest. See
           # http://developer.android.com/guide/topics/manifest/manifest-intro.html
-        "packageName": "A String", # Full Java-style package name for this application, e.g.
-            # "com.example.foo".
-        "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
-        "minSdkVersion": 42, # Minimum API level required for the application to run.
-        "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
-        "applicationLabel": "A String", # User-readable name for the application.
-        "intentFilters": [
+        &quot;maxSdkVersion&quot;: 42, # Maximum API level on which the application is designed to run.
+        &quot;minSdkVersion&quot;: 42, # Minimum API level required for the application to run.
+        &quot;intentFilters&quot;: [
           { # The &lt;intent-filter&gt; section of an &lt;activity&gt; tag.
               # https://developer.android.com/guide/topics/manifest/intent-filter-element.html
-            "mimeType": "A String", # The android:mimeType value of the &lt;data&gt; tag.
-            "actionNames": [ # The android:name value of the &lt;action&gt; tag.
-              "A String",
+            &quot;categoryNames&quot;: [ # The android:name value of the &lt;category&gt; tag.
+              &quot;A String&quot;,
             ],
-            "categoryNames": [ # The android:name value of the &lt;category&gt; tag.
-              "A String",
+            &quot;mimeType&quot;: &quot;A String&quot;, # The android:mimeType value of the &lt;data&gt; tag.
+            &quot;actionNames&quot;: [ # The android:name value of the &lt;action&gt; tag.
+              &quot;A String&quot;,
             ],
           },
         ],
+        &quot;packageName&quot;: &quot;A String&quot;, # Full Java-style package name for this application, e.g.
+            # &quot;com.example.foo&quot;.
+        &quot;targetSdkVersion&quot;: 42, # Specifies the API Level on which the application is designed to run.
+        &quot;applicationLabel&quot;: &quot;A String&quot;, # User-readable name for the application.
       },
     },
   }</pre>