google-apis-firebaseapphosting_v1 0.1.0 → 0.2.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: 86775d3d16c93dd8a62ac305e880537e9e2af48d0a3ae2a5f813366551bd1fd4
4
- data.tar.gz: e5e4a18423d43af455f500cb26ee0b159e06c38078f0e4503a0fe20160e6e4a1
3
+ metadata.gz: 8093df01934f3b5a61680aa08fbfbd231d6052f7911f73f1dab0e37e570b84f4
4
+ data.tar.gz: 424138bd4ebf38f2d7ac440b2f2f90ae9bc77d71be5e72f63c04cdf6f3803e0b
5
5
  SHA512:
6
- metadata.gz: b077f8ef3276c7d3a912ca83a1715d93792caad4c39aad5cfb9893b1954c789cc95640ff8d9c30dc9f4a92a0afb6653540fa9947f742bbc0aca6c45d984ed25a
7
- data.tar.gz: bf25bb504e125fdf72bbdccaaec548bcb10384ed27fb65177472d80fee32a07dbad14867a8ba5b384e8c78baa4fd5e062ec1f90b404f17e2684437478af3ce15
6
+ metadata.gz: d4fa32bf73837194983e55b2167c8bc3123d0bcce7fe5deba8a4b97982e49911222720ad409ee2dcdfd23fbbec7df8fe78249924d30fb5160a66171508462a8a
7
+ data.tar.gz: 1555b7666f16262864ec601ed83c99561bedbc169d0eafde49b5df609634cd7929e78005d43e9ff19ad20ec200eff8452df51a4e46bb5ed0935c4f790cf9b927
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebaseapphosting_v1
2
2
 
3
+ ### v0.2.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250814
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.1.0 (2025-05-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20250501
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250501"
25
+ REVISION = "20250814"
26
26
  end
27
27
  end
28
28
  end
@@ -91,8 +91,8 @@ module Google
91
91
  # @param [String] name
92
92
  # The resource that owns the locations collection, if applicable.
93
93
  # @param [Array<String>, String] extra_location_types
94
- # Optional. A list of extra location types that should be used as conditions for
95
- # controlling the visibility of the locations.
94
+ # Optional. Do not use this field. It is unsupported and is ignored unless
95
+ # explicitly documented otherwise. This is primarily for internal usage.
96
96
  # @param [String] filter
97
97
  # A filter to narrow down results to a preferred subset. The filtering language
98
98
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.1.0
4
+ version: 0.2.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.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseapphosting_v1/v0.2.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Firebase App Hosting API V1
79
79
  test_files: []