-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy pathdoc-index.html
More file actions
755 lines (746 loc) · 66.1 KB
/
doc-index.html
File metadata and controls
755 lines (746 loc) · 66.1 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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Index | Google Cloud PHP Client</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/doctum.css">
<link rel="stylesheet" type="text/css" href="fonts/doctum-font.css">
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script async defer src="doctum.js"></script>
<script async defer src="js/bootstrap.min.js"></script>
<script async defer src="js/autocomplete.min.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="doc-index" data-name="" data-root-path="" data-search-index-url="doctum-search.json">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form action="#">
<select class="form-control" id="version-switcher" name="version">
<option
value="../v2.0.0/index.html"
data-version="v2.0.0" >v2.0.0</option>
<option
value="../v2.0.1/index.html"
data-version="v2.0.1" >v2.0.1</option>
<option
value="../v2.0.2/index.html"
data-version="v2.0.2" >v2.0.2</option>
<option
value="../v2.0.3/index.html"
data-version="v2.0.3" >v2.0.3</option>
<option
value="../v2.1.0/index.html"
data-version="v2.1.0" >v2.1.0</option>
<option
value="../v2.1.1/index.html"
data-version="v2.1.1" >v2.1.1</option>
<option
value="../v2.1.2/index.html"
data-version="v2.1.2" >v2.1.2</option>
<option
value="../v2.1.3/index.html"
data-version="v2.1.3" >v2.1.3</option>
<option
value="../v2.10.0/index.html"
data-version="v2.10.0" >v2.10.0</option>
<option
value="../v2.10.1/index.html"
data-version="v2.10.1" >v2.10.1</option>
<option
value="../v2.12.0/index.html"
data-version="v2.12.0" >v2.12.0</option>
<option
value="../v2.12.1/index.html"
data-version="v2.12.1" >v2.12.1</option>
<option
value="../v2.12.2/index.html"
data-version="v2.12.2" >v2.12.2</option>
<option
value="../v2.12.3/index.html"
data-version="v2.12.3" >v2.12.3</option>
<option
value="../v2.12.4/index.html"
data-version="v2.12.4" >v2.12.4</option>
<option
value="../v2.12.5/index.html"
data-version="v2.12.5" >v2.12.5</option>
<option
value="../v2.12.6/index.html"
data-version="v2.12.6" >v2.12.6</option>
<option
value="../v2.13.0/index.html"
data-version="v2.13.0" >v2.13.0</option>
<option
value="../v2.2.0/index.html"
data-version="v2.2.0" >v2.2.0</option>
<option
value="../v2.11.0/index.html"
data-version="v2.11.0" >v2.11.0</option>
<option
value="../v2.13.1/index.html"
data-version="v2.13.1" >v2.13.1</option>
<option
value="../v2.2.1/index.html"
data-version="v2.2.1" selected>v2.2.1</option>
<option
value="../v2.13.2/index.html"
data-version="v2.13.2" >v2.13.2</option>
<option
value="../v2.2.2/index.html"
data-version="v2.2.2" >v2.2.2</option>
<option
value="../v2.2.3/index.html"
data-version="v2.2.3" >v2.2.3</option>
<option
value="../v2.2.4/index.html"
data-version="v2.2.4" >v2.2.4</option>
<option
value="../v2.14.0/index.html"
data-version="v2.14.0" >v2.14.0</option>
<option
value="../v2.15.1/index.html"
data-version="v2.15.1" >v2.15.1</option>
<option
value="../v2.15.2/index.html"
data-version="v2.15.2" >v2.15.2</option>
<option
value="../v2.15.4/index.html"
data-version="v2.15.4" >v2.15.4</option>
<option
value="../v2.18.0/index.html"
data-version="v2.18.0" >v2.18.0</option>
<option
value="../v2.18.1/index.html"
data-version="v2.18.1" >v2.18.1</option>
<option
value="../v2.18.2/index.html"
data-version="v2.18.2" >v2.18.2</option>
<option
value="../v2.18.3/index.html"
data-version="v2.18.3" >v2.18.3</option>
<option
value="../v2.18.4/index.html"
data-version="v2.18.4" >v2.18.4</option>
<option
value="../v2.19.0/index.html"
data-version="v2.19.0" >v2.19.0</option>
<option
value="../v2.19.1/index.html"
data-version="v2.19.1" >v2.19.1</option>
<option
value="../v2.19.2/index.html"
data-version="v2.19.2" >v2.19.2</option>
<option
value="../v2.19.3/index.html"
data-version="v2.19.3" >v2.19.3</option>
<option
value="../v2.3.0/index.html"
data-version="v2.3.0" >v2.3.0</option>
<option
value="../v2.15.0/index.html"
data-version="v2.15.0" >v2.15.0</option>
<option
value="../v2.4.0/index.html"
data-version="v2.4.0" >v2.4.0</option>
<option
value="../v2.4.1/index.html"
data-version="v2.4.1" >v2.4.1</option>
<option
value="../v2.5.0/index.html"
data-version="v2.5.0" >v2.5.0</option>
<option
value="../v2.6.0/index.html"
data-version="v2.6.0" >v2.6.0</option>
<option
value="../v2.7.0/index.html"
data-version="v2.7.0" >v2.7.0</option>
<option
value="../v2.15.3/index.html"
data-version="v2.15.3" >v2.15.3</option>
<option
value="../v2.7.1/index.html"
data-version="v2.7.1" >v2.7.1</option>
<option
value="../v2.7.2/index.html"
data-version="v2.7.2" >v2.7.2</option>
<option
value="../v2.8.0/index.html"
data-version="v2.8.0" >v2.8.0</option>
<option
value="../v2.8.1/index.html"
data-version="v2.8.1" >v2.8.1</option>
<option
value="../v2.8.2/index.html"
data-version="v2.8.2" >v2.8.2</option>
<option
value="../v2.16.0/index.html"
data-version="v2.16.0" >v2.16.0</option>
<option
value="../v2.8.3/index.html"
data-version="v2.8.3" >v2.8.3</option>
<option
value="../v2.9.0/index.html"
data-version="v2.9.0" >v2.9.0</option>
<option
value="../v2.16.1/index.html"
data-version="v2.16.1" >v2.16.1</option>
<option
value="../v2.9.1/index.html"
data-version="v2.9.1" >v2.9.1</option>
<option
value="../v2.9.2/index.html"
data-version="v2.9.2" >v2.9.2</option>
<option
value="../v2.17.0/index.html"
data-version="v2.17.0" >v2.17.0</option>
<option
value="../v2.19.3/index.html"
data-version="v2.19.3" >v2.19.3</option>
</select>
</form>
<div class="search-bar hidden" id="search-progress-bar-container">
<div class="progress">
<div class="progress-bar" role="progressbar" id="search-progress-bar"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
</div>
</div>
<form id="search-form" action="search.html">
<span class="icon icon-search"></span>
<input name="search"
id="doctum-search-auto-complete"
class="typeahead form-control"
type="search"
placeholder="Search"
spellcheck="false"
autocorrect="off"
autocomplete="off"
autocapitalize="off">
<div class="auto-complete-results" id="auto-complete-results"></div>
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Google Cloud PHP Client</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li role="presentation" class="dropdown visible-xs-block visible-sm-block">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"
role="button" aria-haspopup="true" aria-expanded="false">Versions <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li ><a href="../v2.0.0/index.html" data-version="v2.0.0">v2.0.0</a></li>
<li ><a href="../v2.0.1/index.html" data-version="v2.0.1">v2.0.1</a></li>
<li ><a href="../v2.0.2/index.html" data-version="v2.0.2">v2.0.2</a></li>
<li ><a href="../v2.0.3/index.html" data-version="v2.0.3">v2.0.3</a></li>
<li ><a href="../v2.1.0/index.html" data-version="v2.1.0">v2.1.0</a></li>
<li ><a href="../v2.1.1/index.html" data-version="v2.1.1">v2.1.1</a></li>
<li ><a href="../v2.1.2/index.html" data-version="v2.1.2">v2.1.2</a></li>
<li ><a href="../v2.1.3/index.html" data-version="v2.1.3">v2.1.3</a></li>
<li ><a href="../v2.10.0/index.html" data-version="v2.10.0">v2.10.0</a></li>
<li ><a href="../v2.10.1/index.html" data-version="v2.10.1">v2.10.1</a></li>
<li ><a href="../v2.12.0/index.html" data-version="v2.12.0">v2.12.0</a></li>
<li ><a href="../v2.12.1/index.html" data-version="v2.12.1">v2.12.1</a></li>
<li ><a href="../v2.12.2/index.html" data-version="v2.12.2">v2.12.2</a></li>
<li ><a href="../v2.12.3/index.html" data-version="v2.12.3">v2.12.3</a></li>
<li ><a href="../v2.12.4/index.html" data-version="v2.12.4">v2.12.4</a></li>
<li ><a href="../v2.12.5/index.html" data-version="v2.12.5">v2.12.5</a></li>
<li ><a href="../v2.12.6/index.html" data-version="v2.12.6">v2.12.6</a></li>
<li ><a href="../v2.13.0/index.html" data-version="v2.13.0">v2.13.0</a></li>
<li ><a href="../v2.2.0/index.html" data-version="v2.2.0">v2.2.0</a></li>
<li ><a href="../v2.11.0/index.html" data-version="v2.11.0">v2.11.0</a></li>
<li ><a href="../v2.13.1/index.html" data-version="v2.13.1">v2.13.1</a></li>
<li class="active"><a href="../v2.2.1/index.html" data-version="v2.2.1">v2.2.1</a></li>
<li ><a href="../v2.13.2/index.html" data-version="v2.13.2">v2.13.2</a></li>
<li ><a href="../v2.2.2/index.html" data-version="v2.2.2">v2.2.2</a></li>
<li ><a href="../v2.2.3/index.html" data-version="v2.2.3">v2.2.3</a></li>
<li ><a href="../v2.2.4/index.html" data-version="v2.2.4">v2.2.4</a></li>
<li ><a href="../v2.14.0/index.html" data-version="v2.14.0">v2.14.0</a></li>
<li ><a href="../v2.15.1/index.html" data-version="v2.15.1">v2.15.1</a></li>
<li ><a href="../v2.15.2/index.html" data-version="v2.15.2">v2.15.2</a></li>
<li ><a href="../v2.15.4/index.html" data-version="v2.15.4">v2.15.4</a></li>
<li ><a href="../v2.18.0/index.html" data-version="v2.18.0">v2.18.0</a></li>
<li ><a href="../v2.18.1/index.html" data-version="v2.18.1">v2.18.1</a></li>
<li ><a href="../v2.18.2/index.html" data-version="v2.18.2">v2.18.2</a></li>
<li ><a href="../v2.18.3/index.html" data-version="v2.18.3">v2.18.3</a></li>
<li ><a href="../v2.18.4/index.html" data-version="v2.18.4">v2.18.4</a></li>
<li ><a href="../v2.19.0/index.html" data-version="v2.19.0">v2.19.0</a></li>
<li ><a href="../v2.19.1/index.html" data-version="v2.19.1">v2.19.1</a></li>
<li ><a href="../v2.19.2/index.html" data-version="v2.19.2">v2.19.2</a></li>
<li ><a href="../v2.19.3/index.html" data-version="v2.19.3">v2.19.3</a></li>
<li ><a href="../v2.3.0/index.html" data-version="v2.3.0">v2.3.0</a></li>
<li ><a href="../v2.15.0/index.html" data-version="v2.15.0">v2.15.0</a></li>
<li ><a href="../v2.4.0/index.html" data-version="v2.4.0">v2.4.0</a></li>
<li ><a href="../v2.4.1/index.html" data-version="v2.4.1">v2.4.1</a></li>
<li ><a href="../v2.5.0/index.html" data-version="v2.5.0">v2.5.0</a></li>
<li ><a href="../v2.6.0/index.html" data-version="v2.6.0">v2.6.0</a></li>
<li ><a href="../v2.7.0/index.html" data-version="v2.7.0">v2.7.0</a></li>
<li ><a href="../v2.15.3/index.html" data-version="v2.15.3">v2.15.3</a></li>
<li ><a href="../v2.7.1/index.html" data-version="v2.7.1">v2.7.1</a></li>
<li ><a href="../v2.7.2/index.html" data-version="v2.7.2">v2.7.2</a></li>
<li ><a href="../v2.8.0/index.html" data-version="v2.8.0">v2.8.0</a></li>
<li ><a href="../v2.8.1/index.html" data-version="v2.8.1">v2.8.1</a></li>
<li ><a href="../v2.8.2/index.html" data-version="v2.8.2">v2.8.2</a></li>
<li ><a href="../v2.16.0/index.html" data-version="v2.16.0">v2.16.0</a></li>
<li ><a href="../v2.8.3/index.html" data-version="v2.8.3">v2.8.3</a></li>
<li ><a href="../v2.9.0/index.html" data-version="v2.9.0">v2.9.0</a></li>
<li ><a href="../v2.16.1/index.html" data-version="v2.16.1">v2.16.1</a></li>
<li ><a href="../v2.9.1/index.html" data-version="v2.9.1">v2.9.1</a></li>
<li ><a href="../v2.9.2/index.html" data-version="v2.9.2">v2.9.2</a></li>
<li ><a href="../v2.17.0/index.html" data-version="v2.17.0">v2.17.0</a></li>
<li ><a href="../v2.19.3/index.html" data-version="v2.19.3">v2.19.3</a></li>
</ul>
</li>
<li><a href="classes.html">Classes</a></li>
<li><a href="interfaces.html">Interfaces</a></li>
<li><a href="traits.html">Traits</a></li>
<li><a href="doc-index.html">Index</a></li>
<li><a href="search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-content">
<div class="page-header">
<h1>Index</h1>
</div>
<ul class="pagination">
<li><a href="#letterA">A</a></li>
<li><a href="#letterB">B</a></li>
<li><a href="#letterC">C</a></li>
<li><a href="#letterD">D</a></li>
<li><a href="#letterE">E</a></li>
<li><a href="#letterF">F</a></li>
<li><a href="#letterG">G</a></li>
<li class="disabled"><a href="#letterH">H</a></li>
<li><a href="#letterI">I</a></li>
<li class="disabled"><a href="#letterJ">J</a></li>
<li><a href="#letterK">K</a></li>
<li class="disabled"><a href="#letterL">L</a></li>
<li><a href="#letterM">M</a></li>
<li><a href="#letterN">N</a></li>
<li><a href="#letterO">O</a></li>
<li><a href="#letterP">P</a></li>
<li class="disabled"><a href="#letterQ">Q</a></li>
<li><a href="#letterR">R</a></li>
<li><a href="#letterS">S</a></li>
<li class="disabled"><a href="#letterT">T</a></li>
<li class="disabled"><a href="#letterU">U</a></li>
<li><a href="#letterV">V</a></li>
<li class="disabled"><a href="#letterW">W</a></li>
<li class="disabled"><a href="#letterX">X</a></li>
<li class="disabled"><a href="#letterY">Y</a></li>
<li class="disabled"><a href="#letterZ">Z</a></li>
</ul>
<h2 id="letterA">A</h2>
<dl id="indexA"><dt><a href="Google_AuthHandler_Guzzle5AuthHandler.html#method_attachCredentials">
Google_AuthHandler_Guzzle5AuthHandler::attachCredentials</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle5AuthHandler.html#method_attachToken">
Google_AuthHandler_Guzzle5AuthHandler::attachToken</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle5AuthHandler.html#method_attachKey">
Google_AuthHandler_Guzzle5AuthHandler::attachKey</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle6AuthHandler.html#method_attachCredentials">
Google_AuthHandler_Guzzle6AuthHandler::attachCredentials</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle6AuthHandler.html#method_attachToken">
Google_AuthHandler_Guzzle6AuthHandler::attachToken</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle6AuthHandler.html#method_attachKey">
Google_AuthHandler_Guzzle6AuthHandler::attachKey</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_authenticate">
Google_Client::authenticate</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>For backwards compatibility
alias for fetchAccessTokenWithAuthCode</p></dd><dt><a href="Google_Client.html#method_authorize">
Google_Client::authorize</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Adds auth listeners to the HTTP client based on the credentials
set in the Google API Client object</p></dd><dt><a href="Google_Client.html#method_addScope">
Google_Client::addScope</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>This functions adds a scope to be requested as part of the OAuth2.0 flow.</p></dd><dt><a href="Google_Http_Batch.html#method_add">
Google_Http_Batch::add</a>() — <em>Method in class <a href="Google_Http_Batch.html">Google_Http_Batch</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_assertIsArray">
Google_Model::assertIsArray</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Verify if $obj is an array.</p></dd><dt>$<a href="Google_Service.html#property_availableScopes">
Google_Service#availableScopes</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt><a href="Google_Task_Runner.html#method_attempt">
Google_Task_Runner::attempt</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>Runs a task once, if possible. This is useful for bypassing the <code>run()</code>
loop.</p></dd><dt><a href="Google_Task_Runner.html#method_allowedRetries">
Google_Task_Runner::allowedRetries</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>Gets the number of times the associated task can be retried.</p></dd> </dl><h2 id="letterB">B</h2>
<dl id="indexB"><dt><a href="Google_AuthHandler_AuthHandlerFactory.html#method_build">
Google_AuthHandler_AuthHandlerFactory::build</a>() — <em>Method in class <a href="Google_AuthHandler_AuthHandlerFactory.html">Google_AuthHandler_AuthHandlerFactory</a></em></dt>
<dd><p>Builds out a default http handler for the installed version of guzzle.</p></dd><dt>$<a href="Google_Service.html#property_batchPath">
Google_Service#batchPath</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd> </dl><h2 id="letterC">C</h2>
<dl id="indexC"><dt>$<a href="Google_AuthHandler_Guzzle5AuthHandler.html#property_cache">
Google_AuthHandler_Guzzle5AuthHandler#cache</a> — <em>Property in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt>$<a href="Google_AuthHandler_Guzzle5AuthHandler.html#property_cacheConfig">
Google_AuthHandler_Guzzle5AuthHandler#cacheConfig</a> — <em>Property in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt>$<a href="Google_AuthHandler_Guzzle6AuthHandler.html#property_cache">
Google_AuthHandler_Guzzle6AuthHandler#cache</a> — <em>Property in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt>$<a href="Google_AuthHandler_Guzzle6AuthHandler.html#property_cacheConfig">
Google_AuthHandler_Guzzle6AuthHandler#cacheConfig</a> — <em>Property in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_createAuthUrl">
Google_Client::createAuthUrl</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Create a URL to obtain user authorization.</p></dd><dt><a href="Google_Client.html#method_createOAuth2Service">
Google_Client::createOAuth2Service</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>create a default google auth object</p></dd><dt><a href="Google_Client.html#method_createDefaultLogger">
Google_Client::createDefaultLogger</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_createDefaultCache">
Google_Client::createDefaultCache</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_createDefaultHttpClient">
Google_Client::createDefaultHttpClient</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt>$<a href="Google_Collection.html#property_collection_key">
Google_Collection#collection_key</a> — <em>Property in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html#method_current">
Google_Collection::current</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html#method_count">
Google_Collection::count</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Service.html#method_createBatch">
Google_Service::createBatch</a>() — <em>Method in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd><p>Create a new HTTP Batch handler for this service</p></dd><dt><a href="Google_Service_Resource.html#method_call">
Google_Service_Resource::call</a>() — <em>Method in class <a href="Google_Service_Resource.html">Google_Service_Resource</a></em></dt>
<dd><p>TODO: This function needs simplifying.</p></dd><dt><a href="Google_Service_Resource.html#method_convertToArrayAndStripNulls">
Google_Service_Resource::convertToArrayAndStripNulls</a>() — <em>Method in class <a href="Google_Service_Resource.html">Google_Service_Resource</a></em></dt>
<dd></dd><dt><a href="Google_Service_Resource.html#method_createRequestUri">
Google_Service_Resource::createRequestUri</a>() — <em>Method in class <a href="Google_Service_Resource.html">Google_Service_Resource</a></em></dt>
<dd><p>Parse/expand request parameters and create a fully qualified
request uri.</p></dd><dt><a href="Google_Task_Runner.html#method_canAttempt">
Google_Task_Runner::canAttempt</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>Checks if a retry can be attempted.</p></dd><dt><a href="Google_Utils_UriTemplate.html#method_combine">
Google_Utils_UriTemplate::combine</a>() — <em>Method in class <a href="Google_Utils_UriTemplate.html">Google_Utils_UriTemplate</a></em></dt>
<dd></dd> </dl><h2 id="letterD">D</h2>
<dl id="indexD"><dt><a href="Google_Http_REST.html#method_doExecute">
Google_Http_REST::doExecute</a>() — <em>Method in class <a href="Google_Http_REST.html">Google_Http_REST</a></em></dt>
<dd><p>Executes a Psr\Http\Message\RequestInterface</p></dd><dt><a href="Google_Http_REST.html#method_decodeHttpResponse">
Google_Http_REST::decodeHttpResponse</a>() — <em>Method in class <a href="Google_Http_REST.html">Google_Http_REST</a></em></dt>
<dd><p>Decode an HTTP Response.</p></dd><dt><a href="Google_Model.html#method_dataType">
Google_Model::dataType</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd> </dl><h2 id="letterE">E</h2>
<dl id="indexE"><dt><a href="Google_Client.html#method_execute">
Google_Client::execute</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Helper method to execute deferred HTTP requests.</p></dd><dt><a href="Google_Http_Batch.html#method_execute">
Google_Http_Batch::execute</a>() — <em>Method in class <a href="Google_Http_Batch.html">Google_Http_Batch</a></em></dt>
<dd></dd><dt><a href="Google_Http_REST.html#method_execute">
Google_Http_REST::execute</a>() — <em>Method in class <a href="Google_Http_REST.html">Google_Http_REST</a></em></dt>
<dd><p>Executes a Psr\Http\Message\RequestInterface and (if applicable) automatically retries
when errors occur.</p></dd><dt>$<a href="Google_Service_Exception.html#property_errors">
Google_Service_Exception#errors</a> — <em>Property in class <a href="Google_Service_Exception.html">Google_Service_Exception</a></em></dt>
<dd><p>Optional list of errors returned in a JSON body of an HTTP error response.</p></dd> </dl><h2 id="letterF">F</h2>
<dl id="indexF"><dt><a href="Google_Client.html#method_fetchAccessTokenWithAuthCode">
Google_Client::fetchAccessTokenWithAuthCode</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Attempt to exchange a code for an valid authentication token.</p></dd><dt><a href="Google_Client.html#method_fetchAccessTokenWithAssertion">
Google_Client::fetchAccessTokenWithAssertion</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Fetches a fresh access token with a given assertion token.</p></dd><dt><a href="Google_Client.html#method_fetchAccessTokenWithRefreshToken">
Google_Client::fetchAccessTokenWithRefreshToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Fetches a fresh OAuth 2.0 access token with the given refresh token.</p></dd> </dl><h2 id="letterG">G</h2>
<dl id="indexG"><dt><a href="Google_AccessToken_Revoke.html">Google_AccessToken_Revoke</a></em></dt>
<dd><p>Wrapper around Google Access Tokens which provides convenience functions</p></dd><dt><a href="Google_AccessToken_Verify.html">Google_AccessToken_Verify</a></em></dt>
<dd><p>Wrapper around Google Access Tokens which provides convenience functions</p></dd><dt><a href="Google_AuthHandler_AuthHandlerFactory.html">Google_AuthHandler_AuthHandlerFactory</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>The Google API Client
<a href="https://github.com/google/google-api-php-client">https://github.com/google/google-api-php-client</a></p></dd><dt><a href="Google_Client.html#method_getLibraryVersion">
Google_Client::getLibraryVersion</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Get a string containing the version of the library.</p></dd><dt><a href="Google_Client.html#method_getAccessToken">
Google_Client::getAccessToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getRefreshToken">
Google_Client::getRefreshToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getAuth">
Google_Client::getAuth</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getClientId">
Google_Client::getClientId</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getClientSecret">
Google_Client::getClientSecret</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getRedirectUri">
Google_Client::getRedirectUri</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getScopes">
Google_Client::getScopes</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Returns the list of scopes requested by the client</p></dd><dt><a href="Google_Client.html#method_getConfig">
Google_Client::getConfig</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getOAuth2Service">
Google_Client::getOAuth2Service</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getCache">
Google_Client::getCache</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getLogger">
Google_Client::getLogger</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getHttpClient">
Google_Client::getHttpClient</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_getAuthHandler">
Google_Client::getAuthHandler</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd><p>Extension to the regular Google_Model that automatically
exposes the items array for iteration, so you can just
iterate over the object rather than a reference inside.</p></dd><dt><a href="Google_Exception.html">Google_Exception</a></em></dt>
<dd></dd><dt><a href="Google_Http_Batch.html">Google_Http_Batch</a></em></dt>
<dd><p>Class to handle batched requests to the Google API service.</p></dd><dt><a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Manage large file uploads, which may be media but can be any type
of sizable data.</p></dd><dt><a href="Google_Http_MediaFileUpload.html#method_getProgress">
Google_Http_MediaFileUpload::getProgress</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Return the progress on the upload</p></dd><dt><a href="Google_Http_MediaFileUpload.html#method_getHttpResultCode">
Google_Http_MediaFileUpload::getHttpResultCode</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Return the HTTP result code from the last call made.</p></dd><dt><a href="Google_Http_MediaFileUpload.html#method_getUploadType">
Google_Http_MediaFileUpload::getUploadType</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Valid upload types:</p>
<ul>
<li>resumable (UPLOAD_RESUMABLE_TYPE)</li>
<li>media (UPLOAD_MEDIA_TYPE)</li>
<li>multipart (UPLOAD_MULTIPART_TYPE)</li>
</ul></dd><dt><a href="Google_Http_MediaFileUpload.html#method_getResumeUri">
Google_Http_MediaFileUpload::getResumeUri</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd></dd><dt><a href="Google_Http_MediaFileUpload.html#method_getRequest">
Google_Http_MediaFileUpload::getRequest</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd></dd><dt><a href="Google_Http_REST.html">Google_Http_REST</a></em></dt>
<dd><p>This class implements the RESTful transport of apiServiceRequest()'s</p></dd><dt><a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>This class defines attributes, valid values, and usage which is generated
from a given json schema.</p></dd><dt><a href="Google_Model.html#method_gapiInit">
Google_Model::gapiInit</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Blank initialiser to be used in subclasses to do post-construction initialisation - this
avoids the need for subclasses to have to implement the variadics handling in their
constructors.</p></dd><dt><a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt><a href="Google_Service.html#method_getClient">
Google_Service::getClient</a>() — <em>Method in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd><p>Return the associated Google_Client class.</p></dd><dt><a href="Google_Service_Exception.html">Google_Service_Exception</a></em></dt>
<dd></dd><dt><a href="Google_Service_Exception.html#method_getErrors">
Google_Service_Exception::getErrors</a>() — <em>Method in class <a href="Google_Service_Exception.html">Google_Service_Exception</a></em></dt>
<dd><p>An example of the possible errors returned.</p></dd><dt><a href="Google_Service_Resource.html">Google_Service_Resource</a></em></dt>
<dd><p>Implements the actual methods/resources of the discovered Google API using magic function
calling overloading (__call()), which on call will see if the method name (plus.activities.list)
is available in this service, and if so construct an apiHttpRequest representing it.</p></dd><dt><a href="Google_Task_Exception.html">Google_Task_Exception</a></em></dt>
<dd></dd><dt><a href="Google_Task_Retryable.html">Google_Task_Retryable</a></em></dt>
<dd><p>Interface for checking how many times a given task can be retried following
a failure.</p></dd><dt><a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>A task runner with exponential backoff support.</p></dd><dt><a href="Google_Utils_UriTemplate.html">Google_Utils_UriTemplate</a></em></dt>
<dd><p>Implementation of levels 1-3 of the URI Template spec.</p></dd> </dl><h2 id="letterI">I</h2>
<dl id="indexI"><dt><a href="Google_Client.html#method_isUsingApplicationDefaultCredentials">
Google_Client::isUsingApplicationDefaultCredentials</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>To prevent useApplicationDefaultCredentials from inappropriately being
called in a conditional</p></dd><dt><a href="Google_Client.html#method_isAccessTokenExpired">
Google_Client::isAccessTokenExpired</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Returns if the access_token is expired.</p></dd><dt><a href="Google_Client.html#method_isAppEngine">
Google_Client::isAppEngine</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Are we running in Google AppEngine?
return bool</p></dd><dt>$<a href="Google_Model.html#property_internal_gapi_mappings">
Google_Model#internal_gapi_mappings</a> — <em>Property in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_isAssociativeArray">
Google_Model::isAssociativeArray</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Returns true only if the array is associative.</p></dd> </dl><h2 id="letterK">K</h2>
<dl id="indexK"><dt><a href="Google_Collection.html#method_key">
Google_Collection::key</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_keyType">
Google_Model::keyType</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd> </dl><h2 id="letterM">M</h2>
<dl id="indexM"><dt>$<a href="Google_Model.html#property_modelData">
Google_Model#modelData</a> — <em>Property in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_mapTypes">
Google_Model::mapTypes</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Initialize this object's properties from an array.</p></dd> </dl><h2 id="letterN">N</h2>
<dl id="indexN"><dt><a href="Google_Collection.html#method_next">
Google_Collection::next</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Http_MediaFileUpload.html#method_nextChunk">
Google_Http_MediaFileUpload::nextChunk</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Send the next part of the file to upload.</p></dd> </dl><h2 id="letterO">O</h2>
<dl id="indexO"><dt><a href="Google_Collection.html#method_offsetExists">
Google_Collection::offsetExists</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html#method_offsetGet">
Google_Collection::offsetGet</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html#method_offsetSet">
Google_Collection::offsetSet</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Collection.html#method_offsetUnset">
Google_Collection::offsetUnset</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_offsetExists">
Google_Model::offsetExists</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_offsetGet">
Google_Model::offsetGet</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_offsetSet">
Google_Model::offsetSet</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method_offsetUnset">
Google_Model::offsetUnset</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd> </dl><h2 id="letterP">P</h2>
<dl id="indexP"><dt><a href="Google_Client.html#method_prepareScopes">
Google_Client::prepareScopes</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Http_Batch.html#method_parseResponse">
Google_Http_Batch::parseResponse</a>() — <em>Method in class <a href="Google_Http_Batch.html">Google_Http_Batch</a></em></dt>
<dd></dd><dt>$<a href="Google_Model.html#property_processed">
Google_Model#processed</a> — <em>Property in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Utils_UriTemplate.html#method_parse">
Google_Utils_UriTemplate::parse</a>() — <em>Method in class <a href="Google_Utils_UriTemplate.html">Google_Utils_UriTemplate</a></em></dt>
<dd></dd> </dl><h2 id="letterR">R</h2>
<dl id="indexR"><dt><a href="Google_AccessToken_Revoke.html#method_revokeToken">
Google_AccessToken_Revoke::revokeToken</a>() — <em>Method in class <a href="Google_AccessToken_Revoke.html">Google_AccessToken_Revoke</a></em></dt>
<dd><p>Revoke an OAuth2 access token or refresh token. This method will revoke the current access
token, if a token isn't provided.</p></dd><dt>$<a href="Google_Client.html#property_requestedScopes">
Google_Client#requestedScopes</a> — <em>Property in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_refreshTokenWithAssertion">
Google_Client::refreshTokenWithAssertion</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>For backwards compatibility
alias for fetchAccessTokenWithAssertion</p></dd><dt><a href="Google_Client.html#method_refreshToken">
Google_Client::refreshToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>For backwards compatibility
alias for fetchAccessTokenWithRefreshToken</p></dd><dt><a href="Google_Client.html#method_revokeToken">
Google_Client::revokeToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Revoke an OAuth2 access token or refresh token. This method will revoke the current access
token, if a token isn't provided.</p></dd><dt><a href="Google_Collection.html#method_rewind">
Google_Collection::rewind</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt><a href="Google_Http_MediaFileUpload.html#method_resume">
Google_Http_MediaFileUpload::resume</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Resume a previously unfinished upload</p></dd><dt>$<a href="Google_Service.html#property_rootUrl">
Google_Service#rootUrl</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt>$<a href="Google_Service.html#property_resource">
Google_Service#resource</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt>$<a href="Google_Task_Runner.html#property_retryMap">
Google_Task_Runner#retryMap</a> — <em>Property in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd></dd><dt><a href="Google_Task_Runner.html#method_run">
Google_Task_Runner::run</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>Runs the task and (if applicable) automatically retries when errors occur.</p></dd> </dl><h2 id="letterS">S</h2>
<dl id="indexS"><dt><a href="Google_Client.html#method_setAccessToken">
Google_Client::setAccessToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setAuth">
Google_Client::setAuth</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setClientId">
Google_Client::setClientId</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the OAuth 2.0 Client ID.</p></dd><dt><a href="Google_Client.html#method_setClientSecret">
Google_Client::setClientSecret</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the OAuth 2.0 Client Secret.</p></dd><dt><a href="Google_Client.html#method_setRedirectUri">
Google_Client::setRedirectUri</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the OAuth 2.0 Redirect URI.</p></dd><dt><a href="Google_Client.html#method_setState">
Google_Client::setState</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set OAuth 2.0 "state" parameter to achieve per-request customization.</p></dd><dt><a href="Google_Client.html#method_setAccessType">
Google_Client::setAccessType</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setApprovalPrompt">
Google_Client::setApprovalPrompt</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setLoginHint">
Google_Client::setLoginHint</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the login hint, email address or sub id.</p></dd><dt><a href="Google_Client.html#method_setApplicationName">
Google_Client::setApplicationName</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the application name, this is included in the User-Agent HTTP header.</p></dd><dt><a href="Google_Client.html#method_setRequestVisibleActions">
Google_Client::setRequestVisibleActions</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>If 'plus.login' is included in the list of requested scopes, you can use
this method to define types of app activities that your app will write.</p></dd><dt><a href="Google_Client.html#method_setDeveloperKey">
Google_Client::setDeveloperKey</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the developer key to use, these are obtained through the API Console.</p></dd><dt><a href="Google_Client.html#method_setHostedDomain">
Google_Client::setHostedDomain</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the hd (hosted domain) parameter streamlines the login process for
Google Apps hosted accounts. By including the domain of the user, you
restrict sign-in to accounts at that domain.</p></dd><dt><a href="Google_Client.html#method_setPrompt">
Google_Client::setPrompt</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the prompt hint. Valid values are none, consent and select_account.</p></dd><dt><a href="Google_Client.html#method_setOpenidRealm">
Google_Client::setOpenidRealm</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth
2.0. It is used in OpenID 2.0 requests to signify the URL-space for which
an authentication request is valid.</p></dd><dt><a href="Google_Client.html#method_setIncludeGrantedScopes">
Google_Client::setIncludeGrantedScopes</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>If this is provided with the value true, and the authorization request is
granted, the authorization will include any previous authorizations
granted to this user/application combination for other scopes.</p></dd><dt><a href="Google_Client.html#method_setTokenCallback">
Google_Client::setTokenCallback</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>sets function to be called when an access token is fetched</p></dd><dt><a href="Google_Client.html#method_setScopes">
Google_Client::setScopes</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the scopes to be requested. Must be called before createAuthUrl().</p></dd><dt><a href="Google_Client.html#method_setUseBatch">
Google_Client::setUseBatch</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Declare whether batch calls should be used. This may increase throughput
by making multiple requests in one connection.</p></dd><dt><a href="Google_Client.html#method_setConfig">
Google_Client::setConfig</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setAuthConfigFile">
Google_Client::setAuthConfigFile</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>For backwards compatibility
alias for setAuthConfig</p></dd><dt><a href="Google_Client.html#method_setAuthConfig">
Google_Client::setAuthConfig</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the auth config from new or deprecated JSON config.</p></dd><dt><a href="Google_Client.html#method_setSubject">
Google_Client::setSubject</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Use when the service account has been delegated domain wide access.</p></dd><dt><a href="Google_Client.html#method_setDefer">
Google_Client::setDefer</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Declare whether making API calls should make the call immediately, or
return a request which can be called with ->execute();</p></dd><dt><a href="Google_Client.html#method_shouldDefer">
Google_Client::shouldDefer</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Whether or not to return raw requests</p></dd><dt><a href="Google_Client.html#method_setCache">
Google_Client::setCache</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the Cache object</p></dd><dt><a href="Google_Client.html#method_setCacheConfig">
Google_Client::setCacheConfig</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method_setLogger">
Google_Client::setLogger</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the Logger object</p></dd><dt><a href="Google_Client.html#method_setHttpClient">
Google_Client::setHttpClient</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the Http Client object</p></dd><dt><a href="Google_Http_MediaFileUpload.html#method_setFileSize">
Google_Http_MediaFileUpload::setFileSize</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd><p>Set the size of the file that is being uploaded.</p></dd><dt><a href="Google_Http_MediaFileUpload.html#method_setChunkSize">
Google_Http_MediaFileUpload::setChunkSize</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd></dd><dt>$<a href="Google_Service.html#property_servicePath">
Google_Service#servicePath</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt><a href="Google_Task_Runner.html#method_setRetryMap">
Google_Task_Runner::setRetryMap</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd></dd> </dl><h2 id="letterT">T</h2>
<dl id="indexT"><dt><a href="Google_Model.html#method_toSimpleObject">
Google_Model::toSimpleObject</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Create a simplified object suitable for straightforward
conversion to JSON. This is relatively expensive
due to the usage of reflection, but shouldn't be called
a whole lot, and is the most straightforward way to filter.</p></dd> </dl><h2 id="letterU">U</h2>
<dl id="indexU"><dt><a href="Google_Client.html#method_useApplicationDefaultCredentials">
Google_Client::useApplicationDefaultCredentials</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Set the configuration to use application default credentials for
authentication</p></dd> </dl><h2 id="letterV">V</h2>
<dl id="indexV"><dt><a href="Google_AccessToken_Verify.html#method_verifyIdToken">
Google_AccessToken_Verify::verifyIdToken</a>() — <em>Method in class <a href="Google_AccessToken_Verify.html">Google_AccessToken_Verify</a></em></dt>
<dd><p>Verifies an id token and returns the authenticated apiLoginTicket.</p></dd><dt><a href="Google_Client.html#method_verifyIdToken">
Google_Client::verifyIdToken</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Verify an id_token. This method will verify the current id_token, if one
isn't provided.</p></dd><dt><a href="Google_Collection.html#method_valid">
Google_Collection::valid</a>() — <em>Method in class <a href="Google_Collection.html">Google_Collection</a></em></dt>
<dd></dd><dt>$<a href="Google_Service.html#property_version">
Google_Service#version</a> — <em>Property in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd> </dl><h2 id="letter_">_</h2>
<dl id="index_"><dt><a href="Google_AccessToken_Revoke.html#method___construct">
Google_AccessToken_Revoke::__construct</a>() — <em>Method in class <a href="Google_AccessToken_Revoke.html">Google_AccessToken_Revoke</a></em></dt>
<dd><p>Instantiates the class, but does not initiate the login flow, leaving it
to the discretion of the caller.</p></dd><dt><a href="Google_AccessToken_Verify.html#method___construct">
Google_AccessToken_Verify::__construct</a>() — <em>Method in class <a href="Google_AccessToken_Verify.html">Google_AccessToken_Verify</a></em></dt>
<dd><p>Instantiates the class, but does not initiate the login flow, leaving it
to the discretion of the caller.</p></dd><dt><a href="Google_AuthHandler_Guzzle5AuthHandler.html#method___construct">
Google_AuthHandler_Guzzle5AuthHandler::__construct</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle5AuthHandler.html">Google_AuthHandler_Guzzle5AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_AuthHandler_Guzzle6AuthHandler.html#method___construct">
Google_AuthHandler_Guzzle6AuthHandler::__construct</a>() — <em>Method in class <a href="Google_AuthHandler_Guzzle6AuthHandler.html">Google_AuthHandler_Guzzle6AuthHandler</a></em></dt>
<dd></dd><dt><a href="Google_Client.html#method___construct">
Google_Client::__construct</a>() — <em>Method in class <a href="Google_Client.html">Google_Client</a></em></dt>
<dd><p>Construct the Google Client.</p></dd><dt><a href="Google_Http_Batch.html#method___construct">
Google_Http_Batch::__construct</a>() — <em>Method in class <a href="Google_Http_Batch.html">Google_Http_Batch</a></em></dt>
<dd></dd><dt><a href="Google_Http_MediaFileUpload.html#method___construct">
Google_Http_MediaFileUpload::__construct</a>() — <em>Method in class <a href="Google_Http_MediaFileUpload.html">Google_Http_MediaFileUpload</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method___construct">
Google_Model::__construct</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Polymorphic - accepts a variable number of arguments dependent
on the type of the model subclass.</p></dd><dt><a href="Google_Model.html#method___get">
Google_Model::__get</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd><p>Getter that handles passthrough access to the data array, and lazy object creation.</p></dd><dt><a href="Google_Model.html#method___isset">
Google_Model::__isset</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Model.html#method___unset">
Google_Model::__unset</a>() — <em>Method in class <a href="Google_Model.html">Google_Model</a></em></dt>
<dd></dd><dt><a href="Google_Service.html#method___construct">
Google_Service::__construct</a>() — <em>Method in class <a href="Google_Service.html">Google_Service</a></em></dt>
<dd></dd><dt><a href="Google_Service_Exception.html#method___construct">
Google_Service_Exception::__construct</a>() — <em>Method in class <a href="Google_Service_Exception.html">Google_Service_Exception</a></em></dt>
<dd><p>Override default constructor to add the ability to set $errors and a retry
map.</p></dd><dt><a href="Google_Service_Resource.html#method___construct">
Google_Service_Resource::__construct</a>() — <em>Method in class <a href="Google_Service_Resource.html">Google_Service_Resource</a></em></dt>
<dd></dd><dt><a href="Google_Task_Runner.html#method___construct">
Google_Task_Runner::__construct</a>() — <em>Method in class <a href="Google_Task_Runner.html">Google_Task_Runner</a></em></dt>
<dd><p>Creates a new task runner with exponential backoff support.</p></dd> </dl></div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</div></div>
</div>
</body>
</html>