Skip to content

Commit 2ab458b

Browse files
feat: Automated regeneration of firebaseappdistribution v1 client (#24885)
Auto-created at 2025-11-09 09:18:12 +0000 using the toys pull request generator.
1 parent 0228fa1 commit 2ab458b

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md

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

3+
### v0.14.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251104
6+
37
### v0.13.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250924

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ class GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest
771771
include Google::Apis::Core::Hashable
772772

773773
# Required. The names of the release resources to delete. Format: `projects/`
774-
# project_number`/apps/`app_id`/releases/`release_id`` A maximum of 100 releases
775-
# can be deleted per request.
774+
# project_number`/apps/`app`/releases/`release`` A maximum of 100 releases can
775+
# be deleted per request.
776776
# Corresponds to the JSON property `names`
777777
# @return [Array<String>]
778778
attr_accessor :names
@@ -1155,8 +1155,8 @@ class GoogleFirebaseAppdistroV1Release
11551155
# @return [String]
11561156
attr_accessor :firebase_console_uri
11571157

1158-
# The name of the release resource. Format: `projects/`project_number`/apps/`
1159-
# app_id`/releases/`release_id``
1158+
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
1159+
# /releases/`release``
11601160
# Corresponds to the JSON property `name`
11611161
# @return [String]
11621162
attr_accessor :name

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

Lines changed: 2 additions & 2 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.13.0"
19+
GEM_VERSION = "0.14.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def initialize
5656
# binary already exists.
5757
# @param [String] app
5858
# Required. The name of the app resource. Format: `projects/`project_number`/
59-
# apps/`app_id``
59+
# apps/`app``
6060
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
6161
# @param [String] fields
6262
# Selector specifying which fields to include in a partial response.
@@ -100,7 +100,7 @@ def upload_medium(app, google_firebase_appdistro_v1_upload_release_request_objec
100100
# Gets Android App Bundle (AAB) information for a Firebase app.
101101
# @param [String] name
102102
# Required. The name of the `AabInfo` resource to retrieve. Format: `projects/`
103-
# project_number`/apps/`app_id`/aabInfo`
103+
# project_number`/apps/`app`/aabInfo`
104104
# @param [String] fields
105105
# Selector specifying which fields to include in a partial response.
106106
# @param [String] quota_user
@@ -131,7 +131,7 @@ def get_project_app_aab_info(name, fields: nil, quota_user: nil, options: nil, &
131131
# Deletes releases. A maximum of 100 releases can be deleted per request.
132132
# @param [String] parent
133133
# Required. The name of the app resource, which is the parent of the release
134-
# resources. Format: `projects/`project_number`/apps/`app_id``
134+
# resources. Format: `projects/`project_number`/apps/`app``
135135
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest] google_firebase_appdistro_v1_batch_delete_releases_request_object
136136
# @param [String] fields
137137
# Selector specifying which fields to include in a partial response.
@@ -169,7 +169,7 @@ def batch_project_app_release_delete(parent, google_firebase_appdistro_v1_batch_
169169
# INVALID_ARGUMENT` if it contains a group that doesn't exist.
170170
# @param [String] name
171171
# Required. The name of the release resource to distribute. Format: `projects/`
172-
# project_number`/apps/`app_id`/releases/`release_id``
172+
# project_number`/apps/`app`/releases/`release``
173173
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1DistributeReleaseRequest] google_firebase_appdistro_v1_distribute_release_request_object
174174
# @param [String] fields
175175
# Selector specifying which fields to include in a partial response.
@@ -203,7 +203,7 @@ def distribute_project_app_release(name, google_firebase_appdistro_v1_distribute
203203
# Gets a release.
204204
# @param [String] name
205205
# Required. The name of the release resource to retrieve. Format: projects/`
206-
# project_number`/apps/`app_id`/releases/`release_id`
206+
# project_number`/apps/`app`/releases/`release`
207207
# @param [String] fields
208208
# Selector specifying which fields to include in a partial response.
209209
# @param [String] quota_user
@@ -234,7 +234,7 @@ def get_project_app_release(name, fields: nil, quota_user: nil, options: nil, &b
234234
# Lists releases. By default, sorts by `createTime` in descending order.
235235
# @param [String] parent
236236
# Required. The name of the app resource, which is the parent of the release
237-
# resources. Format: `projects/`project_number`/apps/`app_id``
237+
# resources. Format: `projects/`project_number`/apps/`app``
238238
# @param [String] filter
239239
# Optional. The expression to filter releases listed in the response. To learn
240240
# more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
@@ -289,8 +289,8 @@ def list_project_app_releases(parent, filter: nil, order_by: nil, page_size: nil
289289

290290
# Updates a release.
291291
# @param [String] name
292-
# The name of the release resource. Format: `projects/`project_number`/apps/`
293-
# app_id`/releases/`release_id``
292+
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
293+
# /releases/`release``
294294
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
295295
# @param [String] update_mask
296296
# Optional. The list of fields to update.

0 commit comments

Comments
 (0)