docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/androiddeviceprovisioning_v1.customers.html b/docs/dyn/androiddeviceprovisioning_v1.customers.html
index 9359d02..4acdcf6 100644
--- a/docs/dyn/androiddeviceprovisioning_v1.customers.html
+++ b/docs/dyn/androiddeviceprovisioning_v1.customers.html
@@ -98,7 +98,7 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
- <pre>Lists the user's customer accounts.
+ <pre>Lists the user's customer accounts.
Args:
pageSize: integer, The maximum number of customers to show in a page of results.
@@ -113,11 +113,24 @@
An object of the form:
{ # Response message for listing my customers.
- "nextPageToken": "A String", # A token used to access the next page of results. Omitted if no further
+ "nextPageToken": "A String", # A token used to access the next page of results. Omitted if no further
# results are available.
- "customers": [ # The customer accounts the calling user is a member of.
+ "customers": [ # The customer accounts the calling user is a member of.
{ # 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
+ "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,
+ # delete, and edit your organization's portal users.
+ "A String",
+ ],
+ "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",
+ ],
+ "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.
+ "name": "A String", # Output only. The API resource name of the company. The resource name is one
# of the following formats:
#
# * `partners/[PARTNER_ID]/customers/[CUSTOMER_ID]`
@@ -125,22 +138,9 @@
# * `partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]`
#
# 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,
- # delete, and edit your organization's portal users.
- "A String",
- ],
- "termsStatus": "A String", # Output only. Whether any user from the company has accepted the latest
+ "termsStatus": "A String", # Output only. Whether any user from the company has accepted the latest
# Terms of Service (ToS). See
# TermsStatus.
- "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",
- ],
},
],
}</pre>
@@ -155,7 +155,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>