Skip to content

Commit a5a37b6

Browse files
chore(cloudfunctions): update the api
1 parent 22d9d71 commit a5a37b6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/dyn/cloudfunctions_v1.projects.locations.html

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

101101
Args:
102102
name: string, The resource that owns the locations collection, if applicable. (required)
103-
filter: string, The standard list filter.
104-
pageSize: integer, The standard list page size.
105-
pageToken: string, The standard list page token.
103+
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).
104+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
105+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
106106
x__xgafv: string, V1 error format.
107107
Allowed values
108108
1 - v1 error format

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
],
186186
"parameters": {
187187
"filter": {
188-
"description": "The standard list filter.",
188+
"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).",
189189
"location": "query",
190190
"type": "string"
191191
},
@@ -197,13 +197,13 @@
197197
"type": "string"
198198
},
199199
"pageSize": {
200-
"description": "The standard list page size.",
200+
"description": "The maximum number of results to return. If not set, the service will select a default.",
201201
"format": "int32",
202202
"location": "query",
203203
"type": "integer"
204204
},
205205
"pageToken": {
206-
"description": "The standard list page token.",
206+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
207207
"location": "query",
208208
"type": "string"
209209
}
@@ -546,7 +546,7 @@
546546
}
547547
}
548548
},
549-
"revision": "20210114",
549+
"revision": "20210309",
550550
"rootUrl": "https://cloudfunctions.googleapis.com/",
551551
"schemas": {
552552
"AuditConfig": {

0 commit comments

Comments
 (0)