Skip to content

Commit 2ae4a94

Browse files
feat: Automated regeneration of firebaseappdistribution v1 client (googleapis#23892)
Auto-created at 2025-08-10 10:03:21 +0000 using the toys pull request generator.
1 parent b388e08 commit 2ae4a94

File tree

4 files changed

+43
-37
lines changed

4 files changed

+43
-37
lines changed

generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-firebaseappdistribution_v1
22

3+
### v0.11.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250808
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.10.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/classes.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -878,16 +878,16 @@ def update!(**args)
878878
class GoogleFirebaseAppdistroV1DistributeReleaseRequest
879879
include Google::Apis::Core::Hashable
880880

881-
# A list of group aliases (IDs) to be given access to this release. A combined
882-
# maximum of 999 `testerEmails` and `groupAliases` can be specified in a single
883-
# request.
881+
# Optional. A list of group aliases (IDs) to be given access to this release. A
882+
# combined maximum of 999 `testerEmails` and `groupAliases` can be specified in
883+
# a single request.
884884
# Corresponds to the JSON property `groupAliases`
885885
# @return [Array<String>]
886886
attr_accessor :group_aliases
887887

888-
# A list of tester email addresses to be given access to this release. A
889-
# combined maximum of 999 `testerEmails` and `groupAliases` can be specified in
890-
# a single request.
888+
# Optional. A list of tester email addresses to be given access to this release.
889+
# A combined maximum of 999 `testerEmails` and `groupAliases` can be specified
890+
# in a single request.
891891
# Corresponds to the JSON property `testerEmails`
892892
# @return [Array<String>]
893893
attr_accessor :tester_emails

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseappdistributionV1
1818
# Version of the google-apis-firebaseappdistribution_v1 gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241115"
25+
REVISION = "20250808"
2626
end
2727
end
2828
end

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/service.rb

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def initialize
5555
# an update to an existing release, or a no-op if a release with the same
5656
# binary already exists.
5757
# @param [String] app
58-
# The name of the app resource. Format: `projects/`project_number`/apps/`app_id``
58+
# Required. The name of the app resource. Format: `projects/`project_number`/
59+
# apps/`app_id``
5960
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
6061
# @param [String] fields
6162
# Selector specifying which fields to include in a partial response.
@@ -235,26 +236,26 @@ def get_project_app_release(name, fields: nil, quota_user: nil, options: nil, &b
235236
# Required. The name of the app resource, which is the parent of the release
236237
# resources. Format: `projects/`project_number`/apps/`app_id``
237238
# @param [String] filter
238-
# The expression to filter releases listed in the response. To learn more about
239-
# filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported
240-
# fields: - `releaseNotes.text` supports `=` (can contain a wildcard character (`
241-
# *`) at the beginning or end of the string) - `createTime` supports `<`, `<=`, `
242-
# >` and `>=`, and expects an RFC-3339 formatted string Examples: - `createTime <
243-
# = "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND createTime >= "
244-
# 2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
239+
# Optional. The expression to filter releases listed in the response. To learn
240+
# more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
241+
# Supported fields: - `releaseNotes.text` supports `=` (can contain a wildcard
242+
# character (`*`) at the beginning or end of the string) - `createTime` supports
243+
# `<`, `<=`, `>` and `>=`, and expects an RFC-3339 formatted string Examples: - `
244+
# createTime <= "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND
245+
# createTime >= "2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
245246
# @param [String] order_by
246-
# The fields used to order releases. Supported fields: - `createTime` To specify
247-
# descending order for a field, append a "desc" suffix, for example, `createTime
248-
# desc`. If this parameter is not set, releases are ordered by `createTime` in
249-
# descending order.
247+
# Optional. The fields used to order releases. Supported fields: - `createTime`
248+
# To specify descending order for a field, append a "desc" suffix, for example, `
249+
# createTime desc`. If this parameter is not set, releases are ordered by `
250+
# createTime` in descending order.
250251
# @param [Fixnum] page_size
251-
# The maximum number of releases to return. The service may return fewer than
252-
# this value. The valid range is [1-100]; If unspecified (0), at most 25
253-
# releases are returned. Values above 100 are coerced to 100.
252+
# Optional. The maximum number of releases to return. The service may return
253+
# fewer than this value. The valid range is [1-100]; If unspecified (0), at most
254+
# 25 releases are returned. Values above 100 are coerced to 100.
254255
# @param [String] page_token
255-
# A page token, received from a previous `ListReleases` call. Provide this to
256-
# retrieve the subsequent page. When paginating, all other parameters provided
257-
# to `ListReleases` must match the call that provided the page token.
256+
# Optional. A page token, received from a previous `ListReleases` call. Provide
257+
# this to retrieve the subsequent page. When paginating, all other parameters
258+
# provided to `ListReleases` must match the call that provided the page token.
258259
# @param [String] fields
259260
# Selector specifying which fields to include in a partial response.
260261
# @param [String] quota_user
@@ -292,7 +293,7 @@ def list_project_app_releases(parent, filter: nil, order_by: nil, page_size: nil
292293
# app_id`/releases/`release_id``
293294
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
294295
# @param [String] update_mask
295-
# The list of fields to update.
296+
# Optional. The list of fields to update.
296297
# @param [String] fields
297298
# Selector specifying which fields to include in a partial response.
298299
# @param [String] quota_user
@@ -391,14 +392,14 @@ def get_project_app_release_feedback_report(name, fields: nil, quota_user: nil,
391392
# feedback report resources. Format: `projects/`project_number`/apps/`app`/
392393
# releases/`release``
393394
# @param [Fixnum] page_size
394-
# The maximum number of feedback reports to return. The service may return fewer
395-
# than this value. The valid range is [1-100]; If unspecified (0), at most 25
396-
# feedback reports are returned. Values above 100 are coerced to 100.
395+
# Output only. The maximum number of feedback reports to return. The service may
396+
# return fewer than this value. The valid range is [1-100]; If unspecified (0),
397+
# at most 25 feedback reports are returned. Values above 100 are coerced to 100.
397398
# @param [String] page_token
398-
# A page token, received from a previous `ListFeedbackReports` call. Provide
399-
# this to retrieve the subsequent page. When paginating, all other parameters
400-
# provided to `ListFeedbackReports` must match the call that provided the page
401-
# token.
399+
# Output only. A page token, received from a previous `ListFeedbackReports` call.
400+
# Provide this to retrieve the subsequent page. When paginating, all other
401+
# parameters provided to `ListFeedbackReports` must match the call that provided
402+
# the page token.
402403
# @param [String] fields
403404
# Selector specifying which fields to include in a partial response.
404405
# @param [String] quota_user
@@ -832,7 +833,7 @@ def list_project_groups(parent, page_size: nil, page_token: nil, fields: nil, qu
832833
# group_alias``
833834
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Group] google_firebase_appdistro_v1_group_object
834835
# @param [String] update_mask
835-
# The list of fields to update.
836+
# Optional. The list of fields to update.
836837
# @param [String] fields
837838
# Selector specifying which fields to include in a partial response.
838839
# @param [String] quota_user
@@ -987,7 +988,7 @@ def list_project_testers(parent, filter: nil, page_size: nil, page_token: nil, f
987988
# email_address``
988989
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester] google_firebase_appdistro_v1_tester_object
989990
# @param [String] update_mask
990-
# The list of fields to update.
991+
# Optional. The list of fields to update.
991992
# @param [String] fields
992993
# Selector specifying which fields to include in a partial response.
993994
# @param [String] quota_user

0 commit comments

Comments
 (0)