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.
+ "gcsPath": "A String", # 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.
+ "apkDetail": { # Android application details based on application manifest and apk archive # Details of the Android APK.
# contents.
- "apkManifest": { # An Android app manifest. See
+ "apkManifest": { # 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": [
+ "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
+ "minSdkVersion": 42, # Minimum API level required for the application to run.
+ "intentFilters": [
{ # The <intent-filter> section of an <activity> tag.
# https://developer.android.com/guide/topics/manifest/intent-filter-element.html
- "mimeType": "A String", # The android:mimeType value of the <data> tag.
- "actionNames": [ # The android:name value of the <action> tag.
- "A String",
+ "categoryNames": [ # The android:name value of the <category> tag.
+ "A String",
],
- "categoryNames": [ # The android:name value of the <category> tag.
- "A String",
+ "mimeType": "A String", # The android:mimeType value of the <data> tag.
+ "actionNames": [ # The android:name value of the <action> tag.
+ "A String",
],
},
],
+ "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.
+ "applicationLabel": "A String", # User-readable name for the application.
},
},
}</pre>