Skip to content

Commit 0d5a479

Browse files
chore(workflows): update the api
1 parent 0e07ece commit 0d5a479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/workflows_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138138
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.
139+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140140
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

googleapiclient/discovery_cache/documents/workflows.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"pageSize": {
159-
"description": "The maximum number of results to return. If not set, the service will select a default.",
159+
"description": "The maximum number of results to return. If not set, the service selects a default.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
@@ -444,7 +444,7 @@
444444
}
445445
}
446446
},
447-
"revision": "20210401",
447+
"revision": "20210408",
448448
"rootUrl": "https://workflows.googleapis.com/",
449449
"schemas": {
450450
"Empty": {

0 commit comments

Comments
 (0)