Skip to content

Commit 6f7ea5c

Browse files
chore(lifesciences): update the api
1 parent 3e73df4 commit 6f7ea5c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/dyn/lifesciences_v2beta.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ <h3>Method Details</h3>
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
filter: string, The standard list filter.
139-
pageSize: integer, The standard list page size.
140-
pageToken: string, The standard list page token.
138+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
140+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
141141
x__xgafv: string, V1 error format.
142142
Allowed values
143143
1 - v1 error format

googleapiclient/discovery_cache/documents/lifesciences.v2beta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"filter": {
147-
"description": "The standard list filter.",
147+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -156,13 +156,13 @@
156156
"type": "string"
157157
},
158158
"pageSize": {
159-
"description": "The standard list page size.",
159+
"description": "The maximum number of results to return. If not set, the service will select a default.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
163163
},
164164
"pageToken": {
165-
"description": "The standard list page token.",
165+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
166166
"location": "query",
167167
"type": "string"
168168
}
@@ -312,7 +312,7 @@
312312
}
313313
}
314314
},
315-
"revision": "20210206",
315+
"revision": "20210319",
316316
"rootUrl": "https://lifesciences.googleapis.com/",
317317
"schemas": {
318318
"Accelerator": {

0 commit comments

Comments
 (0)