From 66f0ac73b957d4ab012f71aefc9af61d27290500 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 24 May 2026 11:11:40 +0000 Subject: [PATCH] feat: Automated regeneration of firebaseapphosting v1 client --- generated/google-apis-firebaseapphosting_v1/CHANGELOG.md | 4 ++++ .../lib/google/apis/firebaseapphosting_v1/classes.rb | 6 +++--- .../lib/google/apis/firebaseapphosting_v1/gem_version.rb | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/generated/google-apis-firebaseapphosting_v1/CHANGELOG.md b/generated/google-apis-firebaseapphosting_v1/CHANGELOG.md index 81ea37d9f1c..837ccef1e79 100644 --- a/generated/google-apis-firebaseapphosting_v1/CHANGELOG.md +++ b/generated/google-apis-firebaseapphosting_v1/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/classes.rb b/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/classes.rb index 925ba7d4c74..d4ae7414b54 100644 --- a/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/classes.rb +++ b/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/classes.rb @@ -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] attr_accessor :ignored_paths @@ -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] attr_accessor :required_paths diff --git a/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/gem_version.rb b/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/gem_version.rb index b4294f2540d..fbe09018cfc 100644 --- a/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/gem_version.rb +++ b/generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/gem_version.rb @@ -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