chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/testing_v1.applicationDetailService.html b/docs/dyn/testing_v1.applicationDetailService.html
index 69de213..16ecd8e 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -109,7 +109,10 @@
{ # 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.
@@ -121,9 +124,6 @@
],
},
],
- "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
- "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
- "applicationLabel": "A String", # User-readable name for the application.
"packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
},
},