Skip to content

Commit 9efb402

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v1 The following keys were added: - schemas.OperationMetadataV1.properties.buildName (Total Keys: 1)
1 parent 4724b57 commit 9efb402

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/dyn/cloudfunctions_v1.projects.locations.html

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

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"type": "string"
198198
},
199199
"pageSize": {
200-
"description": "The maximum number of results to return. If not set, the service will select a default.",
200+
"description": "The maximum number of results to return. If not set, the service selects a default.",
201201
"format": "int32",
202202
"location": "query",
203203
"type": "integer"
@@ -546,7 +546,7 @@
546546
}
547547
}
548548
},
549-
"revision": "20210325",
549+
"revision": "20210415",
550550
"rootUrl": "https://cloudfunctions.googleapis.com/",
551551
"schemas": {
552552
"AuditConfig": {
@@ -1077,6 +1077,10 @@
10771077
"description": "The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.",
10781078
"type": "string"
10791079
},
1080+
"buildName": {
1081+
"description": "The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects//locations//builds/.",
1082+
"type": "string"
1083+
},
10801084
"request": {
10811085
"additionalProperties": {
10821086
"description": "Properties of the object. Contains field @type with type URL.",

0 commit comments

Comments
 (0)