chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.html b/docs/dyn/bigqueryreservation_v1.projects.locations.html
index 3e102f6..e06489d 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.html
@@ -126,9 +126,9 @@
An object of the form:
{ # Represents a BI Reservation.
- "size": "A String", # Size of a reservation, in bytes.
- "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
"updateTime": "A String", # Output only. The last update timestamp of a reservation.
+ "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+ "size": "A String", # Size of a reservation, in bytes.
}</pre>
</div>
@@ -153,10 +153,10 @@
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
"assignments": [ # List of assignments visible to the user.
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
- "jobType": "A String", # Which type of jobs will use the reservation.
- "assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
"state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
},
],
}</pre>
@@ -194,15 +194,15 @@
An object of the form:
{ # The response for ReservationService.SearchAssignments.
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
"assignments": [ # List of assignments visible to the user.
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
- "jobType": "A String", # Which type of jobs will use the reservation.
- "assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
"state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
},
],
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
}</pre>
</div>
@@ -230,9 +230,9 @@
The object takes the form of:
{ # Represents a BI Reservation.
- "size": "A String", # Size of a reservation, in bytes.
- "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
"updateTime": "A String", # Output only. The last update timestamp of a reservation.
+ "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+ "size": "A String", # Size of a reservation, in bytes.
}
updateMask: string, A list of fields to be updated in this request.
@@ -245,9 +245,9 @@
An object of the form:
{ # Represents a BI Reservation.
- "size": "A String", # Size of a reservation, in bytes.
- "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
"updateTime": "A String", # Output only. The last update timestamp of a reservation.
+ "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+ "size": "A String", # Size of a reservation, in bytes.
}</pre>
</div>