chore: regens API reference docs (#889)

diff --git a/docs/dyn/androiddeviceprovisioning_v1.partners.customers.html b/docs/dyn/androiddeviceprovisioning_v1.partners.customers.html
index bade398..e293582 100644
--- a/docs/dyn/androiddeviceprovisioning_v1.partners.customers.html
+++ b/docs/dyn/androiddeviceprovisioning_v1.partners.customers.html
@@ -75,7 +75,7 @@
 <h1><a href="androiddeviceprovisioning_v1.html">Android Device Provisioning Partner API</a> . <a href="androiddeviceprovisioning_v1.partners.html">partners</a> . <a href="androiddeviceprovisioning_v1.partners.customers.html">customers</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#create">create(parent, body, x__xgafv=None)</a></code></p>
+  <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Creates a customer for zero-touch enrollment. After the method returns</p>
 <p class="toc_element">
   <code><a href="#list">list(partnerId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -85,7 +85,7 @@
 <p class="firstline">Retrieves the next page of results.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="create">create(parent, body, x__xgafv=None)</code>
+    <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
   <pre>Creates a customer for zero-touch enrollment. After the method returns
 successfully, admin and owner roles can manage devices and EMM configs
 by calling API methods or using their zero-touch enrollment portal.
@@ -95,7 +95,7 @@
 Args:
   parent: string, Required. The parent resource ID in the format `partners/[PARTNER_ID]` that
 identifies the reseller. (required)
-  body: object, The request body. (required)
+  body: object, The request body.
     The object takes the form of:
 
 { # Request message to create a customer.
@@ -110,9 +110,9 @@
           # * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]`
           #
           # Assigned by the server.
-      "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
       "companyName": "A String", # Required. The name of the company. For example _XYZ Corp_. Displayed to the
           # company's employees in the zero-touch enrollment portal.
+      "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
       "ownerEmails": [ # Input only. Email address of customer's users in the owner role. At least
           # one `owner_email` is required. Each email address must be associated with a
           # Google Account. Owners share the same access as admins but can also add,
@@ -122,7 +122,7 @@
       "termsStatus": "A String", # Output only. Whether any user from the company has accepted the latest
           # Terms of Service (ToS). See
           # TermsStatus.
-      "adminEmails": [ # Input only. Optional. Email address of customer's users in the admin role.
+      "adminEmails": [ # Optional. Input only. Email address of customer's users in the admin role.
           # Each email address must be associated with a Google Account.
         "A String",
       ],
@@ -146,9 +146,9 @@
         # * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]`
         #
         # Assigned by the server.
-    "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
     "companyName": "A String", # Required. The name of the company. For example _XYZ Corp_. Displayed to the
         # company's employees in the zero-touch enrollment portal.
+    "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
     "ownerEmails": [ # Input only. Email address of customer's users in the owner role. At least
         # one `owner_email` is required. Each email address must be associated with a
         # Google Account. Owners share the same access as admins but can also add,
@@ -158,7 +158,7 @@
     "termsStatus": "A String", # Output only. Whether any user from the company has accepted the latest
         # Terms of Service (ToS). See
         # TermsStatus.
-    "adminEmails": [ # Input only. Optional. Email address of customer's users in the admin role.
+    "adminEmails": [ # Optional. Input only. Email address of customer's users in the admin role.
         # Each email address must be associated with a Google Account.
       "A String",
     ],
@@ -185,9 +185,9 @@
   An object of the form:
 
     { # Response message of all customers related to this partner.
+    "totalSize": 42, # The total count of items in the list irrespective of pagination.
     "nextPageToken": "A String", # A token to retrieve the next page of results. Omitted if no further results
         # are available.
-    "totalSize": 42, # The total count of items in the list irrespective of pagination.
     "customers": [ # List of customers related to this reseller partner.
       { # A reseller, vendor, or customer in the zero-touch reseller and customer APIs.
         "name": "A String", # Output only. The API resource name of the company. The resource name is one
@@ -198,9 +198,9 @@
             # * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]`
             #
             # Assigned by the server.
-        "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
         "companyName": "A String", # Required. The name of the company. For example _XYZ Corp_. Displayed to the
             # company's employees in the zero-touch enrollment portal.
+        "companyId": "A String", # Output only. The ID of the company. Assigned by the server.
         "ownerEmails": [ # Input only. Email address of customer's users in the owner role. At least
             # one `owner_email` is required. Each email address must be associated with a
             # Google Account. Owners share the same access as admins but can also add,
@@ -210,7 +210,7 @@
         "termsStatus": "A String", # Output only. Whether any user from the company has accepted the latest
             # Terms of Service (ToS). See
             # TermsStatus.
-        "adminEmails": [ # Input only. Optional. Email address of customer's users in the admin role.
+        "adminEmails": [ # Optional. Input only. Email address of customer's users in the admin role.
             # Each email address must be associated with a Google Account.
           "A String",
         ],