From 5ccaff70f9e68940985d0ac572beaca6d563eba4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 24 May 2023 18:27:09 +0000 Subject: [PATCH] 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) --- ..._v1.projects.apps.releases.feedbackReports.html | 6 ++---- ...firebaseappdistribution_v1.projects.groups.html | 2 +- .../documents/firebaseappdistribution.v1.json | 14 ++------------ 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/docs/dyn/firebaseappdistribution_v1.projects.apps.releases.feedbackReports.html b/docs/dyn/firebaseappdistribution_v1.projects.apps.releases.feedbackReports.html index 79da0dde67c..27e813adfc0 100644 --- a/docs/dyn/firebaseappdistribution_v1.projects.apps.releases.feedbackReports.html +++ b/docs/dyn/firebaseappdistribution_v1.projects.apps.releases.feedbackReports.html @@ -84,7 +84,7 @@

Instance Methods

get(name, x__xgafv=None)

Gets a feedback report.

- list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

+ list(parent, pageSize=None, pageToken=None, x__xgafv=None)

Lists feedback reports. By default, sorts by `createTime` in descending order.

list_next()

@@ -138,13 +138,11 @@

Method Details

- list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) + list(parent, pageSize=None, pageToken=None, x__xgafv=None)
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'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"`
-  orderBy: string, 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.
   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.
diff --git a/docs/dyn/firebaseappdistribution_v1.projects.groups.html b/docs/dyn/firebaseappdistribution_v1.projects.groups.html
index 3cc0dc1d345..a03b6058a4c 100644
--- a/docs/dyn/firebaseappdistribution_v1.projects.groups.html
+++ b/docs/dyn/firebaseappdistribution_v1.projects.groups.html
@@ -244,7 +244,7 @@ 

Method Details

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 diff --git a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json index bd0eddbd88e..0b28fa07cbf 100644 --- a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json +++ b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json @@ -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", @@ -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" @@ -951,7 +941,7 @@ } } }, - "revision": "20230416", + "revision": "20230524", "rootUrl": "https://firebaseappdistribution.googleapis.com/", "schemas": { "GdataBlobstore2Info": {