docs: update generated docs (#981)
diff --git a/docs/dyn/admob_v1.accounts.html b/docs/dyn/admob_v1.accounts.html
index 28906e1..6794256 100644
--- a/docs/dyn/admob_v1.accounts.html
+++ b/docs/dyn/admob_v1.accounts.html
@@ -111,10 +111,10 @@
{ # A publisher account contains information relevant to the use of this API,
# such as the time zone used for the reports.
- "name": "A String", # Resource name of this account.
- # Format is accounts/{publisher_id}.
"publisherId": "A String", # The unique ID by which this publisher account can be identified
# in the API requests (for example, pub-1234567890).
+ "name": "A String", # Resource name of this account.
+ # Format is accounts/{publisher_id}.
"reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account.
# The value is a time-zone ID as specified by the CLDR project,
# for example, "America/Los_Angeles".
@@ -143,15 +143,13 @@
An object of the form:
{ # Response for the publisher account list request.
- "nextPageToken": "A String", # If not empty, indicates that there might be more accounts for the request;
- # you must pass this value in a new `ListPublisherAccountsRequest`.
"account": [ # Publisher that the client credentials can access.
{ # A publisher account contains information relevant to the use of this API,
# such as the time zone used for the reports.
- "name": "A String", # Resource name of this account.
- # Format is accounts/{publisher_id}.
"publisherId": "A String", # The unique ID by which this publisher account can be identified
# in the API requests (for example, pub-1234567890).
+ "name": "A String", # Resource name of this account.
+ # Format is accounts/{publisher_id}.
"reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account.
# The value is a time-zone ID as specified by the CLDR project,
# for example, "America/Los_Angeles".
@@ -160,6 +158,8 @@
# conversion.
},
],
+ "nextPageToken": "A String", # If not empty, indicates that there might be more accounts for the request;
+ # you must pass this value in a new `ListPublisherAccountsRequest`.
}</pre>
</div>