Skip to content

Commit a0d6960

Browse files
feat: Automated regeneration of firebaseapphosting v1 client (googleapis#26570)
Auto-created at 2026-05-24 11:11:40 +0000 using the toys pull request generator.
1 parent 52cb044 commit a0d6960

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

generated/google-apis-firebaseapphosting_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-firebaseapphosting_v1
22

3+
### v0.16.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260514
6+
37
### v0.15.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260506

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,8 +1692,8 @@ class RolloutPolicy
16921692
# Optional. A list of file paths patterns to exclude from triggering a rollout.
16931693
# Patterns in this list take precedence over required_paths. **Note**: All paths
16941694
# must be in the ignored_paths in order for the rollout to be skipped. Limited
1695-
# to 100 paths. Example: ignored_paths: ` pattern: "foo/bar/excluded/*” type:
1696-
# GLOB `
1695+
# to 100 paths. Example: ``` ignored_paths: ` pattern: "foo/bar/excluded/*",
1696+
# type: "GLOB" ` ```
16971697
# Corresponds to the JSON property `ignoredPaths`
16981698
# @return [Array<Google::Apis::FirebaseapphostingV1::Path>]
16991699
attr_accessor :ignored_paths
@@ -1702,7 +1702,7 @@ class RolloutPolicy
17021702
# least one of the changed files in the commit are present in this list. This
17031703
# field is optional; the rollout policy will default to triggering on all paths
17041704
# if both ignored_paths and required_paths are not populated. Limited to 100
1705-
# paths. Example: required_paths: ` pattern: "foo/bar/* type: GLOB `
1705+
# paths. Example: ``` required_paths: ` pattern: "foo/bar/*", type: "GLOB" ` ```
17061706
# Corresponds to the JSON property `requiredPaths`
17071707
# @return [Array<Google::Apis::FirebaseapphostingV1::Path>]
17081708
attr_accessor :required_paths

generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_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 FirebaseapphostingV1
1818
# Version of the google-apis-firebaseapphosting_v1 gem
19-
GEM_VERSION = "0.15.0"
19+
GEM_VERSION = "0.16.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 = "20260506"
25+
REVISION = "20260514"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)