Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-firebaseappdistribution_v1

### v0.14.0 (2025-11-09)

* Regenerated from discovery document revision 20251104

### v0.13.0 (2025-09-28)

* Regenerated from discovery document revision 20250924
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ class GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest
include Google::Apis::Core::Hashable

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

# The name of the release resource. Format: `projects/`project_number`/apps/`
# app_id`/releases/`release_id``
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
# /releases/`release``
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module FirebaseappdistributionV1
# Version of the google-apis-firebaseappdistribution_v1 gem
GEM_VERSION = "0.13.0"
GEM_VERSION = "0.14.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250924"
REVISION = "20251104"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def initialize
# binary already exists.
# @param [String] app
# Required. The name of the app resource. Format: `projects/`project_number`/
# apps/`app_id``
# apps/`app``
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -100,7 +100,7 @@ def upload_medium(app, google_firebase_appdistro_v1_upload_release_request_objec
# Gets Android App Bundle (AAB) information for a Firebase app.
# @param [String] name
# Required. The name of the `AabInfo` resource to retrieve. Format: `projects/`
# project_number`/apps/`app_id`/aabInfo`
# project_number`/apps/`app`/aabInfo`
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -131,7 +131,7 @@ def get_project_app_aab_info(name, fields: nil, quota_user: nil, options: nil, &
# Deletes releases. A maximum of 100 releases can be deleted per request.
# @param [String] parent
# Required. The name of the app resource, which is the parent of the release
# resources. Format: `projects/`project_number`/apps/`app_id``
# resources. Format: `projects/`project_number`/apps/`app``
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest] google_firebase_appdistro_v1_batch_delete_releases_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -169,7 +169,7 @@ def batch_project_app_release_delete(parent, google_firebase_appdistro_v1_batch_
# INVALID_ARGUMENT` if it contains a group that doesn't exist.
# @param [String] name
# Required. The name of the release resource to distribute. Format: `projects/`
# project_number`/apps/`app_id`/releases/`release_id``
# project_number`/apps/`app`/releases/`release``
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1DistributeReleaseRequest] google_firebase_appdistro_v1_distribute_release_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -203,7 +203,7 @@ def distribute_project_app_release(name, google_firebase_appdistro_v1_distribute
# Gets a release.
# @param [String] name
# Required. The name of the release resource to retrieve. Format: projects/`
# project_number`/apps/`app_id`/releases/`release_id`
# project_number`/apps/`app`/releases/`release`
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -234,7 +234,7 @@ def get_project_app_release(name, fields: nil, quota_user: nil, options: nil, &b
# Lists releases. By default, sorts by `createTime` in descending order.
# @param [String] parent
# Required. The name of the app resource, which is the parent of the release
# resources. Format: `projects/`project_number`/apps/`app_id``
# resources. Format: `projects/`project_number`/apps/`app``
# @param [String] filter
# Optional. The expression to filter releases listed in the response. To learn
# more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
Expand Down Expand Up @@ -289,8 +289,8 @@ def list_project_app_releases(parent, filter: nil, order_by: nil, page_size: nil

# Updates a release.
# @param [String] name
# The name of the release resource. Format: `projects/`project_number`/apps/`
# app_id`/releases/`release_id``
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
# /releases/`release``
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
# @param [String] update_mask
# Optional. The list of fields to update.
Expand Down