forked from googleads/googleads-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogleads.errors-pysrc.html
More file actions
384 lines (374 loc) · 42.4 KB
/
Copy pathgoogleads.errors-pysrc.html
File metadata and controls
384 lines (374 loc) · 42.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>googleads.errors</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="googleads-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="https://github.com/googleads/googleads-python-lib">Project Homepage</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="googleads-module.html">Package googleads</a> ::
Module errors
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="googleads.errors-pysrc.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<h1 class="epydoc">Source Code for <a href="googleads.errors-module.html">Module googleads.errors</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment"># Copyright 2013 Google Inc. All Rights Reserved.</tt> </tt>
<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>
<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-comment"># You may obtain a copy of the License at</tt> </tt>
<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-comment"># http://www.apache.org/licenses/LICENSE-2.0</tt> </tt>
<a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-comment"># Unless required by applicable law or agreed to in writing, software</tt> </tt>
<a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-comment"># distributed under the License is distributed on an "AS IS" BASIS,</tt> </tt>
<a name="L11"></a><tt class="py-lineno"> 11</tt> <tt class="py-line"><tt class="py-comment"># WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</tt> </tt>
<a name="L12"></a><tt class="py-lineno"> 12</tt> <tt class="py-line"><tt class="py-comment"># See the License for the specific language governing permissions and</tt> </tt>
<a name="L13"></a><tt class="py-lineno"> 13</tt> <tt class="py-line"><tt class="py-comment"># limitations under the License.</tt> </tt>
<a name="L14"></a><tt class="py-lineno"> 14</tt> <tt class="py-line"> </tt>
<a name="L15"></a><tt class="py-lineno"> 15</tt> <tt class="py-line"><tt class="py-docstring">"""Errors used by the Google Ads Client Library."""</tt> </tt>
<a name="L16"></a><tt class="py-lineno"> 16</tt> <tt class="py-line"> </tt>
<a name="L17"></a><tt class="py-lineno"> 17</tt> <tt class="py-line"> </tt>
<a name="GoogleAdsError"></a><div id="GoogleAdsError-def"><a name="L18"></a><tt class="py-lineno"> 18</tt> <a class="py-toggle" href="#" id="GoogleAdsError-toggle" onclick="return toggle('GoogleAdsError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.GoogleAdsError-class.html">GoogleAdsError</a><tt class="py-op">(</tt><tt class="py-base-class">Exception</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GoogleAdsError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="GoogleAdsError-expanded"><a name="L19"></a><tt class="py-lineno"> 19</tt> <tt class="py-line"> <tt class="py-docstring">"""Parent class of all errors raised by this library."""</tt> </tt>
<a name="L20"></a><tt class="py-lineno"> 20</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
</div><a name="L21"></a><tt class="py-lineno"> 21</tt> <tt class="py-line"> </tt>
<a name="L22"></a><tt class="py-lineno"> 22</tt> <tt class="py-line"> </tt>
<a name="GoogleAdsValueError"></a><div id="GoogleAdsValueError-def"><a name="L23"></a><tt class="py-lineno"> 23</tt> <a class="py-toggle" href="#" id="GoogleAdsValueError-toggle" onclick="return toggle('GoogleAdsValueError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.GoogleAdsValueError-class.html">GoogleAdsValueError</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GoogleAdsValueError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="GoogleAdsValueError-expanded"><a name="L24"></a><tt class="py-lineno"> 24</tt> <tt class="py-line"> <tt class="py-docstring">"""Error indicating that the user input for a function was invalid."""</tt> </tt>
<a name="L25"></a><tt class="py-lineno"> 25</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
</div><a name="L26"></a><tt class="py-lineno"> 26</tt> <tt class="py-line"> </tt>
<a name="L27"></a><tt class="py-lineno"> 27</tt> <tt class="py-line"> </tt>
<a name="GoogleAdsSoapTransportError"></a><div id="GoogleAdsSoapTransportError-def"><a name="L28"></a><tt class="py-lineno"> 28</tt> <a class="py-toggle" href="#" id="GoogleAdsSoapTransportError-toggle" onclick="return toggle('GoogleAdsSoapTransportError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.GoogleAdsSoapTransportError-class.html">GoogleAdsSoapTransportError</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GoogleAdsSoapTransportError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="GoogleAdsSoapTransportError-expanded"><a name="L29"></a><tt class="py-lineno"> 29</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
</div><a name="L30"></a><tt class="py-lineno"> 30</tt> <tt class="py-line"> </tt>
<a name="L31"></a><tt class="py-lineno"> 31</tt> <tt class="py-line"> </tt>
<a name="GoogleAdsServerFault"></a><div id="GoogleAdsServerFault-def"><a name="L32"></a><tt class="py-lineno"> 32</tt> <a class="py-toggle" href="#" id="GoogleAdsServerFault-toggle" onclick="return toggle('GoogleAdsServerFault');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.GoogleAdsServerFault-class.html">GoogleAdsServerFault</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GoogleAdsServerFault-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="GoogleAdsServerFault-expanded"><a name="L33"></a><tt class="py-lineno"> 33</tt> <tt class="py-line"> </tt>
<a name="GoogleAdsServerFault.__init__"></a><div id="GoogleAdsServerFault.__init__-def"><a name="L34"></a><tt class="py-lineno"> 34</tt> <a class="py-toggle" href="#" id="GoogleAdsServerFault.__init__-toggle" onclick="return toggle('GoogleAdsServerFault.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="googleads.errors.GoogleAdsServerFault-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">document</tt><tt class="py-op">,</tt> <tt class="py-param">errors</tt><tt class="py-op">=</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> <tt class="py-param">message</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GoogleAdsServerFault.__init__-collapsed" style="display:none;" pad="+++" indent="++++++"></div><div id="GoogleAdsServerFault.__init__-expanded"><a name="L35"></a><tt class="py-lineno"> 35</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt><tt id="link-0" class="py-name" targets="Class googleads.errors.GoogleAdsServerFault=googleads.errors.GoogleAdsServerFault-class.html"><a title="googleads.errors.GoogleAdsServerFault" class="py-name" href="#" onclick="return doclink('link-0', 'GoogleAdsServerFault', 'link-0');">GoogleAdsServerFault</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Method googleads.ad_manager.AdManagerClient.__init__()=googleads.ad_manager.AdManagerClient-class.html#__init__,Method googleads.ad_manager.DataDownloader.__init__()=googleads.ad_manager.DataDownloader-class.html#__init__,Method googleads.ad_manager.FilterStatement.__init__()=googleads.ad_manager.FilterStatement-class.html#__init__,Method googleads.ad_manager.StatementBuilder._OrderByPair.__init__()=googleads.ad_manager.StatementBuilder._OrderByPair-class.html#__init__,Method googleads.ad_manager.StatementBuilder.__init__()=googleads.ad_manager.StatementBuilder-class.html#__init__,Method googleads.ad_manager._AdManagerHeaderHandler.__init__()=googleads.ad_manager._AdManagerHeaderHandler-class.html#__init__,Method googleads.adwords.AdWordsClient.__init__()=googleads.adwords.AdWordsClient-class.html#__init__,Method googleads.adwords.BatchJobHelper._UploadRequestBuilder.__init__()=googleads.adwords.BatchJobHelper._UploadRequestBuilder-class.html#__init__,Method googleads.adwords.BatchJobHelper.__init__()=googleads.adwords.BatchJobHelper-class.html#__init__,Method googleads.adwords.IncrementalUploadHelper.__init__()=googleads.adwords.IncrementalUploadHelper-class.html#__init__,Method googleads.adwords.ReportDownloader.__init__()=googleads.adwords.ReportDownloader-class.html#__init__,Method googleads.adwords.ReportQuery.__init__()=googleads.adwords.ReportQuery-class.html#__init__,Method googleads.adwords.ReportQueryBuilder.__init__()=googleads.adwords.ReportQueryBuilder-class.html#__init__,Method googleads.adwords.ServiceQuery.__init__()=googleads.adwords.ServiceQuery-class.html#__init__,Method googleads.adwords.ServiceQueryBuilder.__init__()=googleads.adwords.ServiceQueryBuilder-class.html#__init__,Method googleads.adwords._AdWordsHeaderHandler.__init__()=googleads.adwords._AdWordsHeaderHandler-class.html#__init__,Method googleads.adwords._QueryBuilder.__init__()=googleads.adwords._QueryBuilder-class.html#__init__,Method googleads.adwords._WhereBuilder.__init__()=googleads.adwords._WhereBuilder-class.html#__init__,Method googleads.common.CommonClient.__init__()=googleads.common.CommonClient-class.html#__init__,Method googleads.common.GoogleSoapService.__init__()=googleads.common.GoogleSoapService-class.html#__init__,Method googleads.common.ProxyConfig.__init__()=googleads.common.ProxyConfig-class.html#__init__,Method googleads.common.ZeepSchemaHelper.__init__()=googleads.common.ZeepSchemaHelper-class.html#__init__,Method googleads.common.ZeepServiceProxy.__init__()=googleads.common.ZeepServiceProxy-class.html#__init__,Method googleads.common._ZeepAuthHeaderPlugin.__init__()=googleads.common._ZeepAuthHeaderPlugin-class.html#__init__,Method googleads.common._ZeepProxyTransport.__init__()=googleads.common._ZeepProxyTransport-class.html#__init__,Method googleads.errors.AdManagerReportError.__init__()=googleads.errors.AdManagerReportError-class.html#__init__,Method googleads.errors.AdWordsReportBadRequestError.__init__()=googleads.errors.AdWordsReportBadRequestError-class.html#__init__,Method googleads.errors.AdWordsReportError.__init__()=googleads.errors.AdWordsReportError-class.html#__init__,Method googleads.errors.GoogleAdsServerFault.__init__()=googleads.errors.GoogleAdsServerFault-class.html#__init__,Method googleads.oauth2.GoogleAccessTokenClient.__init__()=googleads.oauth2.GoogleAccessTokenClient-class.html#__init__,Method googleads.oauth2.GoogleCredentialsClient.__init__()=googleads.oauth2.GoogleCredentialsClient-class.html#__init__,Method googleads.oauth2.GoogleRefreshTokenClient.__init__()=googleads.oauth2.GoogleRefreshTokenClient-class.html#__init__,Method googleads.oauth2.GoogleServiceAccountClient.__init__()=googleads.oauth2.GoogleServiceAccountClient-class.html#__init__,Method googleads.util.UtilityRegistry.__init__()=googleads.util.UtilityRegistry-class.html#__init__,Method googleads.util.ZeepLogger.__init__()=googleads.util.ZeepLogger-class.html#__init__"><a title="googleads.ad_manager.AdManagerClient.__init__
googleads.ad_manager.DataDownloader.__init__
googleads.ad_manager.FilterStatement.__init__
googleads.ad_manager.StatementBuilder._OrderByPair.__init__
googleads.ad_manager.StatementBuilder.__init__
googleads.ad_manager._AdManagerHeaderHandler.__init__
googleads.adwords.AdWordsClient.__init__
googleads.adwords.BatchJobHelper._UploadRequestBuilder.__init__
googleads.adwords.BatchJobHelper.__init__
googleads.adwords.IncrementalUploadHelper.__init__
googleads.adwords.ReportDownloader.__init__
googleads.adwords.ReportQuery.__init__
googleads.adwords.ReportQueryBuilder.__init__
googleads.adwords.ServiceQuery.__init__
googleads.adwords.ServiceQueryBuilder.__init__
googleads.adwords._AdWordsHeaderHandler.__init__
googleads.adwords._QueryBuilder.__init__
googleads.adwords._WhereBuilder.__init__
googleads.common.CommonClient.__init__
googleads.common.GoogleSoapService.__init__
googleads.common.ProxyConfig.__init__
googleads.common.ZeepSchemaHelper.__init__
googleads.common.ZeepServiceProxy.__init__
googleads.common._ZeepAuthHeaderPlugin.__init__
googleads.common._ZeepProxyTransport.__init__
googleads.errors.AdManagerReportError.__init__
googleads.errors.AdWordsReportBadRequestError.__init__
googleads.errors.AdWordsReportError.__init__
googleads.errors.GoogleAdsServerFault.__init__
googleads.oauth2.GoogleAccessTokenClient.__init__
googleads.oauth2.GoogleCredentialsClient.__init__
googleads.oauth2.GoogleRefreshTokenClient.__init__
googleads.oauth2.GoogleServiceAccountClient.__init__
googleads.util.UtilityRegistry.__init__
googleads.util.ZeepLogger.__init__" class="py-name" href="#" onclick="return doclink('link-1', '__init__', 'link-1');">__init__</a></tt><tt class="py-op">(</tt> </tt>
<a name="L36"></a><tt class="py-lineno"> 36</tt> <tt class="py-line"> <tt class="py-name">message</tt> <tt class="py-keyword">if</tt> <tt class="py-name">message</tt> <tt class="py-keyword">else</tt> <tt class="py-string">'Server Error'</tt><tt class="py-op">)</tt> </tt>
<a name="L37"></a><tt class="py-lineno"> 37</tt> <tt class="py-line"> </tt>
<a name="L38"></a><tt class="py-lineno"> 38</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Module googleads.errors=googleads.errors-module.html"><a title="googleads.errors" class="py-name" href="#" onclick="return doclink('link-2', 'errors', 'link-2');">errors</a></tt> <tt class="py-op">=</tt> <tt id="link-3" class="py-name"><a title="googleads.errors" class="py-name" href="#" onclick="return doclink('link-3', 'errors', 'link-2');">errors</a></tt> </tt>
<a name="L39"></a><tt class="py-lineno"> 39</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">document</tt> <tt class="py-op">=</tt> <tt class="py-name">document</tt> </tt>
</div></div><a name="L40"></a><tt class="py-lineno"> 40</tt> <tt class="py-line"> </tt>
<a name="L41"></a><tt class="py-lineno"> 41</tt> <tt class="py-line"> </tt>
<a name="AdWordsReportError"></a><div id="AdWordsReportError-def"><a name="L42"></a><tt class="py-lineno"> 42</tt> <a class="py-toggle" href="#" id="AdWordsReportError-toggle" onclick="return toggle('AdWordsReportError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.AdWordsReportError-class.html">AdWordsReportError</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdWordsReportError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AdWordsReportError-expanded"><a name="L43"></a><tt class="py-lineno"> 43</tt> <tt class="py-line"> <tt class="py-docstring">"""Error indicating that an AdWords report download request failed.</tt> </tt>
<a name="L44"></a><tt class="py-lineno"> 44</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L45"></a><tt class="py-lineno"> 45</tt> <tt class="py-line"><tt class="py-docstring"> Attributes:</tt> </tt>
<a name="L46"></a><tt class="py-lineno"> 46</tt> <tt class="py-line"><tt class="py-docstring"> code: The HTTP status code with which the report failed.</tt> </tt>
<a name="L47"></a><tt class="py-lineno"> 47</tt> <tt class="py-line"><tt class="py-docstring"> error: The urllib2.HTTPError (Python 2) or urllib.error.HTTPError</tt> </tt>
<a name="L48"></a><tt class="py-lineno"> 48</tt> <tt class="py-line"><tt class="py-docstring"> (Python 3) describing the failure.</tt> </tt>
<a name="L49"></a><tt class="py-lineno"> 49</tt> <tt class="py-line"><tt class="py-docstring"> content: The actual HTTP response content. This could be something like a</tt> </tt>
<a name="L50"></a><tt class="py-lineno"> 50</tt> <tt class="py-line"><tt class="py-docstring"> 404 page or an XML error message from the AdWords report service.</tt> </tt>
<a name="L51"></a><tt class="py-lineno"> 51</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L52"></a><tt class="py-lineno"> 52</tt> <tt class="py-line"> </tt>
<a name="AdWordsReportError.__init__"></a><div id="AdWordsReportError.__init__-def"><a name="L53"></a><tt class="py-lineno"> 53</tt> <a class="py-toggle" href="#" id="AdWordsReportError.__init__-toggle" onclick="return toggle('AdWordsReportError.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="googleads.errors.AdWordsReportError-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">code</tt><tt class="py-op">,</tt> <tt class="py-param">error</tt><tt class="py-op">,</tt> <tt class="py-param">content</tt><tt class="py-op">,</tt> <tt class="py-param">message</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdWordsReportError.__init__-collapsed" style="display:none;" pad="+++" indent="++++++"></div><div id="AdWordsReportError.__init__-expanded"><a name="L54"></a><tt class="py-lineno"> 54</tt> <tt class="py-line"> <tt class="py-docstring">"""Initializes an AdWordsReportError.</tt> </tt>
<a name="L55"></a><tt class="py-lineno"> 55</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L56"></a><tt class="py-lineno"> 56</tt> <tt class="py-line"><tt class="py-docstring"> Args:</tt> </tt>
<a name="L57"></a><tt class="py-lineno"> 57</tt> <tt class="py-line"><tt class="py-docstring"> code: The HTTP status code number that was returned.</tt> </tt>
<a name="L58"></a><tt class="py-lineno"> 58</tt> <tt class="py-line"><tt class="py-docstring"> error: The urllib2.HTTPError (Python 2) or urllib.error.HTTPError</tt> </tt>
<a name="L59"></a><tt class="py-lineno"> 59</tt> <tt class="py-line"><tt class="py-docstring"> (Python 3) describing the failure.</tt> </tt>
<a name="L60"></a><tt class="py-lineno"> 60</tt> <tt class="py-line"><tt class="py-docstring"> content: The HTTP response body as a string.</tt> </tt>
<a name="L61"></a><tt class="py-lineno"> 61</tt> <tt class="py-line"><tt class="py-docstring"> [optional]</tt> </tt>
<a name="L62"></a><tt class="py-lineno"> 62</tt> <tt class="py-line"><tt class="py-docstring"> message: A user-friendly error message string. If one is not provided, a</tt> </tt>
<a name="L63"></a><tt class="py-lineno"> 63</tt> <tt class="py-line"><tt class="py-docstring"> default message will be used.</tt> </tt>
<a name="L64"></a><tt class="py-lineno"> 64</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L65"></a><tt class="py-lineno"> 65</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt><tt id="link-4" class="py-name" targets="Class googleads.errors.AdWordsReportError=googleads.errors.AdWordsReportError-class.html"><a title="googleads.errors.AdWordsReportError" class="py-name" href="#" onclick="return doclink('link-4', 'AdWordsReportError', 'link-4');">AdWordsReportError</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-5" class="py-name"><a title="googleads.ad_manager.AdManagerClient.__init__
googleads.ad_manager.DataDownloader.__init__
googleads.ad_manager.FilterStatement.__init__
googleads.ad_manager.StatementBuilder._OrderByPair.__init__
googleads.ad_manager.StatementBuilder.__init__
googleads.ad_manager._AdManagerHeaderHandler.__init__
googleads.adwords.AdWordsClient.__init__
googleads.adwords.BatchJobHelper._UploadRequestBuilder.__init__
googleads.adwords.BatchJobHelper.__init__
googleads.adwords.IncrementalUploadHelper.__init__
googleads.adwords.ReportDownloader.__init__
googleads.adwords.ReportQuery.__init__
googleads.adwords.ReportQueryBuilder.__init__
googleads.adwords.ServiceQuery.__init__
googleads.adwords.ServiceQueryBuilder.__init__
googleads.adwords._AdWordsHeaderHandler.__init__
googleads.adwords._QueryBuilder.__init__
googleads.adwords._WhereBuilder.__init__
googleads.common.CommonClient.__init__
googleads.common.GoogleSoapService.__init__
googleads.common.ProxyConfig.__init__
googleads.common.ZeepSchemaHelper.__init__
googleads.common.ZeepServiceProxy.__init__
googleads.common._ZeepAuthHeaderPlugin.__init__
googleads.common._ZeepProxyTransport.__init__
googleads.errors.AdManagerReportError.__init__
googleads.errors.AdWordsReportBadRequestError.__init__
googleads.errors.AdWordsReportError.__init__
googleads.errors.GoogleAdsServerFault.__init__
googleads.oauth2.GoogleAccessTokenClient.__init__
googleads.oauth2.GoogleCredentialsClient.__init__
googleads.oauth2.GoogleRefreshTokenClient.__init__
googleads.oauth2.GoogleServiceAccountClient.__init__
googleads.util.UtilityRegistry.__init__
googleads.util.ZeepLogger.__init__" class="py-name" href="#" onclick="return doclink('link-5', '__init__', 'link-1');">__init__</a></tt><tt class="py-op">(</tt> </tt>
<a name="L66"></a><tt class="py-lineno"> 66</tt> <tt class="py-line"> <tt class="py-name">message</tt> <tt class="py-keyword">if</tt> <tt class="py-name">message</tt> <tt class="py-keyword">else</tt> <tt class="py-op">(</tt><tt class="py-string">'AdWords report download failed with HTTP '</tt> </tt>
<a name="L67"></a><tt class="py-lineno"> 67</tt> <tt class="py-line"> <tt class="py-string">'status code: %s'</tt> <tt class="py-op">%</tt> <tt class="py-name">code</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L68"></a><tt class="py-lineno"> 68</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">code</tt> <tt class="py-op">=</tt> <tt class="py-name">code</tt> </tt>
<a name="L69"></a><tt class="py-lineno"> 69</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">error</tt> <tt class="py-op">=</tt> <tt class="py-name">error</tt> </tt>
<a name="L70"></a><tt class="py-lineno"> 70</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">content</tt> <tt class="py-op">=</tt> <tt class="py-name">content</tt> </tt>
</div></div><a name="L71"></a><tt class="py-lineno"> 71</tt> <tt class="py-line"> </tt>
<a name="L72"></a><tt class="py-lineno"> 72</tt> <tt class="py-line"> </tt>
<a name="AdWordsReportBadRequestError"></a><div id="AdWordsReportBadRequestError-def"><a name="L73"></a><tt class="py-lineno"> 73</tt> <a class="py-toggle" href="#" id="AdWordsReportBadRequestError-toggle" onclick="return toggle('AdWordsReportBadRequestError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.AdWordsReportBadRequestError-class.html">AdWordsReportBadRequestError</a><tt class="py-op">(</tt><tt class="py-base-class">AdWordsReportError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdWordsReportBadRequestError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AdWordsReportBadRequestError-expanded"><a name="L74"></a><tt class="py-lineno"> 74</tt> <tt class="py-line"> <tt class="py-docstring">"""Error indicating a bad request was made to the AdWords report service.</tt> </tt>
<a name="L75"></a><tt class="py-lineno"> 75</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L76"></a><tt class="py-lineno"> 76</tt> <tt class="py-line"><tt class="py-docstring"> Attributes:</tt> </tt>
<a name="L77"></a><tt class="py-lineno"> 77</tt> <tt class="py-line"><tt class="py-docstring"> type: A string identifying what type of error this is.</tt> </tt>
<a name="L78"></a><tt class="py-lineno"> 78</tt> <tt class="py-line"><tt class="py-docstring"> trigger: A string containing the value from your request that caused the</tt> </tt>
<a name="L79"></a><tt class="py-lineno"> 79</tt> <tt class="py-line"><tt class="py-docstring"> problem.</tt> </tt>
<a name="L80"></a><tt class="py-lineno"> 80</tt> <tt class="py-line"><tt class="py-docstring"> field_path: A string showing where, in the report's fields, the trigger can</tt> </tt>
<a name="L81"></a><tt class="py-lineno"> 81</tt> <tt class="py-line"><tt class="py-docstring"> be found.</tt> </tt>
<a name="L82"></a><tt class="py-lineno"> 82</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L83"></a><tt class="py-lineno"> 83</tt> <tt class="py-line"> </tt>
<a name="AdWordsReportBadRequestError.__init__"></a><div id="AdWordsReportBadRequestError.__init__-def"><a name="L84"></a><tt class="py-lineno"> 84</tt> <a class="py-toggle" href="#" id="AdWordsReportBadRequestError.__init__-toggle" onclick="return toggle('AdWordsReportBadRequestError.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="googleads.errors.AdWordsReportBadRequestError-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">type_</tt><tt class="py-op">,</tt> <tt class="py-param">trigger</tt><tt class="py-op">,</tt> <tt class="py-param">field_path</tt><tt class="py-op">,</tt> <tt class="py-param">code</tt><tt class="py-op">,</tt> <tt class="py-param">error</tt><tt class="py-op">,</tt> <tt class="py-param">content</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdWordsReportBadRequestError.__init__-collapsed" style="display:none;" pad="+++" indent="++++++"></div><div id="AdWordsReportBadRequestError.__init__-expanded"><a name="L85"></a><tt class="py-lineno"> 85</tt> <tt class="py-line"> <tt class="py-docstring">"""Initializes an AdWordsReportError.</tt> </tt>
<a name="L86"></a><tt class="py-lineno"> 86</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L87"></a><tt class="py-lineno"> 87</tt> <tt class="py-line"><tt class="py-docstring"> Args:</tt> </tt>
<a name="L88"></a><tt class="py-lineno"> 88</tt> <tt class="py-line"><tt class="py-docstring"> type_: A string identifying what type of error this is.</tt> </tt>
<a name="L89"></a><tt class="py-lineno"> 89</tt> <tt class="py-line"><tt class="py-docstring"> trigger: A string containing the value from your request that caused the</tt> </tt>
<a name="L90"></a><tt class="py-lineno"> 90</tt> <tt class="py-line"><tt class="py-docstring"> problem.</tt> </tt>
<a name="L91"></a><tt class="py-lineno"> 91</tt> <tt class="py-line"><tt class="py-docstring"> field_path: A string showing where, in the report's fields, the trigger</tt> </tt>
<a name="L92"></a><tt class="py-lineno"> 92</tt> <tt class="py-line"><tt class="py-docstring"> can be found.</tt> </tt>
<a name="L93"></a><tt class="py-lineno"> 93</tt> <tt class="py-line"><tt class="py-docstring"> code: The HTTP status code number that was returned.</tt> </tt>
<a name="L94"></a><tt class="py-lineno"> 94</tt> <tt class="py-line"><tt class="py-docstring"> error: The urllib2.HTTPError (Python 2) or urllib.error.HTTPError</tt> </tt>
<a name="L95"></a><tt class="py-lineno"> 95</tt> <tt class="py-line"><tt class="py-docstring"> (Python 3) describing the failure.</tt> </tt>
<a name="L96"></a><tt class="py-lineno"> 96</tt> <tt class="py-line"><tt class="py-docstring"> content: The HTTP response body as a string.</tt> </tt>
<a name="L97"></a><tt class="py-lineno"> 97</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L98"></a><tt class="py-lineno"> 98</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt><tt id="link-6" class="py-name" targets="Class googleads.errors.AdWordsReportBadRequestError=googleads.errors.AdWordsReportBadRequestError-class.html"><a title="googleads.errors.AdWordsReportBadRequestError" class="py-name" href="#" onclick="return doclink('link-6', 'AdWordsReportBadRequestError', 'link-6');">AdWordsReportBadRequestError</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-7" class="py-name"><a title="googleads.ad_manager.AdManagerClient.__init__
googleads.ad_manager.DataDownloader.__init__
googleads.ad_manager.FilterStatement.__init__
googleads.ad_manager.StatementBuilder._OrderByPair.__init__
googleads.ad_manager.StatementBuilder.__init__
googleads.ad_manager._AdManagerHeaderHandler.__init__
googleads.adwords.AdWordsClient.__init__
googleads.adwords.BatchJobHelper._UploadRequestBuilder.__init__
googleads.adwords.BatchJobHelper.__init__
googleads.adwords.IncrementalUploadHelper.__init__
googleads.adwords.ReportDownloader.__init__
googleads.adwords.ReportQuery.__init__
googleads.adwords.ReportQueryBuilder.__init__
googleads.adwords.ServiceQuery.__init__
googleads.adwords.ServiceQueryBuilder.__init__
googleads.adwords._AdWordsHeaderHandler.__init__
googleads.adwords._QueryBuilder.__init__
googleads.adwords._WhereBuilder.__init__
googleads.common.CommonClient.__init__
googleads.common.GoogleSoapService.__init__
googleads.common.ProxyConfig.__init__
googleads.common.ZeepSchemaHelper.__init__
googleads.common.ZeepServiceProxy.__init__
googleads.common._ZeepAuthHeaderPlugin.__init__
googleads.common._ZeepProxyTransport.__init__
googleads.errors.AdManagerReportError.__init__
googleads.errors.AdWordsReportBadRequestError.__init__
googleads.errors.AdWordsReportError.__init__
googleads.errors.GoogleAdsServerFault.__init__
googleads.oauth2.GoogleAccessTokenClient.__init__
googleads.oauth2.GoogleCredentialsClient.__init__
googleads.oauth2.GoogleRefreshTokenClient.__init__
googleads.oauth2.GoogleServiceAccountClient.__init__
googleads.util.UtilityRegistry.__init__
googleads.util.ZeepLogger.__init__" class="py-name" href="#" onclick="return doclink('link-7', '__init__', 'link-1');">__init__</a></tt><tt class="py-op">(</tt> </tt>
<a name="L99"></a><tt class="py-lineno"> 99</tt> <tt class="py-line"> <tt class="py-name">code</tt><tt class="py-op">,</tt> <tt class="py-name">error</tt><tt class="py-op">,</tt> <tt class="py-name">content</tt><tt class="py-op">,</tt> <tt class="py-string">'Type: %s\nTrigger: %s\nField Path: %s'</tt> <tt class="py-op">%</tt> </tt>
<a name="L100"></a><tt class="py-lineno">100</tt> <tt class="py-line"> <tt class="py-op">(</tt><tt class="py-name">type_</tt><tt class="py-op">,</tt> <tt class="py-name">trigger</tt><tt class="py-op">,</tt> <tt class="py-name">field_path</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L101"></a><tt class="py-lineno">101</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">type</tt> <tt class="py-op">=</tt> <tt class="py-name">type_</tt> </tt>
<a name="L102"></a><tt class="py-lineno">102</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">trigger</tt> <tt class="py-op">=</tt> <tt class="py-name">trigger</tt> </tt>
<a name="L103"></a><tt class="py-lineno">103</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">field_path</tt> <tt class="py-op">=</tt> <tt class="py-name">field_path</tt> </tt>
</div></div><a name="L104"></a><tt class="py-lineno">104</tt> <tt class="py-line"> </tt>
<a name="L105"></a><tt class="py-lineno">105</tt> <tt class="py-line"> </tt>
<a name="AdWordsBatchJobServiceInvalidOperationError"></a><div id="AdWordsBatchJobServiceInvalidOperationError-def"><a name="L106"></a><tt class="py-lineno">106</tt> <a class="py-toggle" href="#" id="AdWordsBatchJobServiceInvalidOperationError-toggle" onclick="return toggle('AdWordsBatchJobServiceInvalidOperationError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.AdWordsBatchJobServiceInvalidOperationError-class.html">AdWordsBatchJobServiceInvalidOperationError</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdWordsBatchJobServiceInvalidOperationError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AdWordsBatchJobServiceInvalidOperationError-expanded"><a name="L107"></a><tt class="py-lineno">107</tt> <tt class="py-line"> <tt class="py-docstring">"""Error indicating that an upload operation is malformed."""</tt> </tt>
<a name="L108"></a><tt class="py-lineno">108</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
</div><a name="L109"></a><tt class="py-lineno">109</tt> <tt class="py-line"> </tt>
<a name="L110"></a><tt class="py-lineno">110</tt> <tt class="py-line"> </tt>
<a name="AdManagerReportError"></a><div id="AdManagerReportError-def"><a name="L111"></a><tt class="py-lineno">111</tt> <a class="py-toggle" href="#" id="AdManagerReportError-toggle" onclick="return toggle('AdManagerReportError');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="googleads.errors.AdManagerReportError-class.html">AdManagerReportError</a><tt class="py-op">(</tt><tt class="py-base-class">GoogleAdsError</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdManagerReportError-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AdManagerReportError-expanded"><a name="L112"></a><tt class="py-lineno">112</tt> <tt class="py-line"> <tt class="py-docstring">"""Error indicating that an Ad Manager report download request failed.</tt> </tt>
<a name="L113"></a><tt class="py-lineno">113</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L114"></a><tt class="py-lineno">114</tt> <tt class="py-line"><tt class="py-docstring"> Attributes:</tt> </tt>
<a name="L115"></a><tt class="py-lineno">115</tt> <tt class="py-line"><tt class="py-docstring"> report_job_id: The ID of the report job which failed.</tt> </tt>
<a name="L116"></a><tt class="py-lineno">116</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L117"></a><tt class="py-lineno">117</tt> <tt class="py-line"> </tt>
<a name="AdManagerReportError.__init__"></a><div id="AdManagerReportError.__init__-def"><a name="L118"></a><tt class="py-lineno">118</tt> <a class="py-toggle" href="#" id="AdManagerReportError.__init__-toggle" onclick="return toggle('AdManagerReportError.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="googleads.errors.AdManagerReportError-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">report_job_id</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AdManagerReportError.__init__-collapsed" style="display:none;" pad="+++" indent="++++++"></div><div id="AdManagerReportError.__init__-expanded"><a name="L119"></a><tt class="py-lineno">119</tt> <tt class="py-line"> <tt class="py-docstring">"""Initializes a AdManagerReportError.</tt> </tt>
<a name="L120"></a><tt class="py-lineno">120</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L121"></a><tt class="py-lineno">121</tt> <tt class="py-line"><tt class="py-docstring"> Args:</tt> </tt>
<a name="L122"></a><tt class="py-lineno">122</tt> <tt class="py-line"><tt class="py-docstring"> report_job_id: The ID of the report job which failed.</tt> </tt>
<a name="L123"></a><tt class="py-lineno">123</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L124"></a><tt class="py-lineno">124</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt><tt id="link-8" class="py-name" targets="Class googleads.errors.AdManagerReportError=googleads.errors.AdManagerReportError-class.html"><a title="googleads.errors.AdManagerReportError" class="py-name" href="#" onclick="return doclink('link-8', 'AdManagerReportError', 'link-8');">AdManagerReportError</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-9" class="py-name"><a title="googleads.ad_manager.AdManagerClient.__init__
googleads.ad_manager.DataDownloader.__init__
googleads.ad_manager.FilterStatement.__init__
googleads.ad_manager.StatementBuilder._OrderByPair.__init__
googleads.ad_manager.StatementBuilder.__init__
googleads.ad_manager._AdManagerHeaderHandler.__init__
googleads.adwords.AdWordsClient.__init__
googleads.adwords.BatchJobHelper._UploadRequestBuilder.__init__
googleads.adwords.BatchJobHelper.__init__
googleads.adwords.IncrementalUploadHelper.__init__
googleads.adwords.ReportDownloader.__init__
googleads.adwords.ReportQuery.__init__
googleads.adwords.ReportQueryBuilder.__init__
googleads.adwords.ServiceQuery.__init__
googleads.adwords.ServiceQueryBuilder.__init__
googleads.adwords._AdWordsHeaderHandler.__init__
googleads.adwords._QueryBuilder.__init__
googleads.adwords._WhereBuilder.__init__
googleads.common.CommonClient.__init__
googleads.common.GoogleSoapService.__init__
googleads.common.ProxyConfig.__init__
googleads.common.ZeepSchemaHelper.__init__
googleads.common.ZeepServiceProxy.__init__
googleads.common._ZeepAuthHeaderPlugin.__init__
googleads.common._ZeepProxyTransport.__init__
googleads.errors.AdManagerReportError.__init__
googleads.errors.AdWordsReportBadRequestError.__init__
googleads.errors.AdWordsReportError.__init__
googleads.errors.GoogleAdsServerFault.__init__
googleads.oauth2.GoogleAccessTokenClient.__init__
googleads.oauth2.GoogleCredentialsClient.__init__
googleads.oauth2.GoogleRefreshTokenClient.__init__
googleads.oauth2.GoogleServiceAccountClient.__init__
googleads.util.UtilityRegistry.__init__
googleads.util.ZeepLogger.__init__" class="py-name" href="#" onclick="return doclink('link-9', '__init__', 'link-1');">__init__</a></tt><tt class="py-op">(</tt> </tt>
<a name="L125"></a><tt class="py-lineno">125</tt> <tt class="py-line"> <tt class="py-string">'Ad Manager report job failed. The ID of the failed report is: %s'</tt> </tt>
<a name="L126"></a><tt class="py-lineno">126</tt> <tt class="py-line"> <tt class="py-op">%</tt> <tt class="py-name">report_job_id</tt><tt class="py-op">)</tt> </tt>
<a name="L127"></a><tt class="py-lineno">127</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">report_job_id</tt> <tt class="py-op">=</tt> <tt class="py-name">report_job_id</tt> </tt>
</div></div><a name="L128"></a><tt class="py-lineno">128</tt> <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="googleads-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="https://github.com/googleads/googleads-python-lib">Project Homepage</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Tue Aug 17 16:46:52 2021
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>