docs: update generated docs (#981)
diff --git a/docs/dyn/bigquery_v2.projects.html b/docs/dyn/bigquery_v2.projects.html
index f86e364..a41840d 100644
--- a/docs/dyn/bigquery_v2.projects.html
+++ b/docs/dyn/bigquery_v2.projects.html
@@ -112,21 +112,21 @@
An object of the form:
{
+ "totalItems": 42, # The total number of projects in the list.
+ "kind": "bigquery#projectList", # The type of list.
"etag": "A String", # A hash of the page of results
"projects": [ # Projects to which you have at least READ access.
{
+ "numericId": "A String", # The numeric ID of this project.
+ "kind": "bigquery#project", # The resource type.
"id": "A String", # An opaque ID of this project.
"projectReference": { # A unique reference to this project.
"projectId": "A String", # [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
},
"friendlyName": "A String", # A descriptive name for this project.
- "numericId": "A String", # The numeric ID of this project.
- "kind": "bigquery#project", # The resource type.
},
],
"nextPageToken": "A String", # A token to request the next page of results.
- "totalItems": 42, # The total number of projects in the list.
- "kind": "bigquery#projectList", # The type of list.
}</pre>
</div>