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.6.0 (2025-11-09)

* Regenerated from discovery document revision 20251030

### v0.5.0 (2025-11-02)

* Regenerated from discovery document revision 20251023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,11 @@ def update!(**args)
class Config
include Google::Apis::Core::Hashable

# Optional. Environment variables for this build.
# Optional. Supplied environment variables for a specific build. Provided at
# Build creation time and immutable afterwards. This field is only applicable
# for Builds using a build image - (e.g., ContainerSource or ArchiveSource with
# locally_build_source) Attempts to set this for other build types will result
# in an error
# Corresponds to the JSON property `env`
# @return [Array<Google::Apis::FirebaseapphostingV1::EnvironmentVariable>]
attr_accessor :env
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.5.0"
GEM_VERSION = "0.6.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 = "20251023"
REVISION = "20251030"
end
end
end