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.
-    &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
-    &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
-      &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
-        &quot;A String&quot;,
-      ],
-      &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
-        &quot;A String&quot;,
-      ],
-      &quot;screenDensity&quot;: 42, # Screen dpi.
-    },
-  }
+  &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
+  &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+    &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
+      &quot;A String&quot;,
+    ],
+    &quot;screenDensity&quot;: 42, # Screen dpi.
+    &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
+      &quot;A String&quot;,
+    ],
+  },
+}
 
   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.
-      &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
-      &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
-        &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
-          &quot;A String&quot;,
-        ],
-        &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
-          &quot;A String&quot;,
-        ],
-        &quot;screenDensity&quot;: 42, # Screen dpi.
-      },
-    }</pre>
+    &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
+    &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+      &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
+        &quot;A String&quot;,
+      ],
+      &quot;screenDensity&quot;: 42, # Screen dpi.
+      &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
+        &quot;A String&quot;,
+      ],
+    },
+  }</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.
-      &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
-      &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
-        &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
-          &quot;A String&quot;,
-        ],
-        &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
-          &quot;A String&quot;,
-        ],
-        &quot;screenDensity&quot;: 42, # Screen dpi.
-      },
-    }</pre>
+    &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
+    &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+      &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
+        &quot;A String&quot;,
+      ],
+      &quot;screenDensity&quot;: 42, # Screen dpi.
+      &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
+        &quot;A String&quot;,
+      ],
+    },
+  }</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.
     &quot;variants&quot;: [ # All system APK variants created.
       { # APK that is suitable for inclusion in a system image. The resource of SystemApksService.
-          &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
-          &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
-            &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
-              &quot;A String&quot;,
-            ],
-            &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
-              &quot;A String&quot;,
-            ],
-            &quot;screenDensity&quot;: 42, # Screen dpi.
-          },
+        &quot;variantId&quot;: 42, # Output only. The ID of a previously created system APK variant.
+        &quot;deviceSpec&quot;: { # The device spec used to generate a system APK. # The device spec used to generate the APK.
+          &quot;supportedAbis&quot;: [ # Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. &quot;armeabi-v7a&quot;, &quot;x86_64&quot;.
+            &quot;A String&quot;,
+          ],
+          &quot;screenDensity&quot;: 42, # Screen dpi.
+          &quot;supportedLocales&quot;: [ # All installed locales represented as BCP-47 strings, e.g. &quot;en-US&quot;.
+            &quot;A String&quot;,
+          ],
         },
+      },
     ],
   }</pre>
 </div>