google-apis-firebaseapphosting_v1 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e5b1766b564851455449cb87a0b002bc230281b2c661d12df7ceac86e3aa599
|
|
4
|
+
data.tar.gz: e579460716ba20ebe397d5e8d3e582a12d090a0b56479099f1697e96fdc7b9c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fade7e5d7da1b648d68f55169cad19482aaf10cac5aa78b4f44d0bdc9f3531211b8a279e112996d034472b4d0c289841d0e9593caf02940a86b61233c78ed492
|
|
7
|
+
data.tar.gz: bdaa2370c25caca96a3cb21a10b1bd097ca25e0602f4616de307a1ade3b47bc97c32093ac8c8035566adb131dcf984be6cf153ccb7e1438f0e61b6cf949ea9ac
|
data/CHANGELOG.md
CHANGED
|
@@ -492,7 +492,11 @@ module Google
|
|
|
492
492
|
class Config
|
|
493
493
|
include Google::Apis::Core::Hashable
|
|
494
494
|
|
|
495
|
-
# Optional.
|
|
495
|
+
# Optional. Supplied environment variables for a specific build. Provided at
|
|
496
|
+
# Build creation time and immutable afterwards. This field is only applicable
|
|
497
|
+
# for Builds using a build image - (e.g., ContainerSource or ArchiveSource with
|
|
498
|
+
# locally_build_source) Attempts to set this for other build types will result
|
|
499
|
+
# in an error
|
|
496
500
|
# Corresponds to the JSON property `env`
|
|
497
501
|
# @return [Array<Google::Apis::FirebaseapphostingV1::EnvironmentVariable>]
|
|
498
502
|
attr_accessor :env
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebaseapphostingV1
|
|
18
18
|
# Version of the google-apis-firebaseapphosting_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebaseapphosting_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseapphosting_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseapphosting_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseapphosting_v1/v0.6.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseapphosting_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|