google-apis-firebase_v1beta1 0.45.0 → 0.47.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: fbdefa8d127cafd0ade60f4bfc9374a2e39af7ba8e95ac763b9fafd716f2fc2e
4
- data.tar.gz: bd88a90c9d65788f536af39f0909396a43eb832f7be5096fa00548f88c85b4de
3
+ metadata.gz: '02797c85a41703996c6da6605b7aa96e39b3276299b11a5da3bbdf3018ab9f25'
4
+ data.tar.gz: 9d983c72ab879349d0192beb71ea3fcbac117ad0b469df135624506f47bb4697
5
5
  SHA512:
6
- metadata.gz: d57a695ec24599a2224f7429f58084884c502e91b707aa2949f147e7e21da4009b306ce4882f77c8de49499f2ede2b2fe98876fb3328c025c7b213f26cc29b23
7
- data.tar.gz: a28281efcdbe2136ce5a855c299315ec3e08b17fb119e02dbb8e90f0fb431a4406ff3ebaba05b21b3465fbedca2b45592e94520aa5f3f2f1228f764a7f57e5c2
6
+ metadata.gz: fdf25c7896bdf511e92c4888b135a007f37c7fc287b4d8e8334b0e5eedd548946c685d417fc48193a8452217ae22094f14cd5d7082fcdcb61b41085fad076f35
7
+ data.tar.gz: e83c0294cc3fe4345d77a86d328e231152ea77f34c2a4eb8ec898e1ea8ce65c7461835f3c5d19646ca0dd392f355b955b9727c8a21d9998409a9feada4be496d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.47.0 (2025-01-19)
4
+
5
+ * Regenerated from discovery document revision 20250113
6
+
7
+ ### v0.46.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250107
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.45.0 (2024-12-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20241217
@@ -1443,13 +1443,16 @@ module Google
1443
1443
 
1444
1444
  # The canonical error code (see codes.proto) that most closely corresponds to
1445
1445
  # this status. This may be missing, and in the common case of the generic space,
1446
- # it definitely will be.
1446
+ # it definitely will be. copybara:strip_begin(b/383363683) copybara:
1447
+ # strip_end_and_replace optional int32 canonical_code = 6;
1447
1448
  # Corresponds to the JSON property `canonicalCode`
1448
1449
  # @return [Fixnum]
1449
1450
  attr_accessor :canonical_code
1450
1451
 
1451
1452
  # Numeric code drawn from the space specified below. Often, this is the
1452
1453
  # canonical error space, and code is drawn from google3/util/task/codes.proto
1454
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
1455
+ # int32 code = 1;
1453
1456
  # Corresponds to the JSON property `code`
1454
1457
  # @return [Fixnum]
1455
1458
  attr_accessor :code
@@ -1466,7 +1469,8 @@ module Google
1466
1469
  attr_accessor :message_set
1467
1470
 
1468
1471
  # The following are usually only present when code != 0 Space to which this
1469
- # status belongs
1472
+ # status belongs copybara:strip_begin(b/383363683) copybara:
1473
+ # strip_end_and_replace optional string space = 2;
1470
1474
  # Corresponds to the JSON property `space`
1471
1475
  # @return [String]
1472
1476
  attr_accessor :space
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseV1beta1
18
18
  # Version of the google-apis-firebase_v1beta1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241217"
25
+ REVISION = "20250113"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.47.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Firebase Management API V1beta1
82
79
  test_files: []