chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/testing_v1.applicationDetailService.html b/docs/dyn/testing_v1.applicationDetailService.html
index 16ecd8e..a8b881e 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -95,8 +95,8 @@
     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. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
-  }
+  "gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -107,27 +107,27 @@
   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 contents. # Details of the Android APK.
-      "apkManifest": { # An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html
-        "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
-        "minSdkVersion": 42, # Minimum API level required for the application to run.
-        "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
-        "applicationLabel": "A String", # User-readable name for the application.
-        "intentFilters": [
-          { # The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
-            "actionNames": [ # The android:name value of the tag.
-              "A String",
-            ],
-            "mimeType": "A String", # The android:mimeType value of the tag.
-            "categoryNames": [ # The android:name value of the tag.
-              "A String",
-            ],
-          },
-        ],
-        "packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
-      },
+  "apkDetail": { # Android application details based on application manifest and apk archive contents. # Details of the Android APK.
+    "apkManifest": { # An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html
+      "applicationLabel": "A String", # User-readable name for the application.
+      "intentFilters": [
+        { # The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
+          "actionNames": [ # The android:name value of the tag.
+            "A String",
+          ],
+          "categoryNames": [ # The android:name value of the tag.
+            "A String",
+          ],
+          "mimeType": "A String", # The android:mimeType value of the tag.
+        },
+      ],
+      "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
+      "minSdkVersion": 42, # Minimum API level required for the application to run.
+      "packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
+      "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
     },
-  }</pre>
+  },
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file