google-apis-firebase_v1beta1 0.40.0 → 0.42.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: 44f242971e1dc32fa123c8699b6adcd12daf94229960f61a52f57f3edcafa3b1
4
- data.tar.gz: 6cbd4cffb268c126bf51615b2079e34c67b611314ca34fe6b53d0a9a3e034898
3
+ metadata.gz: b800325859abadaf02a2a1febf0f8b11bb5331e1c9f43d35e6a6dcef5a6b2c97
4
+ data.tar.gz: 2895a61c9f838b93c2d57492d16e930bdaa685a6f05c77f6d41f8577d930f53c
5
5
  SHA512:
6
- metadata.gz: c3535440f2311cb282eedef2b5883a4262c62298cbaa0e1ccbe46c8435a1d306f71e1cf74299acae29794fa0cc99c8eb2758ee34ed459589535f979dddd659c6
7
- data.tar.gz: da13f7234fcc162e378ca26c3d39a4d39467a132aa21b3038dba6bc99a533821670307eb78ad5b7b72a4091cd920d5411d908e7bfbf2954ceb19ef1f38a6b098
6
+ metadata.gz: 19d5232d3cb2f62440962de1daf900586ec0936c7059c6c6063801de0e14940d52de4bbe4002266487c0719d52434b8d04909726c024494dbe379dfd2f601397
7
+ data.tar.gz: 59b0f8c10a682674d02054965e75d373b3b441608690ac468e3528f818fdb8794477c7042eadbd3a049bbe0189eeb4171baa7183c1ad212cbcfac38001594915
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.42.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240913
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.41.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.40.0 (2024-02-24)
4
13
 
5
14
  * Regenerated using generator version 0.14.0
@@ -1756,6 +1756,23 @@ module Google
1756
1756
  # @return [String]
1757
1757
  attr_accessor :project_id
1758
1758
 
1759
+ # Output only. Immutable. The globally unique, Google-assigned canonical
1760
+ # identifier for the Project. Use this identifier when configuring integrations
1761
+ # and/or making API calls to Google Cloud or third-party services.
1762
+ # Corresponds to the JSON property `projectNumber`
1763
+ # @return [String]
1764
+ attr_accessor :project_number
1765
+
1766
+ # Optional. Duplicate field for the URL of the default RTDB instances (if there
1767
+ # is one) that uses the same field name as the unified V2 config file format. We
1768
+ # wanted to make a single config file format for all the app platforms (Android,
1769
+ # iOS and web) and we had to pick consistent names for all the fields since
1770
+ # there was some varience between the platforms. If the request asks for the V2
1771
+ # format we will populate this field instead of realtime_database_instance_uri.
1772
+ # Corresponds to the JSON property `realtimeDatabaseUrl`
1773
+ # @return [String]
1774
+ attr_accessor :realtime_database_url
1775
+
1759
1776
  # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
1760
1777
  # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1761
1778
  # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
@@ -1766,6 +1783,11 @@ module Google
1766
1783
  # @return [String]
1767
1784
  attr_accessor :storage_bucket
1768
1785
 
1786
+ # Version of the config specification.
1787
+ # Corresponds to the JSON property `version`
1788
+ # @return [String]
1789
+ attr_accessor :version
1790
+
1769
1791
  def initialize(**args)
1770
1792
  update!(**args)
1771
1793
  end
@@ -1780,7 +1802,10 @@ module Google
1780
1802
  @measurement_id = args[:measurement_id] if args.key?(:measurement_id)
1781
1803
  @messaging_sender_id = args[:messaging_sender_id] if args.key?(:messaging_sender_id)
1782
1804
  @project_id = args[:project_id] if args.key?(:project_id)
1805
+ @project_number = args[:project_number] if args.key?(:project_number)
1806
+ @realtime_database_url = args[:realtime_database_url] if args.key?(:realtime_database_url)
1783
1807
  @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
1808
+ @version = args[:version] if args.key?(:version)
1784
1809
  end
1785
1810
  end
1786
1811
  end
@@ -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.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230918"
25
+ REVISION = "20240913"
26
26
  end
27
27
  end
28
28
  end
@@ -661,7 +661,10 @@ module Google
661
661
  property :measurement_id, as: 'measurementId'
662
662
  property :messaging_sender_id, as: 'messagingSenderId'
663
663
  property :project_id, as: 'projectId'
664
+ property :project_number, as: 'projectNumber'
665
+ property :realtime_database_url, as: 'realtimeDatabaseUrl'
664
666
  property :storage_bucket, as: 'storageBucket'
667
+ property :version, as: 'version'
665
668
  end
666
669
  end
667
670
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []