Skip to content

Commit 5ccaff7

Browse files
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1 The following keys were deleted: - resources.projects.resources.apps.resources.releases.resources.feedbackReports.methods.list.parameters.filter (Total Keys: 2) - resources.projects.resources.apps.resources.releases.resources.feedbackReports.methods.list.parameters.orderBy (Total Keys: 2)
1 parent 458baf2 commit 5ccaff7

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

docs/dyn/firebaseappdistribution_v1.projects.apps.releases.feedbackReports.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets a feedback report.</p>
8686
<p class="toc_element">
87-
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Lists feedback reports. By default, sorts by `createTime` in descending order.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
@@ -138,13 +138,11 @@ <h3>Method Details</h3>
138138
</div>
139139

140140
<div class="method">
141-
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
141+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
142142
<pre>Lists feedback reports. By default, sorts by `createTime` in descending order.
143143

144144
Args:
145145
parent: string, Required. The name of the release resource, which is the parent of the feedback report resources. Format: `projects/{project_number}/apps/{app}/releases/{release}` (required)
146-
filter: string, The expression to filter feedback reports listed in the response. To learn more about filtering, refer to [Google&#x27;s AIP-160 standard](http://aip.dev/160). Supported fields: - `tester` - `createTime` supports `&lt;`, `&lt;=`, `&gt;` and `&gt;=`, and expects an RFC-3339 formatted string Example: - `createTime &lt;= &quot;2023-03-10T00:00:00+04:00&quot;` - `tester = &quot;projects/-/testers/*@example.com&quot;`
147-
orderBy: string, The fields used to order releases. Supported fields: - `createTime` - `tester` To specify descending order for a field, append a &quot;desc&quot; suffix, for example, `createTime desc`. If this parameter is not set, releases are ordered by `createTime` in descending order.
148146
pageSize: integer, The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.
149147
pageToken: string, A page token, received from a previous `ListFeedbackReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFeedbackReports` must match the call that provided the page token.
150148
x__xgafv: string, V1 error format.

docs/dyn/firebaseappdistribution_v1.projects.groups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244244

245245
Args:
246246
parent: string, Required. The name of the project resource, which is the parent of the group resources. Format: `projects/{project_number}` (required)
247-
pageSize: integer, Optional. The maximum number of groups to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 groups are returned. Values above 100 are coerced to 100.
247+
pageSize: integer, Optional. The maximum number of groups to return. The service may return fewer than this value. The valid range is [1-1000]; If unspecified (0), at most 25 groups are returned. Values above 1000 are coerced to 1000.
248248
pageToken: string, Optional. A page token, received from a previous `ListGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGroups` must match the call that provided the page token.
249249
x__xgafv: string, V1 error format.
250250
Allowed values

googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -406,16 +406,6 @@
406406
"parent"
407407
],
408408
"parameters": {
409-
"filter": {
410-
"description": "The expression to filter feedback reports listed in the response. To learn more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported fields: - `tester` - `createTime` supports `<`, `<=`, `>` and `>=`, and expects an RFC-3339 formatted string Example: - `createTime <= \"2023-03-10T00:00:00+04:00\"` - `tester = \"projects/-/testers/*@example.com\"`",
411-
"location": "query",
412-
"type": "string"
413-
},
414-
"orderBy": {
415-
"description": "The fields used to order releases. Supported fields: - `createTime` - `tester` To specify descending order for a field, append a \"desc\" suffix, for example, `createTime desc`. If this parameter is not set, releases are ordered by `createTime` in descending order.",
416-
"location": "query",
417-
"type": "string"
418-
},
419409
"pageSize": {
420410
"description": "The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.",
421411
"format": "int32",
@@ -751,7 +741,7 @@
751741
],
752742
"parameters": {
753743
"pageSize": {
754-
"description": "Optional. The maximum number of groups to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 groups are returned. Values above 100 are coerced to 100.",
744+
"description": "Optional. The maximum number of groups to return. The service may return fewer than this value. The valid range is [1-1000]; If unspecified (0), at most 25 groups are returned. Values above 1000 are coerced to 1000.",
755745
"format": "int32",
756746
"location": "query",
757747
"type": "integer"
@@ -951,7 +941,7 @@
951941
}
952942
}
953943
},
954-
"revision": "20230416",
944+
"revision": "20230524",
955945
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
956946
"schemas": {
957947
"GdataBlobstore2Info": {

0 commit comments

Comments
 (0)