chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/bigquery_v2.projects.html b/docs/dyn/bigquery_v2.projects.html
index daae582..23a3c06 100644
--- a/docs/dyn/bigquery_v2.projects.html
+++ b/docs/dyn/bigquery_v2.projects.html
@@ -103,9 +103,9 @@
An object of the form:
{
- "kind": "bigquery#getServiceAccountResponse", # The resource type of the response.
- "email": "A String", # The service account email address.
- }</pre>
+ "email": "A String", # The service account email address.
+ "kind": "bigquery#getServiceAccountResponse", # The resource type of the response.
+}</pre>
</div>
<div class="method">
@@ -120,22 +120,22 @@
An object of the form:
{
- "nextPageToken": "A String", # A token to request the next page of results.
- "kind": "bigquery#projectList", # The type of list.
- "totalItems": 42, # The total number of projects in the list.
- "projects": [ # Projects to which you have at least READ access.
- {
- "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.
- },
- "numericId": "A String", # The numeric ID of this project.
- "friendlyName": "A String", # A descriptive name for this project.
- "kind": "bigquery#project", # The resource type.
- "id": "A String", # An opaque ID of this project.
+ "etag": "A String", # A hash of the page of results
+ "kind": "bigquery#projectList", # The type of list.
+ "nextPageToken": "A String", # A token to request the next page of results.
+ "projects": [ # Projects to which you have at least READ access.
+ {
+ "friendlyName": "A String", # A descriptive name for this project.
+ "id": "A String", # An opaque ID of this project.
+ "kind": "bigquery#project", # The resource type.
+ "numericId": "A String", # The numeric 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.
},
- ],
- "etag": "A String", # A hash of the page of results
- }</pre>
+ },
+ ],
+ "totalItems": 42, # The total number of projects in the list.
+}</pre>
</div>
<div class="method">