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
4 changes: 4 additions & 0 deletions generated/google-apis-firebaseapphosting_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-firebaseapphosting_v1

### v0.16.0 (2026-05-24)

* Regenerated from discovery document revision 20260514

### v0.15.0 (2026-05-17)

* Regenerated from discovery document revision 20260506
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1692,8 +1692,8 @@ class RolloutPolicy
# Optional. A list of file paths patterns to exclude from triggering a rollout.
# Patterns in this list take precedence over required_paths. **Note**: All paths
# must be in the ignored_paths in order for the rollout to be skipped. Limited
# to 100 paths. Example: ignored_paths: ` pattern: "foo/bar/excluded/*” type:
# GLOB `
# to 100 paths. Example: ``` ignored_paths: ` pattern: "foo/bar/excluded/*",
# type: "GLOB" ` ```
# Corresponds to the JSON property `ignoredPaths`
# @return [Array<Google::Apis::FirebaseapphostingV1::Path>]
attr_accessor :ignored_paths
Expand All @@ -1702,7 +1702,7 @@ class RolloutPolicy
# least one of the changed files in the commit are present in this list. This
# field is optional; the rollout policy will default to triggering on all paths
# if both ignored_paths and required_paths are not populated. Limited to 100
# paths. Example: required_paths: ` pattern: "foo/bar/* type: GLOB `
# paths. Example: ``` required_paths: ` pattern: "foo/bar/*", type: "GLOB" ` ```
# Corresponds to the JSON property `requiredPaths`
# @return [Array<Google::Apis::FirebaseapphostingV1::Path>]
attr_accessor :required_paths
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module FirebaseapphostingV1
# Version of the google-apis-firebaseapphosting_v1 gem
GEM_VERSION = "0.15.0"
GEM_VERSION = "0.16.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 = "20260506"
REVISION = "20260514"
end
end
end
Loading