File tree Expand file tree Collapse file tree
generated/google-apis-firebaseapphosting_v1
lib/google/apis/firebaseapphosting_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments