Skip to content

Commit eee38fa

Browse files
Merge pull request googleapis#107 from nathanielmanistaatgoogle/one-point-four-point-one
Release 1.4.1.
2 parents b1a707c + dda86ad commit eee38fa

File tree

376 files changed

+43846
-3593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+43846
-3593
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.4.1
2+
Version 1.4.1
3+
4+
Add the googleapiclient.discovery.Resource.new_batch_http_request method.
5+
16
v1.4.0
27
Version 1.4.0
38

docs/dyn/adexchangebuyer_v1_3.creatives.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Method Details</h3>
134134
],
135135
},
136136
],
137-
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
137+
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
138138
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
139139
"reasons": [ # The filtering reasons.
140140
{
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202202
],
203203
},
204204
],
205-
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
205+
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
206206
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
207207
"reasons": [ # The filtering reasons.
208208
{
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265265
],
266266
},
267267
],
268-
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
268+
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
269269
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
270270
"reasons": [ # The filtering reasons.
271271
{
@@ -346,7 +346,7 @@ <h3>Method Details</h3>
346346
],
347347
},
348348
],
349-
"filteringReasons": { # The filtering reasons for the creative. If this feature is not enabled, please ask your technical account manager. Read-only. This field should not be set in requests.
349+
"filteringReasons": { # The filtering reasons for the creative. Read-only. This field should not be set in requests.
350350
"date": "A String", # The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.
351351
"reasons": [ # The filtering reasons.
352352
{

docs/dyn/adexchangebuyer_v1_3.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,25 @@ <h2>Instance Methods</h2>
109109
</p>
110110
<p class="firstline">Returns the pretargetingConfig Resource.</p>
111111

112+
<p class="toc_element">
113+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
114+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
115+
<h3>Method Details</h3>
116+
<div class="method">
117+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
118+
<pre>Create a BatchHttpRequest object based on the discovery document.
119+
120+
Args:
121+
callback: callable, A callback to be called for each response, of the
122+
form callback(id, response, exception). The first parameter is the
123+
request id, and the second is the deserialized response object. The
124+
third is an apiclient.errors.HttpError exception object if an HTTP
125+
error occurred while processing the request, or None if no error
126+
occurred.
127+
128+
Returns:
129+
A BatchHttpRequest object based on the discovery document.
130+
</pre>
131+
</div>
132+
112133
</body></html>

docs/dyn/adexchangebuyer_v1_3.performanceReport.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ <h3>Method Details</h3>
9696
"kind": "adexchangebuyer#performanceReportList", # Resource type.
9797
"performanceReport": [ # A list of performance reports relevant for the account.
9898
{ # The configuration data for an Ad Exchange performance report list.
99+
"bidRequestRate": 3.14, # The number of bid requests sent to your bidder.
100+
"unsuccessfulRequestRate": 3.14, # The number of bid responses that were unsuccessful due to timeouts, incorrect formatting, etc.
101+
"successfulRequestRate": 3.14, # The number of properly formed bid responses received by our servers within the deadline.
99102
"hostedMatchStatusRate": [ # Average QPS for hosted match operations.
100103
"",
101104
],
102-
"kind": "adexchangebuyer#performanceReport", # Resource type.
105+
"bidRate": 3.14, # The number of bid responses with an ad.
106+
"quotaThrottledLimit": 3.14, # The throttled quota limits for this account.
103107
"cookieMatcherStatusRate": [ # Average QPS for cookie matcher operations.
104108
"",
105109
],
@@ -108,17 +112,19 @@ <h3>Method Details</h3>
108112
],
109113
"noQuotaInRegion": 3.14, # Rate of various quota account statuses per quota check.
110114
"timestamp": "A String", # The unix timestamp of the starting time of this performance data.
111-
"region": "A String", # The trading location of this data.
112-
"quotaConfiguredLimit": 3.14, # The configured quota limits for this account.
113115
"latency50thPercentile": 3.14, # The 50th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.
114116
"latency85thPercentile": 3.14, # The 85th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.
115117
"pixelMatchResponses": 3.14, # Average QPS for pixel match responses from clients.
116-
"outOfQuota": 3.14, # Rate of various quota account statuses per quota check.
117118
"creativeStatusRate": [ # Rate of ads with a given status. Please refer to the creative-status-codes.txt file for different statuses.
118119
"",
119120
],
120-
"quotaThrottledLimit": 3.14, # The throttled quota limits for this account.
121121
"latency95thPercentile": 3.14, # The 95th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.
122+
"kind": "adexchangebuyer#performanceReport", # Resource type.
123+
"inventoryMatchRate": 3.14, # The number of potential queries based on your pretargeting settings.
124+
"region": "A String", # The trading location of this data.
125+
"quotaConfiguredLimit": 3.14, # The configured quota limits for this account.
126+
"outOfQuota": 3.14, # Rate of various quota account statuses per quota check.
127+
"filteredBidRate": 3.14, # The number of bid responses that were filtered due to a policy violation or other errors.
122128
"pixelMatchRequests": 3.14, # Average QPS for pixel match requests from clients.
123129
},
124130
],

docs/dyn/adexchangeseller_v2_0.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,25 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the accounts Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
84+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
88+
<pre>Create a BatchHttpRequest object based on the discovery document.
89+
90+
Args:
91+
callback: callable, A callback to be called for each response, of the
92+
form callback(id, response, exception). The first parameter is the
93+
request id, and the second is the deserialized response object. The
94+
third is an apiclient.errors.HttpError exception object if an HTTP
95+
error occurred while processing the request, or None if no error
96+
occurred.
97+
98+
Returns:
99+
A BatchHttpRequest object based on the discovery document.
100+
</pre>
101+
</div>
102+
82103
</body></html>

docs/dyn/admin_reports_v1.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,25 @@ <h2>Instance Methods</h2>
9494
</p>
9595
<p class="firstline">Returns the userUsageReport Resource.</p>
9696

97+
<p class="toc_element">
98+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
99+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
100+
<h3>Method Details</h3>
101+
<div class="method">
102+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
103+
<pre>Create a BatchHttpRequest object based on the discovery document.
104+
105+
Args:
106+
callback: callable, A callback to be called for each response, of the
107+
form callback(id, response, exception). The first parameter is the
108+
request id, and the second is the deserialized response object. The
109+
third is an apiclient.errors.HttpError exception object if an HTTP
110+
error occurred while processing the request, or None if no error
111+
occurred.
112+
113+
Returns:
114+
A BatchHttpRequest object based on the discovery document.
115+
</pre>
116+
</div>
117+
97118
</body></html>

docs/dyn/adsense_v1_4.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,25 @@ <h2>Instance Methods</h2>
124124
</p>
125125
<p class="firstline">Returns the urlchannels Resource.</p>
126126

127+
<p class="toc_element">
128+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
129+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
130+
<h3>Method Details</h3>
131+
<div class="method">
132+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
133+
<pre>Create a BatchHttpRequest object based on the discovery document.
134+
135+
Args:
136+
callback: callable, A callback to be called for each response, of the
137+
form callback(id, response, exception). The first parameter is the
138+
request id, and the second is the deserialized response object. The
139+
third is an apiclient.errors.HttpError exception object if an HTTP
140+
error occurred while processing the request, or None if no error
141+
occurred.
142+
143+
Returns:
144+
A BatchHttpRequest object based on the discovery document.
145+
</pre>
146+
</div>
147+
127148
</body></html>

docs/dyn/adsensehost_v4_1.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,25 @@ <h2>Instance Methods</h2>
104104
</p>
105105
<p class="firstline">Returns the urlchannels Resource.</p>
106106

107+
<p class="toc_element">
108+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
109+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
110+
<h3>Method Details</h3>
111+
<div class="method">
112+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
113+
<pre>Create a BatchHttpRequest object based on the discovery document.
114+
115+
Args:
116+
callback: callable, A callback to be called for each response, of the
117+
form callback(id, response, exception). The first parameter is the
118+
request id, and the second is the deserialized response object. The
119+
third is an apiclient.errors.HttpError exception object if an HTTP
120+
error occurred while processing the request, or None if no error
121+
occurred.
122+
123+
Returns:
124+
A BatchHttpRequest object based on the discovery document.
125+
</pre>
126+
</div>
127+
107128
</body></html>

docs/dyn/analytics_v3.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,25 @@ <h2>Instance Methods</h2>
9494
</p>
9595
<p class="firstline">Returns the provisioning Resource.</p>
9696

97+
<p class="toc_element">
98+
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
99+
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
100+
<h3>Method Details</h3>
101+
<div class="method">
102+
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
103+
<pre>Create a BatchHttpRequest object based on the discovery document.
104+
105+
Args:
106+
callback: callable, A callback to be called for each response, of the
107+
form callback(id, response, exception). The first parameter is the
108+
request id, and the second is the deserialized response object. The
109+
third is an apiclient.errors.HttpError exception object if an HTTP
110+
error occurred while processing the request, or None if no error
111+
occurred.
112+
113+
Returns:
114+
A BatchHttpRequest object based on the discovery document.
115+
</pre>
116+
</div>
117+
97118
</body></html>

0 commit comments

Comments
 (0)