Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 458baf2 commit 5ccaff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
Expand Up @@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a feedback report.</p>
<p class="toc_element">
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists feedback reports. By default, sorts by `createTime` in descending order.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand Down Expand Up @@ -138,13 +138,11 @@ <h3>Method Details</h3>
</div>

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

Args:
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)
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;`
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.
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.
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.
x__xgafv: string, V1 error format.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/firebaseappdistribution_v1.projects.groups.html
Expand Up @@ -244,7 +244,7 @@ <h3>Method Details</h3>

Args:
parent: string, Required. The name of the project resource, which is the parent of the group resources. Format: `projects/{project_number}` (required)
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.
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.
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.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Expand Up @@ -406,16 +406,6 @@
"parent"
],
"parameters": {
"filter": {
"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\"`",
"location": "query",
"type": "string"
},
"orderBy": {
"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.",
"location": "query",
"type": "string"
},
"pageSize": {
"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.",
"format": "int32",
Expand Down Expand Up @@ -751,7 +741,7 @@
],
"parameters": {
"pageSize": {
"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.",
"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.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -951,7 +941,7 @@
}
}
},
"revision": "20230416",
"revision": "20230524",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"GdataBlobstore2Info": {
Expand Down

0 comments on commit 5ccaff7

Please sign in to comment.