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.15.0 (2025-11-16)

* Regenerated from discovery document revision 20251113

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

* Regenerated from discovery document revision 20251104
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1373,8 +1373,9 @@ class GoogleLongrunningListOperationsResponse
attr_accessor :operations

# Unordered list. Unreachable resources. Populated when the request sets `
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
# when attempting to list all resources across all supported locations.
# ListOperationsRequest.return_partial_success` and reads across collections.
# For example, when attempting to list all resources across all supported
# locations.
# Corresponds to the JSON property `unreachable`
# @return [Array<String>]
attr_accessor :unreachable
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.14.0"
GEM_VERSION = "0.15.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 = "20251104"
REVISION = "20251113"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,12 @@ def get_project_app_release_operation(name, fields: nil, quota_user: nil, option
# The standard list page token.
# @param [Boolean] return_partial_success
# When set to `true`, operations that are reachable are returned as normal, and
# those that are unreachable are returned in the [ListOperationsResponse.
# unreachable] field. This can only be `true` when reading across collections e.
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
# explicitly documented otherwise in service or product specific documentation.
# those that are unreachable are returned in the ListOperationsResponse.
# unreachable field. This can only be `true` when reading across collections.
# For example, when `parent` is set to `"projects/example/locations/-"`. This
# field is not supported by default and will result in an `UNIMPLEMENTED` error
# if set unless explicitly documented otherwise in service or product specific
# documentation.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down