google-apis-firebasehosting_v1 0.21.0 → 0.22.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: 38b5c63dd735b29591b21110993e818bcefce1a1529793f49c7fd9856d105ca9
4
- data.tar.gz: 9a0bcb3ea05587baf62c87590855c69872a1a6c2f0eced876b5666d4d53169cf
3
+ metadata.gz: f537238f3dd4d3200e98244858af0c3404f6a52e2e5d59a3e09e33a1d9ae5bf2
4
+ data.tar.gz: a1f1d5dc10744bdd65c69316e425587091795e763ca923a0a04143546c3c5e80
5
5
  SHA512:
6
- metadata.gz: 4dd0668c7fc87a092f879acf00813a43af572ef88920edb353779bdc0c9a0dfaaafb4261fd47d2cd6d6d96a5ebce749d94998253d5c435afda3dd18ae1fe45e3
7
- data.tar.gz: 3c73c522da40dba7ab7aa0e784fc3933d24d0abb4b69ac8dab710884661c735bac258397f769e0ac040b6478219523e19b025088df0366c526b27308c47873f5
6
+ metadata.gz: 6fabc5ba7db2960e089f4306accde7456cb67dbd5527acf3c0e706146f098a395ffc29a03f697092f619d299484d873fe1919ec39c1637bc59ec62c32406ef54
7
+ data.tar.gz: 186bbc781864d13909bd0b344288a415a8d566d8ce42b92a22b695443f4d881503eb38bbf2ac530cd1a5ab83301430403322f9cb209c15ff7099037d16346dd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebasehosting_v1
2
2
 
3
+ ### v0.22.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.21.0 (2024-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20240319
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasehostingV1
18
18
  # Version of the google-apis-firebasehosting_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240319"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -60,8 +60,8 @@ module Google
60
60
  # Clients can use Operations.GetOperation or other methods to check whether the
61
61
  # cancellation succeeded or whether the operation completed despite cancellation.
62
62
  # On successful cancellation, the operation is not deleted; instead, it becomes
63
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
64
- # corresponding to `Code.CANCELLED`.
63
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
64
+ # , corresponding to `Code.CANCELLED`.
65
65
  # @param [String] name
66
66
  # The name of the operation resource to be cancelled.
67
67
  # @param [Google::Apis::FirebasehostingV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasehosting_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasehosting_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasehosting_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Hosting API V1