Skip to content

Commit 41be8e8

Browse files
committed
Refresh docs
1 parent 83965d8 commit 41be8e8

File tree

194 files changed

+8004
-4855
lines changed

Some content is hidden

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

194 files changed

+8004
-4855
lines changed

describe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
BASE = 'docs/dyn'
132132

133-
DIRECTORY_URI = 'https://www.googleapis.com/discovery/v1/apis?preferred=true',
133+
DIRECTORY_URI = 'https://www.googleapis.com/discovery/v1/apis?preferred=true'
134134

135135
FLAGS = gflags.FLAGS
136136

docs/dyn/adsensehost_v4_1.associationsessions.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ <h3>Method Details</h3>
8989
productCode: string, Products to associate with the user. (required) (repeated)
9090
Allowed values
9191
AFC - AdSense For Content
92+
AFG - AdSense For Games
9293
AFMC - AdSense For Mobile Content
9394
AFS - AdSense For Search
95+
AFV - AdSense For Video
9496
websiteUrl: string, The URL of the user's hosted website. (required)
9597
websiteLocale: string, The locale of the user's hosted website.
9698
userLocale: string, The preferred locale of the user.

docs/dyn/audit_v1.activities.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
<h1><a href="audit_v1.html">Enterprise Audit API</a> . <a href="audit_v1.activities.html">activities</a></h1>
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
78-
<code><a href="#list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</a></code></p>
78+
<code><a href="#list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, actorEmail=None, endTime=None)</a></code></p>
7979
<p class="firstline">Retrieves a list of activities for a specific customer and application.</p>
8080
<h3>Method Details</h3>
8181
<div class="method">
82-
<code class="details" id="list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</code>
82+
<code class="details" id="list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, actorEmail=None, endTime=None)</code>
8383
<pre>Retrieves a list of activities for a specific customer and application.
8484

8585
Args:
@@ -95,7 +95,6 @@ <h3>Method Details</h3>
9595
actorApplicationId: string, Application ID of the application which interacted on behalf of the user while performing the event.
9696
continuationToken: string, Next page URL.
9797
maxResults: integer, Number of activity records to be shown in each page.
98-
parameters: string, Event parameters in the form [parameter1 name]:[parameter1 value],[parameter2 name]:[parameter2 value],...
9998
actorEmail: string, Email address of the user who performed the action.
10099
endTime: string, Return events which occured at or before this time.
101100

docs/dyn/bigquery_v2.jobs.html

Lines changed: 84 additions & 80 deletions
Large diffs are not rendered by default.

docs/dyn/bigquery_v2.tables.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ <h3>Method Details</h3>
139139
"schema": { # [Optional] Describes the schema of this table.
140140
"fields": [ # Describes the fields in a table.
141141
{
142-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
142+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
143143
# Object with schema name: TableFieldSchema
144144
],
145-
"type": "A String", # [Required] Data type of the field.
146-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
147-
"name": "A String", # [Required] Name of the field.
145+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
146+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
147+
"name": "A String", # [Required] The field name.
148148
},
149149
],
150150
},
@@ -181,12 +181,12 @@ <h3>Method Details</h3>
181181
"schema": { # [Optional] Describes the schema of this table.
182182
"fields": [ # Describes the fields in a table.
183183
{
184-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
184+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
185185
# Object with schema name: TableFieldSchema
186186
],
187-
"type": "A String", # [Required] Data type of the field.
188-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
189-
"name": "A String", # [Required] Name of the field.
187+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
188+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
189+
"name": "A String", # [Required] The field name.
190190
},
191191
],
192192
},
@@ -216,12 +216,12 @@ <h3>Method Details</h3>
216216
"schema": { # [Optional] Describes the schema of this table.
217217
"fields": [ # Describes the fields in a table.
218218
{
219-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
219+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
220220
# Object with schema name: TableFieldSchema
221221
],
222-
"type": "A String", # [Required] Data type of the field.
223-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
224-
"name": "A String", # [Required] Name of the field.
222+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
223+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
224+
"name": "A String", # [Required] The field name.
225225
},
226226
],
227227
},
@@ -306,12 +306,12 @@ <h3>Method Details</h3>
306306
"schema": { # [Optional] Describes the schema of this table.
307307
"fields": [ # Describes the fields in a table.
308308
{
309-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
309+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
310310
# Object with schema name: TableFieldSchema
311311
],
312-
"type": "A String", # [Required] Data type of the field.
313-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
314-
"name": "A String", # [Required] Name of the field.
312+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
313+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
314+
"name": "A String", # [Required] The field name.
315315
},
316316
],
317317
},
@@ -341,12 +341,12 @@ <h3>Method Details</h3>
341341
"schema": { # [Optional] Describes the schema of this table.
342342
"fields": [ # Describes the fields in a table.
343343
{
344-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
344+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
345345
# Object with schema name: TableFieldSchema
346346
],
347-
"type": "A String", # [Required] Data type of the field.
348-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
349-
"name": "A String", # [Required] Name of the field.
347+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
348+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
349+
"name": "A String", # [Required] The field name.
350350
},
351351
],
352352
},
@@ -384,12 +384,12 @@ <h3>Method Details</h3>
384384
"schema": { # [Optional] Describes the schema of this table.
385385
"fields": [ # Describes the fields in a table.
386386
{
387-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
387+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
388388
# Object with schema name: TableFieldSchema
389389
],
390-
"type": "A String", # [Required] Data type of the field.
391-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
392-
"name": "A String", # [Required] Name of the field.
390+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
391+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
392+
"name": "A String", # [Required] The field name.
393393
},
394394
],
395395
},
@@ -419,12 +419,12 @@ <h3>Method Details</h3>
419419
"schema": { # [Optional] Describes the schema of this table.
420420
"fields": [ # Describes the fields in a table.
421421
{
422-
"fields": [ # [Optional] Describes nested fields when type is RECORD.
422+
"fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
423423
# Object with schema name: TableFieldSchema
424424
],
425-
"type": "A String", # [Required] Data type of the field.
426-
"mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
427-
"name": "A String", # [Required] Name of the field.
425+
"type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
426+
"mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
427+
"name": "A String", # [Required] The field name.
428428
},
429429
],
430430
},

docs/dyn/blogger_v3.blogs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#get">get(blogId, maxPosts=None)</a></code></p>
7979
<p class="firstline">Gets one blog by id.</p>
8080
<p class="toc_element">
81-
<code><a href="#getByUrl">getByUrl(url=None)</a></code></p>
81+
<code><a href="#getByUrl">getByUrl(url)</a></code></p>
8282
<p class="firstline">Retrieve a Blog by URL.</p>
8383
<p class="toc_element">
8484
<code><a href="#listByUser">listByUser(userId)</a></code></p>
@@ -186,11 +186,11 @@ <h3>Method Details</h3>
186186
</div>
187187

188188
<div class="method">
189-
<code class="details" id="getByUrl">getByUrl(url=None)</code>
189+
<code class="details" id="getByUrl">getByUrl(url)</code>
190190
<pre>Retrieve a Blog by URL.
191191

192192
Args:
193-
url: string, The URL of the blog to retrieve.
193+
url: string, The URL of the blog to retrieve. (required)
194194

195195
Returns:
196196
An object of the form:

docs/dyn/blogger_v3.posts.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#get">get(blogId, postId, maxComments=None)</a></code></p>
8282
<p class="firstline">Get a post by id.</p>
8383
<p class="toc_element">
84-
<code><a href="#getByPath">getByPath(blogId, path=None, maxComments=None)</a></code></p>
84+
<code><a href="#getByPath">getByPath(blogId, path, maxComments=None)</a></code></p>
8585
<p class="firstline">Retrieve a Post by Path.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(blogId, body)</a></code></p>
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#patch">patch(blogId, postId, body)</a></code></p>
9797
<p class="firstline">Update a post. This method supports patch semantics.</p>
9898
<p class="toc_element">
99-
<code><a href="#search">search(blogId, q=None)</a></code></p>
99+
<code><a href="#search">search(blogId, q)</a></code></p>
100100
<p class="firstline">Search for a post.</p>
101101
<p class="toc_element">
102102
<code><a href="#update">update(blogId, postId, body)</a></code></p>
@@ -189,12 +189,12 @@ <h3>Method Details</h3>
189189
</div>
190190

191191
<div class="method">
192-
<code class="details" id="getByPath">getByPath(blogId, path=None, maxComments=None)</code>
192+
<code class="details" id="getByPath">getByPath(blogId, path, maxComments=None)</code>
193193
<pre>Retrieve a Post by Path.
194194

195195
Args:
196196
blogId: string, ID of the blog to fetch the post from. (required)
197-
path: string, Path of the Post to retrieve.
197+
path: string, Path of the Post to retrieve. (required)
198198
maxComments: integer, Maximum number of comments to pull back on a post.
199199

200200
Returns:
@@ -647,12 +647,12 @@ <h3>Method Details</h3>
647647
</div>
648648

649649
<div class="method">
650-
<code class="details" id="search">search(blogId, q=None)</code>
650+
<code class="details" id="search">search(blogId, q)</code>
651651
<pre>Search for a post.
652652

653653
Args:
654654
blogId: string, ID of the blog to fetch the post from. (required)
655-
q: string, Query terms to search this blog for matching posts.
655+
q: string, Query terms to search this blog for matching posts. (required)
656656

657657
Returns:
658658
An object of the form:

docs/dyn/calendar_v3.calendarList.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h3>Method Details</h3>
130130
"description": "A String", # Description of the calendar. Optional. Read-only.
131131
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
132132
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
133+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
133134
"summary": "A String", # Title of the calendar. Read-only.
134135
"etag": "A String", # ETag of the resource.
135136
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -169,6 +170,7 @@ <h3>Method Details</h3>
169170
"description": "A String", # Description of the calendar. Optional. Read-only.
170171
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
171172
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
173+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
172174
"summary": "A String", # Title of the calendar. Read-only.
173175
"etag": "A String", # ETag of the resource.
174176
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -204,6 +206,7 @@ <h3>Method Details</h3>
204206
"description": "A String", # Description of the calendar. Optional. Read-only.
205207
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
206208
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
209+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
207210
"summary": "A String", # Title of the calendar. Read-only.
208211
"etag": "A String", # ETag of the resource.
209212
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -256,6 +259,7 @@ <h3>Method Details</h3>
256259
"description": "A String", # Description of the calendar. Optional. Read-only.
257260
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
258261
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
262+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
259263
"summary": "A String", # Title of the calendar. Read-only.
260264
"etag": "A String", # ETag of the resource.
261265
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -314,6 +318,7 @@ <h3>Method Details</h3>
314318
"description": "A String", # Description of the calendar. Optional. Read-only.
315319
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
316320
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
321+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
317322
"summary": "A String", # Title of the calendar. Read-only.
318323
"etag": "A String", # ETag of the resource.
319324
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -349,6 +354,7 @@ <h3>Method Details</h3>
349354
"description": "A String", # Description of the calendar. Optional. Read-only.
350355
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
351356
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
357+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
352358
"summary": "A String", # Title of the calendar. Read-only.
353359
"etag": "A String", # ETag of the resource.
354360
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -389,6 +395,7 @@ <h3>Method Details</h3>
389395
"description": "A String", # Description of the calendar. Optional. Read-only.
390396
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
391397
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
398+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
392399
"summary": "A String", # Title of the calendar. Read-only.
393400
"etag": "A String", # ETag of the resource.
394401
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
@@ -424,6 +431,7 @@ <h3>Method Details</h3>
424431
"description": "A String", # Description of the calendar. Optional. Read-only.
425432
"colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
426433
"selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
434+
"primary": True or False, # Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
427435
"summary": "A String", # Title of the calendar. Read-only.
428436
"etag": "A String", # ETag of the resource.
429437
"location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.

0 commit comments

Comments
 (0)