docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/androidpublisher_v3.edits.tracks.html b/docs/dyn/androidpublisher_v3.edits.tracks.html
index 9e143d5..de638f8 100644
--- a/docs/dyn/androidpublisher_v3.edits.tracks.html
+++ b/docs/dyn/androidpublisher_v3.edits.tracks.html
@@ -75,6 +75,9 @@
 <h1><a href="androidpublisher_v3.html">Google Play Android Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a> . <a href="androidpublisher_v3.edits.tracks.html">tracks</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#get">get(packageName, editId, track, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a track.</p>
 <p class="toc_element">
@@ -88,6 +91,11 @@
 <p class="firstline">Updates a track.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="get">get(packageName, editId, track, x__xgafv=None)</code>
   <pre>Gets a track.
 
@@ -104,41 +112,30 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-    &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-        # In an update request, represents desired changes.
+    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
       { # A release within a track.
-        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-            # release will be considered at this priority. Can take values in the range
-            # [0, 5], with 5 the highest priority. Defaults to 0.
-            # in_app_update_priority can not be updated once the release is rolled out.
-            # See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+          },
+        ],
+        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
         &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
           &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-              # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             &quot;A String&quot;,
           ],
         },
-        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-            # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-          { # Release notes specification, i.e. language and text.
-            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-                # for Austrian German).
-            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-          },
-        ],
-        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-            # retain from previous releases.
+        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
           &quot;A String&quot;,
         ],
-        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-            # generated from the APK&#x27;s version_name. If the release contains multiple
-            # APKs, the name is generated from the date.
-        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
       },
     ],
-    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
   }</pre>
 </div>
 
@@ -160,41 +157,30 @@
     { # Response listing all tracks.
     &quot;tracks&quot;: [ # All tracks.
       { # A track configuration. The resource for TracksService.
-        &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-            # In an update request, represents desired changes.
+        &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+        &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
           { # A release within a track.
-            &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-                # release will be considered at this priority. Can take values in the range
-                # [0, 5], with 5 the highest priority. Defaults to 0.
-                # in_app_update_priority can not be updated once the release is rolled out.
-                # See https://developer.android.com/guide/playcore/in-app-updates.
+            &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+              { # Release notes specification, i.e. language and text.
+                &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+                &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+              },
+            ],
+            &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+            &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
             &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
               &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-              &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-                  # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+              &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
                 &quot;A String&quot;,
               ],
             },
-            &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-                # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-            &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-              { # Release notes specification, i.e. language and text.
-                &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-                    # for Austrian German).
-                &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-              },
-            ],
-            &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-                # retain from previous releases.
+            &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
               &quot;A String&quot;,
             ],
-            &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-                # generated from the APK&#x27;s version_name. If the release contains multiple
-                # APKs, the name is generated from the date.
-            &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+            &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+            &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
           },
         ],
-        &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
       },
     ],
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#tracksListResponse&quot;).
@@ -213,41 +199,30 @@
     The object takes the form of:
 
 { # A track configuration. The resource for TracksService.
-  &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-      # In an update request, represents desired changes.
+  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+  &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
     { # A release within a track.
-      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-          # release will be considered at this priority. Can take values in the range
-          # [0, 5], with 5 the highest priority. Defaults to 0.
-          # in_app_update_priority can not be updated once the release is rolled out.
-          # See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+        { # Release notes specification, i.e. language and text.
+          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+        },
+      ],
+      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
       &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
         &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-            # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
           &quot;A String&quot;,
         ],
       },
-      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-          # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-        { # Release notes specification, i.e. language and text.
-          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-              # for Austrian German).
-          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-        },
-      ],
-      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-          # retain from previous releases.
+      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
         &quot;A String&quot;,
       ],
-      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-          # generated from the APK&#x27;s version_name. If the release contains multiple
-          # APKs, the name is generated from the date.
-      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
     },
   ],
-  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
 }
 
   x__xgafv: string, V1 error format.
@@ -259,41 +234,30 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-    &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-        # In an update request, represents desired changes.
+    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
       { # A release within a track.
-        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-            # release will be considered at this priority. Can take values in the range
-            # [0, 5], with 5 the highest priority. Defaults to 0.
-            # in_app_update_priority can not be updated once the release is rolled out.
-            # See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+          },
+        ],
+        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
         &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
           &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-              # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             &quot;A String&quot;,
           ],
         },
-        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-            # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-          { # Release notes specification, i.e. language and text.
-            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-                # for Austrian German).
-            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-          },
-        ],
-        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-            # retain from previous releases.
+        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
           &quot;A String&quot;,
         ],
-        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-            # generated from the APK&#x27;s version_name. If the release contains multiple
-            # APKs, the name is generated from the date.
-        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
       },
     ],
-    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
   }</pre>
 </div>
 
@@ -309,41 +273,30 @@
     The object takes the form of:
 
 { # A track configuration. The resource for TracksService.
-  &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-      # In an update request, represents desired changes.
+  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+  &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
     { # A release within a track.
-      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-          # release will be considered at this priority. Can take values in the range
-          # [0, 5], with 5 the highest priority. Defaults to 0.
-          # in_app_update_priority can not be updated once the release is rolled out.
-          # See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+        { # Release notes specification, i.e. language and text.
+          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+        },
+      ],
+      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
       &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
         &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-            # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
           &quot;A String&quot;,
         ],
       },
-      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-          # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-        { # Release notes specification, i.e. language and text.
-          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-              # for Austrian German).
-          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-        },
-      ],
-      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-          # retain from previous releases.
+      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
         &quot;A String&quot;,
       ],
-      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-          # generated from the APK&#x27;s version_name. If the release contains multiple
-          # APKs, the name is generated from the date.
-      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
     },
   ],
-  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
 }
 
   x__xgafv: string, V1 error format.
@@ -355,41 +308,30 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-    &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
-        # In an update request, represents desired changes.
+    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
       { # A release within a track.
-        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
-            # release will be considered at this priority. Can take values in the range
-            # [0, 5], with 5 the highest priority. Defaults to 0.
-            # in_app_update_priority can not be updated once the release is rolled out.
-            # See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+          },
+        ],
+        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
         &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
           &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
-              # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
+          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             &quot;A String&quot;,
           ],
         },
-        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
-            # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-          { # Release notes specification, i.e. language and text.
-            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
-                # for Austrian German).
-            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-          },
-        ],
-        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
-            # retain from previous releases.
+        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
           &quot;A String&quot;,
         ],
-        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
-            # generated from the APK&#x27;s version_name. If the release contains multiple
-            # APKs, the name is generated from the date.
-        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
       },
     ],
-    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
   }</pre>
 </div>