Skip to content

Commit a2400d9

Browse files
chore(admob): update the api
#### admob:v1 The following keys were changed: - resources.accounts.methods.list (Total Keys: 1) - revision (Total Keys: 1) #### admob:v1beta The following keys were changed: - resources.accounts.methods.list (Total Keys: 1) - resources.accounts.resources.adUnits.methods.list.parameters.pageSize (Total Keys: 1) - revision (Total Keys: 1)
1 parent 3fc3b76 commit a2400d9

File tree

5 files changed

+2090
-2090
lines changed

5 files changed

+2090
-2090
lines changed

docs/dyn/admob_v1.accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<p class="firstline">Gets information about the specified AdMob publisher account.</p>
9393
<p class="toc_element">
9494
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95-
<p class="firstline">Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.</p>
95+
<p class="firstline">Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126

127127
<div class="method">
128128
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
129-
<pre>Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
129+
<pre>Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
130130

131131
Args:
132132
pageSize: integer, Maximum number of accounts to return.

docs/dyn/admob_v1beta.accounts.adUnits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595

9696
Args:
9797
parent: string, Required. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654 (required)
98-
pageSize: integer, The maximum number of ad units to return.
98+
pageSize: integer, The maximum number of ad units to return. If unspecified or 0, at most 1000 ad units will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000.
9999
pageToken: string, The value returned by the last `ListAdUnitsResponse`; indicates that this is a continuation of a prior `ListAdUnits` call, and that the system should return the next page of data.
100100
x__xgafv: string, V1 error format.
101101
Allowed values

docs/dyn/admob_v1beta.accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>Instance Methods</h2>
102102
<p class="firstline">Gets information about the specified AdMob publisher account.</p>
103103
<p class="toc_element">
104104
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
105-
<p class="firstline">Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.</p>
105+
<p class="firstline">Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.</p>
106106
<p class="toc_element">
107107
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
108108
<p class="firstline">Retrieves the next page of results.</p>
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136

137137
<div class="method">
138138
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
139-
<pre>Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
139+
<pre>Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
140140

141141
Args:
142142
pageSize: integer, Maximum number of accounts to return.

0 commit comments

Comments
 (0)