google-apis-firebase_v1beta1 0.41.0 → 0.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd9dcee60257e3a797590e09c06717db81a21a5aeb2dec8eb22695f04e6a998e
4
- data.tar.gz: 5b67689760173ca5ff6663d838240adb68107ca576445dd9fee982e1f89b6882
3
+ metadata.gz: 3b4945a6d51df588d8fe186540ad7165dbd1bcdcf75cc5f849bf33a0ebc14208
4
+ data.tar.gz: f2c0057894ca56fbc8979566a9d149cece4337fa5393d09e81bb48e494966451
5
5
  SHA512:
6
- metadata.gz: 202de05a8213e8d37f3e807e4c3fc0d72830c636fa04eb45bc4f0d646d2c8334fb12f5de581b9a6554d4f4798e9445e9c57bf857b9de6bffddd90dfcaf9af072
7
- data.tar.gz: 916edd2b2f9fd2d75642f1a1c4dacdfd3d595ca53cfde9f605274aa1a7b31a7d588b18cad0697dd56fe41de9aafb4299852eb40b731a2e6f1cd15edcea588cf2
6
+ metadata.gz: 6f7beb0ff2175cdbd066ad5b1c1ef2bdffe504d279955581321d8a55769e445534e47d905aa6235968a36f0369c4763a6729761c12bba41f50a5e2a80b69bf18
7
+ data.tar.gz: 073afc062b48f8185b169c035ea4924d3daceb185fd4a29a338372a8a75bf8b2a675ea1384646894c67db56fe8a263e07b7340afaf210672133afcb0d348c895
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.43.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241025
6
+
7
+ ### v0.42.0 (2024-09-15)
8
+
9
+ * Regenerated from discovery document revision 20240913
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.41.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -241,8 +241,10 @@ module Google
241
241
  # @return [String]
242
242
  attr_accessor :etag
243
243
 
244
- # Output only. Timestamp of when the App will be considered expired and cannot
245
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
244
+ # Output only. If the App has been removed from the Project, this is the
245
+ # timestamp of when the App is considered expired and will be permanently
246
+ # deleted. After this time, the App cannot be undeleted (that is, restored to
247
+ # the Project). This value is only provided if the App is in the `DELETED` state.
246
248
  # Corresponds to the JSON property `expireTime`
247
249
  # @return [String]
248
250
  attr_accessor :expire_time
@@ -481,8 +483,10 @@ module Google
481
483
  # @return [String]
482
484
  attr_accessor :display_name
483
485
 
484
- # Output only. Timestamp of when the App will be considered expired and cannot
485
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
486
+ # Output only. If the App has been removed from the Project, this is the
487
+ # timestamp of when the App is considered expired and will be permanently
488
+ # deleted. After this time, the App cannot be undeleted (that is, restored to
489
+ # the Project). This value is only provided if the App is in the `DELETED` state.
486
490
  # Corresponds to the JSON property `expireTime`
487
491
  # @return [String]
488
492
  attr_accessor :expire_time
@@ -679,8 +683,10 @@ module Google
679
683
  # @return [String]
680
684
  attr_accessor :etag
681
685
 
682
- # Output only. Timestamp of when the App will be considered expired and cannot
683
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
686
+ # Output only. If the App has been removed from the Project, this is the
687
+ # timestamp of when the App is considered expired and will be permanently
688
+ # deleted. After this time, the App cannot be undeleted (that is, restored to
689
+ # the Project). This value is only provided if the App is in the `DELETED` state.
684
690
  # Corresponds to the JSON property `expireTime`
685
691
  # @return [String]
686
692
  attr_accessor :expire_time
@@ -1181,10 +1187,10 @@ module Google
1181
1187
  attr_accessor :etag
1182
1188
 
1183
1189
  # Determines whether to _immediately_ delete the AndroidApp. If set to true, the
1184
- # App is immediately deleted from the Project and cannot be restored to the
1185
- # Project. If not set, defaults to false, which means the App will be set to
1186
- # expire in 30 days. Within the 30 days, the App may be restored to the Project
1187
- # using UndeleteAndroidApp.
1190
+ # App is immediately deleted from the Project and cannot be undeleted (that is,
1191
+ # restored to the Project). If not set, defaults to false, which means the App
1192
+ # will be set to expire in 30 days. Within the 30 days, the App may be restored
1193
+ # to the Project using UndeleteAndroidApp.
1188
1194
  # Corresponds to the JSON property `immediate`
1189
1195
  # @return [Boolean]
1190
1196
  attr_accessor :immediate
@@ -1227,10 +1233,10 @@ module Google
1227
1233
  attr_accessor :etag
1228
1234
 
1229
1235
  # Determines whether to _immediately_ delete the IosApp. If set to true, the App
1230
- # is immediately deleted from the Project and cannot be restored to the Project.
1231
- # If not set, defaults to false, which means the App will be set to expire in 30
1232
- # days. Within the 30 days, the App may be restored to the Project using
1233
- # UndeleteIosApp
1236
+ # is immediately deleted from the Project and cannot be undeleted (that is,
1237
+ # restored to the Project). If not set, defaults to false, which means the App
1238
+ # will be set to expire in 30 days. Within the 30 days, the App may be restored
1239
+ # to the Project using UndeleteIosApp
1234
1240
  # Corresponds to the JSON property `immediate`
1235
1241
  # @return [Boolean]
1236
1242
  attr_accessor :immediate
@@ -1273,10 +1279,10 @@ module Google
1273
1279
  attr_accessor :etag
1274
1280
 
1275
1281
  # Determines whether to _immediately_ delete the WebApp. If set to true, the App
1276
- # is immediately deleted from the Project and cannot be restored to the Project.
1277
- # If not set, defaults to false, which means the App will be set to expire in 30
1278
- # days. Within the 30 days, the App may be restored to the Project using
1279
- # UndeleteWebApp
1282
+ # is immediately deleted from the Project and cannot be undeleted (that is,
1283
+ # restored to the Project). If not set, defaults to false, which means the App
1284
+ # will be set to expire in 30 days. Within the 30 days, the App may be restored
1285
+ # to the Project using UndeleteWebApp
1280
1286
  # Corresponds to the JSON property `immediate`
1281
1287
  # @return [Boolean]
1282
1288
  attr_accessor :immediate
@@ -1627,8 +1633,10 @@ module Google
1627
1633
  # @return [String]
1628
1634
  attr_accessor :etag
1629
1635
 
1630
- # Output only. Timestamp of when the App will be considered expired and cannot
1631
- # be undeleted. This value is only provided if the App is in the `DELETED` state.
1636
+ # Output only. If the App has been removed from the Project, this is the
1637
+ # timestamp of when the App is considered expired and will be permanently
1638
+ # deleted. After this time, the App cannot be undeleted (that is, restored to
1639
+ # the Project). This value is only provided if the App is in the `DELETED` state.
1632
1640
  # Corresponds to the JSON property `expireTime`
1633
1641
  # @return [String]
1634
1642
  attr_accessor :expire_time
@@ -1756,6 +1764,23 @@ module Google
1756
1764
  # @return [String]
1757
1765
  attr_accessor :project_id
1758
1766
 
1767
+ # Output only. Immutable. The globally unique, Google-assigned canonical
1768
+ # identifier for the Project. Use this identifier when configuring integrations
1769
+ # and/or making API calls to Google Cloud or third-party services.
1770
+ # Corresponds to the JSON property `projectNumber`
1771
+ # @return [String]
1772
+ attr_accessor :project_number
1773
+
1774
+ # Optional. Duplicate field for the URL of the default RTDB instances (if there
1775
+ # is one) that uses the same field name as the unified V2 config file format. We
1776
+ # wanted to make a single config file format for all the app platforms (Android,
1777
+ # iOS and web) and we had to pick consistent names for all the fields since
1778
+ # there was some varience between the platforms. If the request asks for the V2
1779
+ # format we will populate this field instead of realtime_database_instance_uri.
1780
+ # Corresponds to the JSON property `realtimeDatabaseUrl`
1781
+ # @return [String]
1782
+ attr_accessor :realtime_database_url
1783
+
1759
1784
  # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
1760
1785
  # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1761
1786
  # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
@@ -1766,6 +1791,11 @@ module Google
1766
1791
  # @return [String]
1767
1792
  attr_accessor :storage_bucket
1768
1793
 
1794
+ # Version of the config specification.
1795
+ # Corresponds to the JSON property `version`
1796
+ # @return [String]
1797
+ attr_accessor :version
1798
+
1769
1799
  def initialize(**args)
1770
1800
  update!(**args)
1771
1801
  end
@@ -1780,7 +1810,10 @@ module Google
1780
1810
  @measurement_id = args[:measurement_id] if args.key?(:measurement_id)
1781
1811
  @messaging_sender_id = args[:messaging_sender_id] if args.key?(:messaging_sender_id)
1782
1812
  @project_id = args[:project_id] if args.key?(:project_id)
1813
+ @project_number = args[:project_number] if args.key?(:project_number)
1814
+ @realtime_database_url = args[:realtime_database_url] if args.key?(:realtime_database_url)
1783
1815
  @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
1816
+ @version = args[:version] if args.key?(:version)
1784
1817
  end
1785
1818
  end
1786
1819
  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.41.0"
19
+ GEM_VERSION = "0.43.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 = "20230918"
25
+ REVISION = "20241025"
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.41.0
4
+ version: 0.43.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-11-03 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-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.43.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: []
@@ -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.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1