chore: update docs/dyn (#1106)
diff --git a/docs/dyn/androidpublisher_v3.systemapks.variants.html b/docs/dyn/androidpublisher_v3.systemapks.variants.html
index e38a1fe..19cd78c 100644
--- a/docs/dyn/androidpublisher_v3.systemapks.variants.html
+++ b/docs/dyn/androidpublisher_v3.systemapks.variants.html
@@ -103,23 +103,23 @@
<pre>Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
Args:
- packageName: string, Unique identifier of the Android app. (required)
+ packageName: string, Package name of the app. (required)
versionCode: string, The version code of the App Bundle. (required)
body: object, The request body.
The object takes the form of:
{ # APK that is suitable for inclusion in a system image. The resource of SystemApksService.
- "variantId": 42, # Output only. The ID of a previously created system APK variant.
- "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
- "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
- "A String",
- ],
- "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
- "A String",
- ],
- "screenDensity": 42, # Screen dpi.
- },
- }
+ "variantId": 42, # Output only. The ID of a previously created system APK variant.
+ "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+ "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
+ "A String",
+ ],
+ "screenDensity": 42, # Screen dpi.
+ "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
+ "A String",
+ ],
+ },
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -130,17 +130,17 @@
An object of the form:
{ # APK that is suitable for inclusion in a system image. The resource of SystemApksService.
- "variantId": 42, # Output only. The ID of a previously created system APK variant.
- "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
- "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
- "A String",
- ],
- "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
- "A String",
- ],
- "screenDensity": 42, # Screen dpi.
- },
- }</pre>
+ "variantId": 42, # Output only. The ID of a previously created system APK variant.
+ "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+ "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
+ "A String",
+ ],
+ "screenDensity": 42, # Screen dpi.
+ "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
+ "A String",
+ ],
+ },
+ }</pre>
</div>
<div class="method">
@@ -148,7 +148,7 @@
<pre>Downloads a previously created system APK which is suitable for inclusion in a system image.
Args:
- packageName: string, Unique identifier of the Android app. (required)
+ packageName: string, Package name of the app. (required)
versionCode: string, The version code of the App Bundle. (required)
variantId: integer, The ID of a previously created system APK variant. (required)
x__xgafv: string, V1 error format.
@@ -163,7 +163,7 @@
<pre>Downloads a previously created system APK which is suitable for inclusion in a system image.
Args:
- packageName: string, Unique identifier of the Android app. (required)
+ packageName: string, Package name of the app. (required)
versionCode: string, The version code of the App Bundle. (required)
variantId: integer, The ID of a previously created system APK variant. (required)
x__xgafv: string, V1 error format.
@@ -178,7 +178,7 @@
<pre>Returns a previously created system APK variant.
Args:
- packageName: string, Unique identifier of the Android app. (required)
+ packageName: string, Package name of the app. (required)
versionCode: string, The version code of the App Bundle. (required)
variantId: integer, The ID of a previously created system APK variant. (required)
x__xgafv: string, V1 error format.
@@ -190,17 +190,17 @@
An object of the form:
{ # APK that is suitable for inclusion in a system image. The resource of SystemApksService.
- "variantId": 42, # Output only. The ID of a previously created system APK variant.
- "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
- "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
- "A String",
- ],
- "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
- "A String",
- ],
- "screenDensity": 42, # Screen dpi.
- },
- }</pre>
+ "variantId": 42, # Output only. The ID of a previously created system APK variant.
+ "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+ "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
+ "A String",
+ ],
+ "screenDensity": 42, # Screen dpi.
+ "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
+ "A String",
+ ],
+ },
+ }</pre>
</div>
<div class="method">
@@ -208,7 +208,7 @@
<pre>Returns the list of previously created system APK variants.
Args:
- packageName: string, Unique identifier of the Android app. (required)
+ packageName: string, Package name of the app. (required)
versionCode: string, The version code of the App Bundle. (required)
x__xgafv: string, V1 error format.
Allowed values
@@ -221,17 +221,17 @@
{ # Response to list previously created system APK variants.
"variants": [ # All system APK variants created.
{ # APK that is suitable for inclusion in a system image. The resource of SystemApksService.
- "variantId": 42, # Output only. The ID of a previously created system APK variant.
- "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
- "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
- "A String",
- ],
- "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
- "A String",
- ],
- "screenDensity": 42, # Screen dpi.
- },
+ "variantId": 42, # Output only. The ID of a previously created system APK variant.
+ "deviceSpec": { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+ "supportedAbis": [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
+ "A String",
+ ],
+ "screenDensity": 42, # Screen dpi.
+ "supportedLocales": [ # All installed locales represented as BCP-47 strings, e.g. "en-US".
+ "A String",
+ ],
},
+ },
],
}</pre>
</div>