chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
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 cdf897a..69de213 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -109,22 +109,22 @@
{ # 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
- "applicationLabel": "A String", # User-readable name for the application.
- "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
- "packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
+ "minSdkVersion": 42, # Minimum API level required for the application to run.
"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",
],
- "actionNames": [ # The android:name value of the tag.
- "A String",
- ],
},
],
- "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.
"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".
},
},
}</pre>