Skip to content

Commit fa08c2e

Browse files
committed
Refresh docs
1 parent 1408f44 commit fa08c2e

File tree

144 files changed

+2285
-1581
lines changed

Some content is hidden

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

144 files changed

+2285
-1581
lines changed

docs/dyn/analytics_v3.data.ga.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108108
"totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
109109
"itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
110110
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
111+
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
111112
},
112113
"nextLink": "A String", # Link to next page for this Analytics data query.
113114
"id": "A String", # Unique ID for this data response.

docs/dyn/bigquery_v2.jobs.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ <h3>Method Details</h3>
216216
"printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
217217
},
218218
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
219+
"a_key": "A String", # Key-value property pairs.
219220
},
220221
},
221222
"id": "A String", # [Output-only] Opaque ID field of the job
@@ -391,6 +392,7 @@ <h3>Method Details</h3>
391392
"printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
392393
},
393394
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
395+
"a_key": "A String", # Key-value property pairs.
394396
},
395397
},
396398
"id": "A String", # [Output-only] Opaque ID field of the job
@@ -514,6 +516,7 @@ <h3>Method Details</h3>
514516
"printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
515517
},
516518
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
519+
"a_key": "A String", # Key-value property pairs.
517520
},
518521
},
519522
"id": "A String", # [Output-only] Opaque ID field of the job
@@ -661,6 +664,7 @@ <h3>Method Details</h3>
661664
"printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
662665
},
663666
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
667+
"a_key": "A String", # Key-value property pairs.
664668
},
665669
},
666670
"id": "A String", # Unique opaque ID of the job.

docs/dyn/calendar_v3.colors.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,17 @@ <h3>Method Details</h3>
8989

9090
{
9191
"calendar": { # Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field. Read-only.
92+
"a_key": { # A calendar color defintion.
93+
"foreground": "A String", # The foreground color that can be used to write on top of a background with 'background' color.
94+
"background": "A String", # The background color associated with this color definition.
95+
},
9296
},
9397
"updated": "A String", # Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.
9498
"event": { # Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field. Read-only.
99+
"a_key": { # An event color definition.
100+
"foreground": "A String", # The foreground color that can be used to write on top of a background with 'background' color.
101+
"background": "A String", # The background color associated with this color definition.
102+
},
95103
},
96104
"kind": "calendar#colors", # Type of the resource ("calendar#colors").
97105
}</pre>

docs/dyn/calendar_v3.events.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ <h3>Method Details</h3>
183183
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
184184
"gadget": { # A gadget that extends this event.
185185
"preferences": { # Preferences.
186+
"a_key": "A String", # The preference name and corresponding value.
186187
},
187188
"title": "A String", # The gadget's title.
188189
"height": 42, # The gadget's height in pixels. Optional.
@@ -203,8 +204,10 @@ <h3>Method Details</h3>
203204
"iCalUID": "A String", # Event ID in the iCalendar format.
204205
"extendedProperties": { # Extended properties of the event.
205206
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
207+
"a_key": "A String", # The name of the shared property and the corresponding value.
206208
},
207209
"private": { # Properties that are private to the copy of the event that appears on this calendar.
210+
"a_key": "A String", # The name of the private property and the corresponding value.
208211
},
209212
},
210213
"endTimeUnspecified": True or False,
@@ -308,6 +311,7 @@ <h3>Method Details</h3>
308311
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
309312
"gadget": { # A gadget that extends this event.
310313
"preferences": { # Preferences.
314+
"a_key": "A String", # The preference name and corresponding value.
311315
},
312316
"title": "A String", # The gadget's title.
313317
"height": 42, # The gadget's height in pixels. Optional.
@@ -328,8 +332,10 @@ <h3>Method Details</h3>
328332
"iCalUID": "A String", # Event ID in the iCalendar format.
329333
"extendedProperties": { # Extended properties of the event.
330334
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
335+
"a_key": "A String", # The name of the shared property and the corresponding value.
331336
},
332337
"private": { # Properties that are private to the copy of the event that appears on this calendar.
338+
"a_key": "A String", # The name of the private property and the corresponding value.
333339
},
334340
},
335341
"endTimeUnspecified": True or False,
@@ -427,6 +433,7 @@ <h3>Method Details</h3>
427433
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
428434
"gadget": { # A gadget that extends this event.
429435
"preferences": { # Preferences.
436+
"a_key": "A String", # The preference name and corresponding value.
430437
},
431438
"title": "A String", # The gadget's title.
432439
"height": 42, # The gadget's height in pixels. Optional.
@@ -447,8 +454,10 @@ <h3>Method Details</h3>
447454
"iCalUID": "A String", # Event ID in the iCalendar format.
448455
"extendedProperties": { # Extended properties of the event.
449456
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
457+
"a_key": "A String", # The name of the shared property and the corresponding value.
450458
},
451459
"private": { # Properties that are private to the copy of the event that appears on this calendar.
460+
"a_key": "A String", # The name of the private property and the corresponding value.
452461
},
453462
},
454463
"endTimeUnspecified": True or False,
@@ -552,6 +561,7 @@ <h3>Method Details</h3>
552561
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
553562
"gadget": { # A gadget that extends this event.
554563
"preferences": { # Preferences.
564+
"a_key": "A String", # The preference name and corresponding value.
555565
},
556566
"title": "A String", # The gadget's title.
557567
"height": 42, # The gadget's height in pixels. Optional.
@@ -572,8 +582,10 @@ <h3>Method Details</h3>
572582
"iCalUID": "A String", # Event ID in the iCalendar format.
573583
"extendedProperties": { # Extended properties of the event.
574584
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
585+
"a_key": "A String", # The name of the shared property and the corresponding value.
575586
},
576587
"private": { # Properties that are private to the copy of the event that appears on this calendar.
588+
"a_key": "A String", # The name of the private property and the corresponding value.
577589
},
578590
},
579591
"endTimeUnspecified": True or False,
@@ -672,6 +684,7 @@ <h3>Method Details</h3>
672684
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
673685
"gadget": { # A gadget that extends this event.
674686
"preferences": { # Preferences.
687+
"a_key": "A String", # The preference name and corresponding value.
675688
},
676689
"title": "A String", # The gadget's title.
677690
"height": 42, # The gadget's height in pixels. Optional.
@@ -692,8 +705,10 @@ <h3>Method Details</h3>
692705
"iCalUID": "A String", # Event ID in the iCalendar format.
693706
"extendedProperties": { # Extended properties of the event.
694707
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
708+
"a_key": "A String", # The name of the shared property and the corresponding value.
695709
},
696710
"private": { # Properties that are private to the copy of the event that appears on this calendar.
711+
"a_key": "A String", # The name of the private property and the corresponding value.
697712
},
698713
},
699714
"endTimeUnspecified": True or False,
@@ -820,6 +835,7 @@ <h3>Method Details</h3>
820835
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
821836
"gadget": { # A gadget that extends this event.
822837
"preferences": { # Preferences.
838+
"a_key": "A String", # The preference name and corresponding value.
823839
},
824840
"title": "A String", # The gadget's title.
825841
"height": 42, # The gadget's height in pixels. Optional.
@@ -840,8 +856,10 @@ <h3>Method Details</h3>
840856
"iCalUID": "A String", # Event ID in the iCalendar format.
841857
"extendedProperties": { # Extended properties of the event.
842858
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
859+
"a_key": "A String", # The name of the shared property and the corresponding value.
843860
},
844861
"private": { # Properties that are private to the copy of the event that appears on this calendar.
862+
"a_key": "A String", # The name of the private property and the corresponding value.
845863
},
846864
},
847865
"endTimeUnspecified": True or False,
@@ -1003,6 +1021,7 @@ <h3>Method Details</h3>
10031021
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
10041022
"gadget": { # A gadget that extends this event.
10051023
"preferences": { # Preferences.
1024+
"a_key": "A String", # The preference name and corresponding value.
10061025
},
10071026
"title": "A String", # The gadget's title.
10081027
"height": 42, # The gadget's height in pixels. Optional.
@@ -1023,8 +1042,10 @@ <h3>Method Details</h3>
10231042
"iCalUID": "A String", # Event ID in the iCalendar format.
10241043
"extendedProperties": { # Extended properties of the event.
10251044
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1045+
"a_key": "A String", # The name of the shared property and the corresponding value.
10261046
},
10271047
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1048+
"a_key": "A String", # The name of the private property and the corresponding value.
10281049
},
10291050
},
10301051
"endTimeUnspecified": True or False,
@@ -1158,6 +1179,7 @@ <h3>Method Details</h3>
11581179
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
11591180
"gadget": { # A gadget that extends this event.
11601181
"preferences": { # Preferences.
1182+
"a_key": "A String", # The preference name and corresponding value.
11611183
},
11621184
"title": "A String", # The gadget's title.
11631185
"height": 42, # The gadget's height in pixels. Optional.
@@ -1178,8 +1200,10 @@ <h3>Method Details</h3>
11781200
"iCalUID": "A String", # Event ID in the iCalendar format.
11791201
"extendedProperties": { # Extended properties of the event.
11801202
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1203+
"a_key": "A String", # The name of the shared property and the corresponding value.
11811204
},
11821205
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1206+
"a_key": "A String", # The name of the private property and the corresponding value.
11831207
},
11841208
},
11851209
"endTimeUnspecified": True or False,
@@ -1284,6 +1308,7 @@ <h3>Method Details</h3>
12841308
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
12851309
"gadget": { # A gadget that extends this event.
12861310
"preferences": { # Preferences.
1311+
"a_key": "A String", # The preference name and corresponding value.
12871312
},
12881313
"title": "A String", # The gadget's title.
12891314
"height": 42, # The gadget's height in pixels. Optional.
@@ -1304,8 +1329,10 @@ <h3>Method Details</h3>
13041329
"iCalUID": "A String", # Event ID in the iCalendar format.
13051330
"extendedProperties": { # Extended properties of the event.
13061331
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1332+
"a_key": "A String", # The name of the shared property and the corresponding value.
13071333
},
13081334
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1335+
"a_key": "A String", # The name of the private property and the corresponding value.
13091336
},
13101337
},
13111338
"endTimeUnspecified": True or False,
@@ -1405,6 +1432,7 @@ <h3>Method Details</h3>
14051432
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
14061433
"gadget": { # A gadget that extends this event.
14071434
"preferences": { # Preferences.
1435+
"a_key": "A String", # The preference name and corresponding value.
14081436
},
14091437
"title": "A String", # The gadget's title.
14101438
"height": 42, # The gadget's height in pixels. Optional.
@@ -1425,8 +1453,10 @@ <h3>Method Details</h3>
14251453
"iCalUID": "A String", # Event ID in the iCalendar format.
14261454
"extendedProperties": { # Extended properties of the event.
14271455
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1456+
"a_key": "A String", # The name of the shared property and the corresponding value.
14281457
},
14291458
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1459+
"a_key": "A String", # The name of the private property and the corresponding value.
14301460
},
14311461
},
14321462
"endTimeUnspecified": True or False,
@@ -1533,6 +1563,7 @@ <h3>Method Details</h3>
15331563
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
15341564
"gadget": { # A gadget that extends this event.
15351565
"preferences": { # Preferences.
1566+
"a_key": "A String", # The preference name and corresponding value.
15361567
},
15371568
"title": "A String", # The gadget's title.
15381569
"height": 42, # The gadget's height in pixels. Optional.
@@ -1553,8 +1584,10 @@ <h3>Method Details</h3>
15531584
"iCalUID": "A String", # Event ID in the iCalendar format.
15541585
"extendedProperties": { # Extended properties of the event.
15551586
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1587+
"a_key": "A String", # The name of the shared property and the corresponding value.
15561588
},
15571589
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1590+
"a_key": "A String", # The name of the private property and the corresponding value.
15581591
},
15591592
},
15601593
"endTimeUnspecified": True or False,
@@ -1659,6 +1692,7 @@ <h3>Method Details</h3>
16591692
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
16601693
"gadget": { # A gadget that extends this event.
16611694
"preferences": { # Preferences.
1695+
"a_key": "A String", # The preference name and corresponding value.
16621696
},
16631697
"title": "A String", # The gadget's title.
16641698
"height": 42, # The gadget's height in pixels. Optional.
@@ -1679,8 +1713,10 @@ <h3>Method Details</h3>
16791713
"iCalUID": "A String", # Event ID in the iCalendar format.
16801714
"extendedProperties": { # Extended properties of the event.
16811715
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1716+
"a_key": "A String", # The name of the shared property and the corresponding value.
16821717
},
16831718
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1719+
"a_key": "A String", # The name of the private property and the corresponding value.
16841720
},
16851721
},
16861722
"endTimeUnspecified": True or False,
@@ -1780,6 +1816,7 @@ <h3>Method Details</h3>
17801816
"recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
17811817
"gadget": { # A gadget that extends this event.
17821818
"preferences": { # Preferences.
1819+
"a_key": "A String", # The preference name and corresponding value.
17831820
},
17841821
"title": "A String", # The gadget's title.
17851822
"height": 42, # The gadget's height in pixels. Optional.
@@ -1800,8 +1837,10 @@ <h3>Method Details</h3>
18001837
"iCalUID": "A String", # Event ID in the iCalendar format.
18011838
"extendedProperties": { # Extended properties of the event.
18021839
"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1840+
"a_key": "A String", # The name of the shared property and the corresponding value.
18031841
},
18041842
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1843+
"a_key": "A String", # The name of the private property and the corresponding value.
18051844
},
18061845
},
18071846
"endTimeUnspecified": True or False,

0 commit comments

Comments
 (0)