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/androidpublisher_v3.edits.apks.html b/docs/dyn/androidpublisher_v3.edits.apks.html
index a013eca..047f7f4 100644
--- a/docs/dyn/androidpublisher_v3.edits.apks.html
+++ b/docs/dyn/androidpublisher_v3.edits.apks.html
@@ -99,32 +99,32 @@
{ # Request to create a new externally hosted APK.
"externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations. # The definition of the externally-hosted APK and where it is located.
+ "usesFeatures": [ # The features required by this APK (optional).
+ "A String",
+ ],
+ "versionCode": 42, # The version code of this APK.
"iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
"nativeCodes": [ # The native code environments supported by this APK (optional).
"A String",
],
- "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
- "A String",
- ],
- "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
- "applicationLabel": "A String", # The application label.
- "usesFeatures": [ # The features required by this APK (optional).
- "A String",
- ],
- "packageName": "A String", # The package name.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
"externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
- "versionCode": 42, # The version code of this APK.
+ "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
+ "versionName": "A String", # The version name of this APK.
+ "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
"usesPermissions": [ # The permissions requested by this APK.
{ # A permission used by this APK.
"name": "A String", # The name of the permission requested.
"maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
},
],
- "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
- "versionName": "A String", # The version name of this APK.
- "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
- "minimumSdk": 42, # The minimum SDK targeted by this APK.
"fileSize": "A String", # The file size in bytes of this APK.
+ "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+ "applicationLabel": "A String", # The application label.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
+ "A String",
+ ],
+ "packageName": "A String", # The package name.
},
}
@@ -138,32 +138,32 @@
{ # Response for creating a new externally hosted APK.
"externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations. # The definition of the externally-hosted APK and where it is located.
+ "usesFeatures": [ # The features required by this APK (optional).
+ "A String",
+ ],
+ "versionCode": 42, # The version code of this APK.
"iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
"nativeCodes": [ # The native code environments supported by this APK (optional).
"A String",
],
- "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
- "A String",
- ],
- "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
- "applicationLabel": "A String", # The application label.
- "usesFeatures": [ # The features required by this APK (optional).
- "A String",
- ],
- "packageName": "A String", # The package name.
+ "minimumSdk": 42, # The minimum SDK targeted by this APK.
"externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
- "versionCode": 42, # The version code of this APK.
+ "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
+ "versionName": "A String", # The version name of this APK.
+ "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
"usesPermissions": [ # The permissions requested by this APK.
{ # A permission used by this APK.
"name": "A String", # The name of the permission requested.
"maxSdkVersion": 42, # Optionally, the maximum SDK version for which the permission is required.
},
],
- "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
- "versionName": "A String", # The version name of this APK.
- "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
- "minimumSdk": 42, # The minimum SDK targeted by this APK.
"fileSize": "A String", # The file size in bytes of this APK.
+ "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+ "applicationLabel": "A String", # The application label.
+ "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
+ "A String",
+ ],
+ "packageName": "A String", # The package name.
},
}</pre>
</div>
@@ -192,11 +192,11 @@
"kind": "A String", # The kind of this response ("androidpublisher#apksListResponse").
"apks": [ # All APKs.
{ # Information about an APK. The resource for ApksService.
+ "versionCode": 42, # The version code of the APK, as specified in the manifest file.
"binary": { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
"sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
"sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
},
- "versionCode": 42, # The version code of the APK, as specified in the manifest file.
},
],
}</pre>
@@ -220,11 +220,11 @@
An object of the form:
{ # Information about an APK. The resource for ApksService.
+ "versionCode": 42, # The version code of the APK, as specified in the manifest file.
"binary": { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
"sha256": "A String", # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
"sha1": "A String", # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
},
- "versionCode": 42, # The version code of the APK, as specified in the manifest file.
}</pre>
</div>